blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
139
content_id
stringlengths
40
40
detected_licenses
listlengths
0
16
license_type
stringclasses
2 values
repo_name
stringlengths
7
55
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
6 values
visit_date
int64
1,471B
1,694B
revision_date
int64
1,378B
1,694B
committer_date
int64
1,378B
1,694B
github_id
float64
1.33M
604M
star_events_count
int64
0
43.5k
fork_events_count
int64
0
1.5k
gha_license_id
stringclasses
6 values
gha_event_created_at
int64
1,402B
1,695B
gha_created_at
int64
1,359B
1,637B
gha_language
stringclasses
19 values
src_encoding
stringclasses
2 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
3
6.4M
extension
stringclasses
4 values
content
stringlengths
3
6.12M
d2a493c7181cb41c7a30151b369b71abbcef80de
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/ring_theory/discrete_valuation_ring.lean
043c66f89f1be92928663b5e4f9529cf30beaa3a
[ "Apache-2.0" ]
permissive
AntoineChambert-Loir/mathlib
64aabb896129885f12296a799818061bc90da1ff
07be904260ab6e36a5769680b6012f03a4727134
refs/heads/master
1,693,187,631,771
1,636,719,886,000
1,636,719,886,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
17,235
lean
/- Copyright (c) 2020 Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Buzzard -/ import ring_theory.principal_ideal_domain import order.conditionally_complete_lattice import ring_theory.ideal.local_ring import ring_theory.multiplicity import ring_t...
f4e65005d9ef7b2027758f99ffe8a10c4f483e7b
a339bc2ac96174381fb610f4b2e1ba42df2be819
/hott/homotopy/smash.hlean
05866372871b846da96f2b12820f545720b7657f
[ "Apache-2.0" ]
permissive
kalfsvag/lean2
25b2dccc07a98e5aa20f9a11229831f9d3edf2e7
4d4a0c7c53a9922c5f630f6f8ebdccf7ddef2cc7
refs/heads/master
1,610,513,122,164
1,483,135,198,000
1,483,135,198,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,432
hlean
/- Copyright (c) 2016 Jakob von Raumer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jakob von Raumer, Floris van Doorn The Smash Product of Types. One definition is the cofiber of the map wedge A B → A × B However, we define it (equivalently) as the pushout of...
6aa9c953210d40092e8e2cea36eaed4b2dbce0ea
e61a235b8468b03aee0120bf26ec615c045005d2
/tests/lean/run/bigop.lean
c82622f44ebf489358a48e69315c0623c62695e1
[ "Apache-2.0" ]
permissive
SCKelemen/lean4
140dc63a80539f7c61c8e43e1c174d8500ec3230
e10507e6615ddbef73d67b0b6c7f1e4cecdd82bc
refs/heads/master
1,660,973,595,917
1,590,278,033,000
1,590,278,033,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,182
lean
def Seq (α : Type) := List α def BigBody (β α) := α × (β → β → β) × Bool × β def applyBig {α β : Type} (body : BigBody β α) (x : β) : β := let (_, op, b, v) := body; if b then op v x else x def reducebig {α β : Type} (idx : β) (r : Seq α) (body : α → BigBody β α) : β := r.foldr (applyBig ∘ body) idx def bigop := @...
d31e2ccdc0f4b42dc1470e61bb6e542a648c3c60
57c233acf9386e610d99ed20ef139c5f97504ba3
/archive/imo/imo2008_q3.lean
48fa0f97bbd7ecda9a8292864bcd5a74d065e8f1
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
4,753
lean
/- Copyright (c) 2021 Manuel Candales. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Manuel Candales -/ import data.real.basic import data.real.sqrt import data.nat.prime import number_theory.primes_congruent_one import number_theory.quadratic_reciprocity /-! # IMO 2...
ad862a87b06a4ca1edc9792786763d9330ca6357
3f7026ea8bef0825ca0339a275c03b911baef64d
/src/data/rat/order.lean
15fa4e2a61bd0bbda5db613f9162da8797bbe67e
[ "Apache-2.0" ]
permissive
rspencer01/mathlib
b1e3afa5c121362ef0881012cc116513ab09f18c
c7d36292c6b9234dc40143c16288932ae38fdc12
refs/heads/master
1,595,010,346,708
1,567,511,503,000
1,567,511,503,000
206,071,681
0
0
Apache-2.0
1,567,513,643,000
1,567,513,643,000
null
UTF-8
Lean
false
false
9,644
lean
/- Copyright (c) 2019 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import data.rat.basic /-! # Order for Rational Numbers ## Summary We define the order on `ℚ`, prove that `ℚ` is a discrete, linearly ordered field, ...
22a76ab2a8494fcf4b67f6c11e3a81cad32159a2
f3849be5d845a1cb97680f0bbbe03b85518312f0
/library/tools/super/subsumption.lean
8aa23e787912df2e8c203562b6dc2d2b9a23902e
[ "Apache-2.0" ]
permissive
bjoeris/lean
0ed95125d762b17bfcb54dad1f9721f953f92eeb
4e496b78d5e73545fa4f9a807155113d8e6b0561
refs/heads/master
1,611,251,218,281
1,495,337,658,000
1,495,337,658,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,425
lean
/- Copyright (c) 2016 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause .prover_state open tactic monad namespace super private meta def try_subsume_core : list clause.literal → list clause.literal → tactic unit | [] _ := s...
2030e4b19dbefc0bb26cdb61d892a9e1239aecbb
0d4c30038160d9c35586ce4dace36fe26a35023b
/src/category_theory/limits/cones.lean
c214003e87f6e586fcfa0716de7b1bbb5063a51c
[ "Apache-2.0" ]
permissive
b-mehta/mathlib
b0c8ec929ec638447e4262f7071570d23db52e14
ce72cde867feabe5bb908cf9e895acc0e11bf1eb
refs/heads/master
1,599,457,264,781
1,586,969,260,000
1,586,969,260,000
220,672,634
0
0
Apache-2.0
1,583,944,480,000
1,573,317,991,000
Lean
UTF-8
Lean
false
false
12,998
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Stephen Morgan, Scott Morrison, Floris van Doorn -/ import category_theory.const import category_theory.yoneda import category_theory.equivalence universes v u u' -- declare the `v`'s...
bff8f019e93eabbbf94e154ef317b3e43298d3ad
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Linter/Deprecated.lean
b154439b7656b22e8b13a74b09aba2f1c0681bd2
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
1,741
lean
/- Copyright (c) 2022 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Linter.Basic import Lean.Attributes import Lean.Elab.InfoTree.Main namespace Lean.Linter register_builtin_option linter.deprecated : Bool := {...
24c17ef990512c0be167c9a65082adc748396f92
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/algebra/divisibility/units.lean
368f442d83435ba3e7567fac339ef675257c12bc
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
3,753
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Floris van Doorn, Amelia Livingston, Yury Kudryashov, Neil Strickland, Aaron Anderson -/ import algebra.divisibility.basic import algebra.group.units ...
88dcea2d3266e5ddef9ae360947ab98726a9b6dd
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/src/Lean/Data/LOption.lean
17df6370add80567cdf6c120a923ad6948667592
[ "Apache-2.0" ]
permissive
collares/lean4
861a9269c4592bce49b71059e232ff0bfe4594cc
52a4f535d853a2c7c7eea5fee8a4fa04c682c1ee
refs/heads/master
1,691,419,031,324
1,618,678,138,000
1,618,678,138,000
358,989,750
0
0
Apache-2.0
1,618,696,333,000
1,618,696,333,000
null
UTF-8
Lean
false
false
801
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ universes u namespace Lean inductive LOption (α : Type u) where | none : LOption α | some : α → LOption α | undef : LOption α deriving Inhabited...
83029ebeb174011de54023f2bfbd9e65b2fda3ff
947b78d97130d56365ae2ec264df196ce769371a
/stage0/src/Lean/Elab/BuiltinNotation.lean
81752192fd5207d5a9b3ef1abc0224945289fddb
[ "Apache-2.0" ]
permissive
shyamalschandra/lean4
27044812be8698f0c79147615b1d5090b9f4b037
6e7a883b21eaf62831e8111b251dc9b18f40e604
refs/heads/master
1,671,417,126,371
1,601,859,995,000
1,601,860,020,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
13,932
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.Term import Lean.Elab.Quotation import Lean.Elab.SyntheticMVars namespace Lean namespace Elab namespace Term open Meta @[builtinMacro Le...
e19c92904cdf4cff2b9729b11d4d312cda0e4d2b
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/nat/nth.lean
524dc6eb1fec524c9a3a3d53509b9e50ca5b38d5
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
15,197
lean
/- Copyright (c) 2021 Vladimir Goryachev. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies, Vladimir Goryachev, Kyle Miller, Scott Morrison, Eric Rodriguez -/ import data.nat.count import order.order_iso_nat /-! # The `n`th Number Satisfying a Predicate Th...
cda1d19bfcf09983fbd9885baa76069a1c3d2242
32025d5c2d6e33ad3b6dd8a3c91e1e838066a7f7
/tests/lean/run/tactic.lean
8a1db54e6027542bb5d434f7ef2316511e524c36
[ "Apache-2.0" ]
permissive
walterhu1015/lean4
b2c71b688975177402758924eaa513475ed6ce72
2214d81e84646a905d0b20b032c89caf89c737ad
refs/heads/master
1,671,342,096,906
1,599,695,985,000
1,599,695,985,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
470
lean
import Lean.Meta open Lean open Lean.Meta axiom simple : forall {p q : Prop}, p → q → p def print (msg : MessageData) : MetaM Unit := trace! `Meta.Tactic msg set_option trace.Meta.Tactic true def tst1 : MetaM Unit := do cinfo ← getConstInfo `simple; mvar ← mkFreshExprSyntheticOpaqueMVar cinfo.type; let mvarI...
accf20e6eb3de89b57defc37ce8617aed0f1fe0d
d7189ea2ef694124821b033e533f18905b5e87ef
/galois/list/tail.lean
2d7702ab162158d0717512b0d1fcb23bd5ec784c
[ "Apache-2.0" ]
permissive
digama0/lean-protocol-support
eaa7e6f8b8e0d5bbfff1f7f52bfb79a3b11b0f59
cabfa3abedbdd6fdca6e2da6fbbf91a13ed48dda
refs/heads/master
1,625,421,450,627
1,506,035,462,000
1,506,035,462,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
393
lean
import galois.nat.simplify_eq universe variable u namespace list variable { α : Type u} theorem tail_repeat (x : α) (n : ℕ) : tail (repeat x n) = repeat x (n - 1) := begin cases n, all_goals { simp }, end theorem tail_append (x y : list α) : tail (x ++ y) = (if length x = 0 then tail y else tail x ++ y) := be...
86ff90fc72bfd67173e9e5c749c926f6a54fb56f
7da5ceac20aaab989eeb795a4be9639982e7b35a
/src/tactic/metadata.lean
d002902edcbc8964fd70f9216db0efb91bc6ae50
[ "MIT" ]
permissive
formalabstracts/formalabstracts
46c2f1b3a172e62ca6ffeb46fbbdf1705718af49
b0173da1af45421239d44492eeecd54bf65ee0f6
refs/heads/master
1,606,896,370,374
1,572,988,776,000
1,572,988,776,000
96,763,004
165
28
null
1,555,709,319,000
1,499,680,948,000
Lean
UTF-8
Lean
false
false
4,268
lean
/- Copyright (c) 2019 Koundinya Vajjha. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Koundinya Vajjha Generating meta data for a formal abstract. -/ import .depends open tactic expr interactive nat native name list environment meta structure meta_data (n : name)...
5edfa45bd9a24bb8b363f98c2e72eae64bfd7ab8
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/normed_space/bounded_linear_maps.lean
5f3aeef6d4354f8a6d823b13c987d30ad82c6242
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
26,098
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl -/ import analysis.normed_space.multilinear import analysis.normed_space.units import analysis.asymptotics.asymptotics /-! # Bounded linear maps > THIS...
06a429588f4d341b93409cd25da75812d72a1b92
592ee40978ac7604005a4e0d35bbc4b467389241
/Library/generated/mathscheme-lean/LeftUnital.lean
08a7953f21dbed2ae58aeb84b0a467fbe64964ab
[]
no_license
ysharoda/Deriving-Definitions
3e149e6641fae440badd35ac110a0bd705a49ad2
dfecb27572022de3d4aa702cae8db19957523a59
refs/heads/master
1,679,127,857,700
1,615,939,007,000
1,615,939,007,000
229,785,731
4
0
null
null
null
null
UTF-8
Lean
false
false
6,597
lean
import init.data.nat.basic import init.data.fin.basic import data.vector import .Prelude open Staged open nat open fin open vector section LeftUnital structure LeftUnital (A : Type) : Type := (e : A) (op : (A → (A → A))) (lunit_e : (∀ {x : A} , (op e x) = x)) open LeftUnital structur...
e01f3f8bf8bed56b9250d6af029e06803789a844
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/91_lean3.lean
32bdb4af39c6c4a04649f1b90162b8d6ecdf80c5
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
461
lean
def top := ∀ p : Prop, p → p def pext := ∀ (A B : Prop), A → B → A = B def supercast (h : pext) (A B : Prop) (a : A) (b : B) : B := @cast A B (h A B a b) a def omega : pext → top := λ h A a => supercast h (top → top) A (λ z: top => z (top → top) (λ x => x) z) a def Omega : pext → top := λ h => omega h (top → ...
57fb4c56b6149da9073e678bff3d977920f401f5
5df84495ec6c281df6d26411cc20aac5c941e745
/src/formal_ml/int.lean
0bd87d80fb400ee849b7afb2476fd44029c04d4e
[ "Apache-2.0" ]
permissive
eric-wieser/formal-ml
e278df5a8df78aa3947bc8376650419e1b2b0a14
630011d19fdd9539c8d6493a69fe70af5d193590
refs/heads/master
1,681,491,589,256
1,612,642,743,000
1,612,642,743,000
360,114,136
0
0
Apache-2.0
1,618,998,189,000
1,618,998,188,000
null
UTF-8
Lean
false
false
5,751
lean
/- Copyright 2020 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
3308cae69983e290ff1c3bead34f92dfe8473540
8d65764a9e5f0923a67fc435eb1a5a1d02fd80e3
/src/measure_theory/constructions/prod.lean
6cc0365103e2ebf2dea6f7a4b108b723ae38ecec
[ "Apache-2.0" ]
permissive
troyjlee/mathlib
e18d4b8026e32062ab9e89bc3b003a5d1cfec3f5
45e7eb8447555247246e3fe91c87066506c14875
refs/heads/master
1,689,248,035,046
1,629,470,528,000
1,629,470,528,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
47,004
lean
/- Copyright (c) 2020 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn -/ import measure_theory.measure.giry_monad import measure_theory.integral.set_integral /-! # The product measure In this file we define and prove properties about...
38f4c6b1bf64e9cac229ca24bd148c273ba8d5d0
1fd908b06e3f9c1252cb2285ada1102623a67f72
/init/meta/induction.lean
28ad5d77ef9420237149a07c72d05630ca8fdef2
[ "Apache-2.0" ]
permissive
avigad/hott3
609a002849182721e7c7ae536d9f1e2956d6d4d3
f64750cd2de7a81e87d4828246d1369d59f16f43
refs/heads/master
1,629,027,243,322
1,510,946,717,000
1,510,946,717,000
103,570,461
0
0
null
1,505,415,620,000
1,505,415,620,000
null
UTF-8
Lean
false
false
15,905
lean
/- Copyright (c) 2017 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn A tactic to infer truncatedness better than type-class inference. -/ import .basic_tactics namespace expr /-- gives the arity of the type, i.e. the number of pi's ...
1a785b7cde083194e3a08c5c5c101bd754d77ca7
94e33a31faa76775069b071adea97e86e218a8ee
/src/number_theory/von_mangoldt.lean
063d85d981246e726360b6fb3ec46d64a4722a73
[ "Apache-2.0" ]
permissive
urkud/mathlib
eab80095e1b9f1513bfb7f25b4fa82fa4fd02989
6379d39e6b5b279df9715f8011369a301b634e41
refs/heads/master
1,658,425,342,662
1,658,078,703,000
1,658,078,703,000
186,910,338
0
0
Apache-2.0
1,568,512,083,000
1,557,958,709,000
Lean
UTF-8
Lean
false
false
5,766
lean
/- Copyright (c) 2022 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import algebra.is_prime_pow import number_theory.arithmetic_function import analysis.special_functions.log.basic /-! # The von Mangoldt Function In this file we define...
726027bbe9844a6bd768bd3fffba6c6a669874d8
958488bc7f3c2044206e0358e56d7690b6ae696c
/lean/while/AExp.lean
3dc84fbb344193cc170ee84cf0b49d6b5d7ed186
[]
no_license
possientis/Prog
a08eec1c1b121c2fd6c70a8ae89e2fbef952adb4
d4b3debc37610a88e0dac3ac5914903604fd1d1f
refs/heads/master
1,692,263,717,723
1,691,757,179,000
1,691,757,179,000
40,361,602
3
0
null
1,679,896,438,000
1,438,953,859,000
Coq
UTF-8
Lean
false
false
701
lean
import Env -- Shallow embedding for arithmetic expressions def AExp : Type := Env → ℕ def bindVar (x : string) (n : AExp) (s:Env) : Env := λ v, if v = x then n s else s v def aNum (n : ℕ) : AExp := λ _, n def aVar (x : string) : AExp := λ s, s x def x : AExp := aVar "x" def y : AExp := aVar "y" def z : AExp := aVa...
7763cebf92bd6edd6dda1c15a84d92114ee5d8a0
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/category_theory/adjunction/reflective.lean
5da88ad53ed4b4f7687e950654eb320d51661e2a
[ "Apache-2.0" ]
permissive
hamdysalah1/mathlib
b915f86b2503feeae268de369f1b16932321f097
95454452f6b3569bf967d35aab8d852b1ddf8017
refs/heads/master
1,677,154,116,545
1,611,797,994,000
1,611,797,994,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,999
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import category_theory.limits.preserves.shapes.binary_products import category_theory.limits.preserves.shapes.terminal import category_theory.adjunction.fully_faithful /...
e9234ddaf908cad85ff5961385f4e32571dfde32
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/linear_algebra/determinant.lean
a4b05b89d2a9daa417bb4e78a7b4288323dc1b11
[ "Apache-2.0" ]
permissive
ayush1801/mathlib
78949b9f789f488148142221606bf15c02b960d2
ce164e28f262acbb3de6281b3b03660a9f744e3c
refs/heads/master
1,692,886,907,941
1,635,270,866,000
1,635,270,866,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
15,719
lean
/- Copyright (c) 2019 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Patrick Massot, Casper Putz, Anne Baanen -/ import linear_algebra.free_module.pid import linear_algebra.matrix.basis import linear_algebra.matrix.diagonal import linear...
cd89514b12b19561df215b0a2c8eb75705ba8b26
8e381650eb2c1c5361be64ff97e47d956bf2ab9f
/src/Kenny/sites/sheaf.lean
ecd579bfc47add0cd6e88018ed7af3b69c4d2b71
[]
no_license
alreadydone/lean-scheme
04c51ab08eca7ccf6c21344d45d202780fa667af
52d7624f57415eea27ed4dfa916cd94189221a1c
refs/heads/master
1,599,418,221,423
1,562,248,559,000
1,562,248,559,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,422
lean
import Kenny.sites.lattice universes v w u namespace category_theory def presheaf (C : Type u) [category.{v} C] : Type (max u v (w+1)) := Cᵒᵖ ⥤ Type w namespace presheaf variables {C : Type u} [category.{v} C] (F : presheaf.{v w} C) def eval (U : C) : Type w := F.1 (op U) def res {U V : C} (f : U ⟶ V) : F.eval V...
a09099a8817923e24c5163063a9ba7ace63d247a
957a80ea22c5abb4f4670b250d55534d9db99108
/library/init/data/char/lemmas.lean
44495791caed2d77464aa3f7c3b41bcab6b8c1dd
[ "Apache-2.0" ]
permissive
GaloisInc/lean
aa1e64d604051e602fcf4610061314b9a37ab8cd
f1ec117a24459b59c6ff9e56a1d09d9e9e60a6c0
refs/heads/master
1,592,202,909,807
1,504,624,387,000
1,504,624,387,000
75,319,626
2
1
Apache-2.0
1,539,290,164,000
1,480,616,104,000
C++
UTF-8
Lean
false
false
950
lean
prelude import init.meta init.logic init.data.nat.lemmas import init.data.char.basic namespace char lemma of_nat_eq_of_lt {n : nat} : ∀ h : n < char_sz, of_nat n = fin.mk n h := begin intro h, unfold of_nat, cases (nat.decidable_lt n char_sz), {contradiction}, {reflexivity} end lemma of_nat_eq_fin_of_ge {n ...
9e00f9bf5871953cf170a375afcb546849543c89
63abd62053d479eae5abf4951554e1064a4c45b4
/src/testing/slim_check/functions.lean
688b4a5ce83082bdb34534264baeea982b0f37ed
[ "Apache-2.0" ]
permissive
Lix0120/mathlib
0020745240315ed0e517cbf32e738d8f9811dd80
e14c37827456fc6707f31b4d1d16f1f3a3205e91
refs/heads/master
1,673,102,855,024
1,604,151,044,000
1,604,151,044,000
308,930,245
0
0
Apache-2.0
1,604,164,710,000
1,604,163,547,000
null
UTF-8
Lean
false
false
16,895
lean
/- Copyright (c) 2020 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Simon Hudon -/ import data.list.sigma import testing.slim_check.sampleable import testing.slim_check.testable import tactic.pretty_cases /-! ## `slim_check`: generators for functions Thi...
2f4cd3b53ed4b741244fc070928612855e427caf
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/809.lean
d72ecf5aa883861d52087c36b1ad21b3a27b4625
[ "Apache-2.0" ]
permissive
soonhokong/lean
cb8aa01055ffe2af0fb99a16b4cda8463b882cd1
38607e3eb57f57f77c0ac114ad169e9e4262e24f
refs/heads/master
1,611,187,284,081
1,450,766,737,000
1,476,122,547,000
11,513,992
2
0
null
1,401,763,102,000
1,374,182,235,000
C++
UTF-8
Lean
false
false
721
lean
import data.finset data.num data.nat data.int algebra.ring open finset num nat int algebra check @finset.insert _ _ 1 (@finset.empty ℕ) check '{(1:nat), 2, 3} check ('{1, 2, 3} : finset ℕ) check ('{1, 2, 3} : finset ℕ) -- finset ℕ check ('{1, 2, 3} : finset ℤ) -- finset ℤ example : finset nat := insert 1 (insert 2...
1122728c96137da179ea39907ebdd855882ddced
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/squarefree_auto.lean
77dc9e8d24518386a3f8d93e8e0670ba7cf9a73b
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
4,083
lean
/- Copyright (c) 2020 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.ring_theory.unique_factorization_domain import Mathlib.ring_theory.int.basic import Mathlib...
afae98097e73a6353d7eb82eb3bfc67a7c5e6fe3
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch4/ex0303.lean
b0b094307bebd95337dfb58aafb6c970c240834b
[]
no_license
Ailrun/Theorem_Proving_in_Lean
ae6a23f3c54d62d401314d6a771e8ff8b4132db2
2eb1b5caf93c6a5a555c79e9097cf2ba5a66cf68
refs/heads/master
1,609,838,270,467
1,586,846,743,000
1,586,846,743,000
240,967,761
1
0
null
null
null
null
UTF-8
Lean
false
false
268
lean
variables (a b c d e : ℕ) variable h1 : a = b variable h2 : b = c + 1 variable h3 : c = d variable h4 : e = 1 + d include h1 h2 h3 h4 theorem T : a = e := calc a = d + 1 : by rw [h1, h2, h3] ... = 1 + d : by rw add_comm ... = e : by rw h4
2107996975b2a6cc1c9039c22d3476f062f194ee
cc62cd292c1acc80a10b1c645915b70d2cdee661
/src/category_theory/presheaves/map.lean
bbc95d1a12c6a6eaa69ad1d74a34b61fa6b52662
[]
no_license
RitaAhmadi/lean-category-theory
4afb881c4b387ee2c8ce706c454fbf9db8897a29
a27b4ae5eac978e9188d2e867c3d11d9a5b87a9e
refs/heads/master
1,651,786,183,402
1,565,604,314,000
1,565,604,314,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,772
lean
-- import topology.Top.presheaf -- import category_theory.tactics.obviously -- open category_theory -- open category_theory.examples -- universes u v -- open category_theory.presheaves -- open topological_space -- namespace category_theory -- /- `Presheaf` is a 2-functor CAT ⥤₂ CAT, but we're not going to prove al...
21986d89c6b9cc0bf6f9c8f8a9539e934efa1dfd
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/src/Init/Lean/Message.lean
fbf056bb6a38d5def91e0d91bdf9afb8bf5a333d
[ "Apache-2.0" ]
permissive
mhuisi/lean4
28d35a4febc2e251c7f05492e13f3b05d6f9b7af
dda44bc47f3e5d024508060dac2bcb59fd12e4c0
refs/heads/master
1,621,225,489,283
1,585,142,689,000
1,585,142,689,000
250,590,438
0
2
Apache-2.0
1,602,443,220,000
1,585,327,814,000
C
UTF-8
Lean
false
false
9,602
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Sebastian Ullrich, Leonardo de Moura Message Type used by the Lean frontend -/ prelude import Init.Data.ToString import Init.Lean.Data.Position import Init.Lean.Syntax import In...
8f38baa9879618e82fb5d20fdaa0cf6989aa2d94
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/topology/algebra/ordered/intermediate_value.lean
30eb50f13cd822d3f367b01f1ae7a4ddfee9fc73
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
30,629
lean
/- Copyright (c) 2021 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov, Alistair Tucker -/ import topology.algebra.ordered.basic import order.complete_lattice_intervals /-! # Intermediate Value Theorem In this file we prove the In...
3e207a537467c83a261320ac52d72e54745455e7
07c76fbd96ea1786cc6392fa834be62643cea420
/tests/lean/run/7.hlean
f13a9b08640e0dcecc8dbd64458569620bd66d4c
[ "Apache-2.0" ]
permissive
fpvandoorn/lean2
5a430a153b570bf70dc8526d06f18fc000a60ad9
0889cf65b7b3cebfb8831b8731d89c2453dd1e9f
refs/heads/master
1,592,036,508,364
1,545,093,958,000
1,545,093,958,000
75,436,854
0
0
null
1,480,718,780,000
1,480,718,780,000
null
UTF-8
Lean
false
false
652
hlean
open unit pointed eq bool structure foo (u v : unit) := (b : bool → bool) definition bar := foo star definition bar.mk [constructor] : bar star := foo.mk star star (λx, tt) definition bar.mk2 [constructor] : bar star := bar.mk example : foo.b bar.mk2 ff = tt := begin esimp end definition my_ppi_const [constructor...
c51bfe9d868f955122e3ce2d37df7a5f24fca62d
f20db13587f4dd28a4b1fbd31953afd491691fa0
/library/system/io_interface.lean
ecf3defc98e9c80a7bc0533832ab6a6bb394612a
[ "Apache-2.0" ]
permissive
AHartNtkn/lean
9a971edfc6857c63edcbf96bea6841b9a84cf916
0d83a74b26541421fc1aa33044c35b03759710ed
refs/heads/master
1,620,592,591,236
1,516,749,881,000
1,516,749,881,000
118,697,288
1
0
null
1,516,759,470,000
1,516,759,470,000
null
UTF-8
Lean
false
false
3,225
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import data.buffer inductive io.error | other : string → io.error | sys : nat → io.error inductive io.mode | read | write | read_write | append ...
f26b316c8f79332c4feb42a08d0c686060129823
08bd4ba4ca87dba1f09d2c96a26f5d65da81f4b4
/src/Lean/Meta/Injective.lean
4e8d9919a1f91b8ec1d29c6a6b89617fe7fe1c19
[ "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "Apache-2.0", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
gebner/lean4
d51c4922640a52a6f7426536ea669ef18a1d9af5
8cd9ce06843c9d42d6d6dc43d3e81e3b49dfc20f
refs/heads/master
1,685,732,780,391
1,672,962,627,000
1,673,459,398,000
373,307,283
0
0
Apache-2.0
1,691,316,730,000
1,622,669,271,000
Lean
UTF-8
Lean
false
false
6,713
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Transform import Lean.Meta.Tactic.Injection import Lean.Meta.Tactic.Apply import Lean.Meta.Tactic.Refl import Lean.Meta.Tactic.Cases import...
57bb6f4e8dde3027f50f26b0a1b624711c145fd4
8b9f17008684d796c8022dab552e42f0cb6fb347
/tests/lean/run/revert_tac.lean
47e6336d817bf7b887dcfb5941df23f9e6592692
[ "Apache-2.0" ]
permissive
chubbymaggie/lean
0d06ae25f9dd396306fb02190e89422ea94afd7b
d2c7b5c31928c98f545b16420d37842c43b4ae9a
refs/heads/master
1,611,313,622,901
1,430,266,839,000
1,430,267,083,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
516
lean
import logic theorem tst {a b c : Prop} : a → b → c → a ∧ b := begin intros [Ha, Hb, Hc], revert Ha, intro Ha2, apply (and.intro Ha2 Hb), end theorem foo1 {A : Type} (a b c : A) (P : A → Prop) : P a → a = b → P b := begin intros [Hp, Heq], revert Hp, apply (eq.rec_on Heq), intro Hpa, apply Hpa end ...
ea704bfc27204c4e50e7199a6990e4d799d7540a
d642a6b1261b2cbe691e53561ac777b924751b63
/src/category_theory/conj.lean
363a71512baa84bd36ea611a0f5629783f13f493
[ "Apache-2.0" ]
permissive
cipher1024/mathlib
fee56b9954e969721715e45fea8bcb95f9dc03fe
d077887141000fefa5a264e30fa57520e9f03522
refs/heads/master
1,651,806,490,504
1,573,508,694,000
1,573,508,694,000
107,216,176
0
0
Apache-2.0
1,647,363,136,000
1,508,213,014,000
Lean
UTF-8
Lean
false
false
5,857
lean
/- Copyright (c) 2019 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import category_theory.isomorphism data.equiv.basic category_theory.endomorphism algebra.group_power /-! # Conjugate morphisms by isomorphisms An isomorphism `α ...
0e711e68470fe786ba192a6726ad62b97a0073a4
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/group_theory/submonoid/basic.lean
4b6a69eff77f981b997c0d704f6fc75a79bdd107
[ "Apache-2.0" ]
permissive
jjgarzella/mathlib
96a345378c4e0bf26cf604aed84f90329e4896a2
395d8716c3ad03747059d482090e2bb97db612c8
refs/heads/master
1,686,480,124,379
1,625,163,323,000
1,625,163,323,000
281,190,421
2
0
Apache-2.0
1,595,268,170,000
1,595,268,169,000
null
UTF-8
Lean
false
false
15,779
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Kenny Lau, Johan Commelin, Mario Carneiro, Kevin Buzzard, Amelia Livingston, Yury Kudryashov -/ import data.set.lattice import data.set_like /-! # Submonoids: definiti...
0919c3f42372be2e8c9b4a916b61579c3047d140
4bcaca5dc83d49803f72b7b5920b75b6e7d9de2d
/src/Lean/Elab/PreDefinition/Structural/BRecOn.lean
7ded2ff237b66b6b2ffced9b7d0a339ba75c6c1c
[ "Apache-2.0" ]
permissive
subfish-zhou/leanprover-zh_CN.github.io
30b9fba9bd790720bd95764e61ae796697d2f603
8b2985d4a3d458ceda9361ac454c28168d920d3f
refs/heads/master
1,689,709,967,820
1,632,503,056,000
1,632,503,056,000
409,962,097
1
0
null
null
null
null
UTF-8
Lean
false
false
10,249
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Match.Match import Lean.Elab.PreDefinition.Structural.Basic namespace Lean.Elab.Structural open Meta private def throwToBelowFailed : Met...
0d796d2f62aaa45f42b4abfaa61fc45b7cfa4e97
5ae26df177f810c5006841e9c73dc56e01b978d7
/src/set_theory/ordinal.lean
9d200dc8e1a87051f927965365e6a5ff394714e6
[ "Apache-2.0" ]
permissive
ChrisHughes24/mathlib
98322577c460bc6b1fe5c21f42ce33ad1c3e5558
a2a867e827c2a6702beb9efc2b9282bd801d5f9a
refs/heads/master
1,583,848,251,477
1,565,164,247,000
1,565,164,247,000
129,409,993
0
1
Apache-2.0
1,565,164,817,000
1,523,628,059,000
Lean
UTF-8
Lean
false
false
129,313
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro Ordinal arithmetic. Ordinals are defined as equivalences of well-ordered sets by order isomorphism. -/ import order.order_iso set_theory.cardinal data.sum noncomputable...
c0ac4816f3affe4ca10056908a06e031d2b98d67
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/algebraic_geometry/prime_spectrum/basic.lean
f3ec6ef8b5dce1cb37b40843c7735ebd55c238af
[ "Apache-2.0" ]
permissive
ramonfmir/mathlib
c5dc8b33155473fab97c38bd3aa6723dc289beaa
14c52e990c17f5a00c0cc9e09847af16fabbed25
refs/heads/master
1,661,979,343,526
1,660,830,384,000
1,660,830,384,000
182,072,989
0
0
null
1,555,585,876,000
1,555,585,876,000
null
UTF-8
Lean
false
false
33,269
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import algebra.punit_instances import linear_algebra.finsupp import ring_theory.nilpotent import ring_theory.localization.away import ring_theory.ideal.prod import ri...
32ad82b0684f947189cf64838c282ab8cac35436
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/number_theory/primes_congruent_one.lean
caffc329ba3fb4293fde388b6294acb83f936945
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
3,349
lean
/- Copyright (c) 2020 Riccardo Brasca. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Riccardo Brasca -/ import ring_theory.polynomial.cyclotomic.eval /-! # Primes congruent to one We prove that, for any positive `k : ℕ`, there are infinitely many primes `p` such th...
80ff910e499f41be3232163c50c99bc4a5424723
3b15c7b0b62d8ada1399c112ad88a529e6bfa115
/src/Lean/Elab/Binders.lean
dfada60b7eea3b8bc2c588d5e9863b01023d716c
[ "Apache-2.0" ]
permissive
stephenbrady/lean4
74bf5cae8a433e9c815708ce96c9e54a5caf2115
b1bd3fc304d0f7bc6810ec78bfa4c51476d263f9
refs/heads/master
1,692,621,473,161
1,634,308,743,000
1,634,310,749,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
26,926
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.Quotation.Precheck import Lean.Elab.Term import Lean.Elab.BindersUtil import Lean.Parser.Term namespace Lean.Elab.Term open Meta open Lean...
626de6f2085859511e2c493af30b9edb34d28c41
3bd26f8e9c7eeb6ae77ac4ba709b5b3c65b8d7cf
/axiom_int_order.lean
37877c574019ee0ed0dc4bb8f33febd9c4462010
[]
no_license
koba-e964/lean-work
afac5677efef6905fce29cac44f36f309c3bcd62
6ab0506b9bd4e5a2e1ba6312d4ac6bdaf6ae1594
refs/heads/master
1,659,773,150,740
1,659,289,453,000
1,659,289,453,000
100,273,655
0
0
null
null
null
null
UTF-8
Lean
false
false
5,369
lean
import .axiom_int namespace myint -- order axioms constant le : myint -> myint -> Prop reserve infixl ` <== `:40 notation a `<==` b := le a b axiom le_refl: forall x, x <== x axiom le_succ: forall x y, x <== y -> x <== S y axiom not_succ_le: forall x, not (S x <== x) @[simp] lemma le_refl_simp: forall x, x <== x := l...
646bba3e2e98d6b0000de61b376f9f3c86e6c8dc
94e33a31faa76775069b071adea97e86e218a8ee
/src/ring_theory/coprime/lemmas.lean
34901b4106736e0d76898c9cfede2674e4aad786
[ "Apache-2.0" ]
permissive
urkud/mathlib
eab80095e1b9f1513bfb7f25b4fa82fa4fd02989
6379d39e6b5b279df9715f8011369a301b634e41
refs/heads/master
1,658,425,342,662
1,658,078,703,000
1,658,078,703,000
186,910,338
0
0
Apache-2.0
1,568,512,083,000
1,557,958,709,000
Lean
UTF-8
Lean
false
false
8,102
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Ken Lee, Chris Hughes -/ import algebra.big_operators.ring import data.fintype.basic import data.int.gcd import ring_theory.coprime.basic /-! # Additional lemmas about elements ...
389ae93819a2efcec286c88cec9c9a974c80916e
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/order/modular_lattice.lean
96b99249a51e968944ac6230647e5557568a0da0
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
17,099
lean
/- Copyright (c) 2020 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson, Yaël Dillies -/ import order.cover import order.lattice_intervals /-! # Modular Lattices > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require...
c8378600183793d72be4210d575313bc124e8f05
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/box_integral/partition/tagged.lean
a4fd86cb5eddf1279bcb39e0c780070696bd8de1
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
16,003
lean
/- Copyright (c) 2021 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import analysis.box_integral.partition.basic /-! # Tagged partitions A tagged (pre)partition is a (pre)partition `π` enriched with a tagged point for each box of ...
7b9ad2511f1a00a8b936a22c04a4f1a85e8f0a39
4727251e0cd73359b15b664c3170e5d754078599
/src/algebraic_geometry/locally_ringed_space/has_colimits.lean
d5806c816198355336fd0d415d8595bf260ffa57
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
12,783
lean
/- Copyright (c) 2021 Andrew Yang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Andrew Yang -/ import algebraic_geometry.locally_ringed_space import algebra.category.Ring.constructions import algebraic_geometry.open_immersion import category_theory.limits.constructio...
a7bad2504947e69959e2d9c02866a464dbbdf37f
618003631150032a5676f229d13a079ac875ff77
/src/data/mv_polynomial.lean
6161b9edab94f6abe974fb6440544e9dfe98d171
[ "Apache-2.0" ]
permissive
awainverse/mathlib
939b68c8486df66cfda64d327ad3d9165248c777
ea76bd8f3ca0a8bf0a166a06a475b10663dec44a
refs/heads/master
1,659,592,962,036
1,590,987,592,000
1,590,987,592,000
268,436,019
1
0
Apache-2.0
1,590,990,500,000
1,590,990,500,000
null
UTF-8
Lean
false
false
58,120
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Johan Commelin, Mario Carneiro, Shing Tak Lam -/ import data.polynomial import data.equiv.ring import data.equiv.fin import tactic.omega /-! # Multivariate polynomials...
e29ead31f02d3cfdee2e20b5edd2026f92f29c66
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/sign.lean
9420ce687e910c02a3256b61ce0b8c07f2bffec3
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
13,312
lean
/- Copyright (c) 2022 Eric Rodriguez. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Rodriguez -/ import algebra.big_operators.order import data.fintype.big_operators import data.int.lemmas import tactic.derive_fintype /-! # Sign function > THIS FILE IS SYNCHRON...
7992566aa0925d0c59ba7d6fcde5e3fbe4abd3fe
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/char_p/basic.lean
194a45351e2651bf641022182856556cb9073706
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
24,064
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Joey van Langen, Casper Putz -/ import data.int.modeq import data.nat.multiplicity import group_theory.order_of_element import ring_theory.nilpotent /-! # Characteristic of semi...
79fa961d208ee8792e556174539b033b58dfee21
d1a52c3f208fa42c41df8278c3d280f075eb020c
/tests/lean/doIfLet.lean
6c6d983b713effeea1a8c3db91b1dec096596014
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
cipher1024/lean4
6e1f98bb58e7a92b28f5364eb38a14c8d0aae393
69114d3b50806264ef35b57394391c3e738a9822
refs/heads/master
1,642,227,983,603
1,642,011,696,000
1,642,011,696,000
228,607,691
0
0
Apache-2.0
1,576,584,269,000
1,576,584,268,000
null
UTF-8
Lean
false
false
240
lean
#eval show Id Nat from do let mut x := 2 if let n + 1 := x then x := n return x #eval show Id Nat from do let mut x := 2 if let 0 := x then x := 0 else if let n + 1 := x then x := n else x := x + 1 return x
4a8c63398ff06f1ca12eed829be50365f0970326
4727251e0cd73359b15b664c3170e5d754078599
/src/order/locally_finite.lean
54634155c3da1273e7802ff1848655823054d6b2
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
27,549
lean
/- Copyright (c) 2021 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import data.finset.preimage /-! # Locally finite orders This file defines locally finite orders. A locally finite order is an order for which all bounded intervals are...
d67e13fe75c9ee0ed8d2eab7a8d14e47fda4c3fb
8d65764a9e5f0923a67fc435eb1a5a1d02fd80e3
/src/measure_theory/function/l1_space.lean
a97320ad8dbcee0637eb81bc7046917d885acb2e
[ "Apache-2.0" ]
permissive
troyjlee/mathlib
e18d4b8026e32062ab9e89bc3b003a5d1cfec3f5
45e7eb8447555247246e3fe91c87066506c14875
refs/heads/master
1,689,248,035,046
1,629,470,528,000
1,629,470,528,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
38,584
lean
/- Copyright (c) 2019 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou -/ import measure_theory.function.lp_space /-! # Integrable functions and `L¹` space In the first part of this file, the predicate `integrable` is defined and basic pro...
bbe617dac334d8ba0c4555e8d97481cac43642bf
36c7a18fd72e5b57229bd8ba36493daf536a19ce
/library/data/nat/basic.lean
aa8dfc02b6fcc2fc312ef67a9d3c5850e5ec0200
[ "Apache-2.0" ]
permissive
YHVHvx/lean
732bf0fb7a298cd7fe0f15d82f8e248c11db49e9
038369533e0136dd395dc252084d3c1853accbf2
refs/heads/master
1,610,701,080,210
1,449,128,595,000
1,449,128,595,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,600
lean
/- Copyright (c) 2014 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Leonardo de Moura, Jeremy Avigad Basic operations on the natural numbers. -/ import logic.connectives data.num algebra.binary algebra.ring open binary eq.ops name...
df2bf68e3161fc4539afb383ee8724e8864cc386
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Elab/Tactic/Conv.lean
e877fc29d25a7b7df5547d49b6a4851f0e0a176c
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
449
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.Tactic.Conv.Basic import Lean.Elab.Tactic.Conv.Congr import Lean.Elab.Tactic.Conv.Rewrite import Lean.Elab.Tactic.Conv.Change import Lean.E...
44177b5d00b82f72ab1c4b0fce55e8bf6d1e262b
969dbdfed67fda40a6f5a2b4f8c4a3c7dc01e0fb
/src/category_theory/monad/adjunction.lean
3d81685974b1e3e031c43188e442670aa27b6849
[ "Apache-2.0" ]
permissive
SAAluthwela/mathlib
62044349d72dd63983a8500214736aa7779634d3
83a4b8b990907291421de54a78988c024dc8a552
refs/heads/master
1,679,433,873,417
1,615,998,031,000
1,615,998,031,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,295
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Bhavik Mehta -/ import category_theory.monad.algebra import category_theory.adjunction namespace category_theory open category universes v₁ v₂ u₁ u₂ -- declare the `v...
742639429ebba5a898bbf654e900b84edc2fc2e1
d9ed0fce1c218297bcba93e046cb4e79c83c3af8
/library/init/meta/simp_tactic.lean
1419fcd2d6efacabb0f8f83ce65f16a41769ab79
[ "Apache-2.0" ]
permissive
leodemoura/lean_clone
005c63aa892a6492f2d4741ee3c2cb07a6be9d7f
cc077554b584d39bab55c360bc12a6fe7957afe6
refs/heads/master
1,610,506,475,484
1,482,348,354,000
1,482,348,543,000
77,091,586
0
0
null
null
null
null
UTF-8
Lean
false
false
13,132
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.meta.tactic init.meta.attribute init.meta.constructor_tactic import init.meta.relation_tactics init.meta.occurrences open tactic meta ...
1beb9fd9d6cae67e3937384968012106617e8715
4727251e0cd73359b15b664c3170e5d754078599
/archive/imo/imo2008_q2.lean
570dca94bad69a16a86c2706b2509a3e13d19c80
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
5,170
lean
/- Copyright (c) 2021 Manuel Candales. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Manuel Candales -/ import data.real.basic import data.set.finite /-! # IMO 2008 Q2 (a) Prove that ``` x^2 / (x-1)^2 + y^2 / (y-1)^2 + z^2 / (z-1)^2 ≥ 1 ...
3bb5dbc4a6ace7258b9ae33b2d249c29b70b17fb
6e9cd8d58e550c481a3b45806bd34a3514c6b3e0
/src/data/real/ennreal.lean
631b965946ea22c8e51be01450c424c78eec678c
[ "Apache-2.0" ]
permissive
sflicht/mathlib
220fd16e463928110e7b0a50bbed7b731979407f
1b2048d7195314a7e34e06770948ee00f0ac3545
refs/heads/master
1,665,934,056,043
1,591,373,803,000
1,591,373,803,000
269,815,267
0
0
Apache-2.0
1,591,402,068,000
1,591,402,067,000
null
UTF-8
Lean
false
false
45,275
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl, Yury Kudryashov Extended non-negative reals -/ import data.real.nnreal import data.set.intervals noncomputable theory open classical set open_locale classical variable...
9f1df9608a736719162af85ead22455bb07527ba
367134ba5a65885e863bdc4507601606690974c1
/src/data/pnat/xgcd.lean
e6beac8f0286b47373d14efbbc1956f5a9f66f86
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
13,306
lean
/- Copyright (c) 2019 Neil Strickland. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Neil Strickland This file sets up a version of the Euclidean algorithm that works only with natural numbers. Given a, b > 0, it computes the unique system (w, x, y, z, d) such that ...
101dbee7bf9b206cfec6e94c1210eaaba10afe4d
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/geometry/manifold/instances/circle.lean
f9e6341a7faf3a8d2f4e8865f1d198b7f1dae259
[ "Apache-2.0" ]
permissive
abentkamp/mathlib
d9a75d291ec09f4637b0f30cc3880ffb07549ee5
5360e476391508e092b5a1e5210bd0ed22dc0755
refs/heads/master
1,682,382,954,948
1,622,106,077,000
1,622,106,077,000
149,285,665
0
0
null
null
null
null
UTF-8
Lean
false
false
4,964
lean
/- Copyright (c) 2021 Heather Macbeth. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Heather Macbeth -/ import geometry.manifold.instances.sphere /-! # The circle This file defines `circle` to be the metric sphere (`metric.sphere`) in `ℂ` centred at `0` of radius `1...
4bc994670cd0a5045f07266704967bb3050481a4
1a61aba1b67cddccce19532a9596efe44be4285f
/library/data/real/basic.lean
31ab46150901d6255b32a98e3ddae58ed4ca3e0f
[ "Apache-2.0" ]
permissive
eigengrau/lean
07986a0f2548688c13ba36231f6cdbee82abf4c6
f8a773be1112015e2d232661ce616d23f12874d0
refs/heads/master
1,610,939,198,566
1,441,352,386,000
1,441,352,494,000
41,903,576
0
0
null
1,441,352,210,000
1,441,352,210,000
null
UTF-8
Lean
false
false
38,295
lean
/- Copyright (c) 2015 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Robert Y. Lewis The real numbers, constructed as equivalence classes of Cauchy sequences of rationals. This construction follows Bishop and Bridges (1985). To do: o Rename things and...
3cece6c18f8c3e5437c904e21b2b37a803552adc
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/linear_algebra/multilinear/basis.lean
1b1a06cac5a338c541ee3383ba5b4ec04309125b
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
2,252
lean
/- Copyright (c) 2021 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import linear_algebra.basis import linear_algebra.multilinear.basic /-! # Multilinear maps in relation to bases. This file proves lemmas about the action of multilinear...
16f3a960621b104bbb75382156ba39424449c530
eb9357a70318e50e095b58730bebfe0cffee457f
/lean/love03_forward_proofs_demo.lean
2032c66d357031e44b2200828d848d0b7532fb05
[]
no_license
Vierkantor/logical_verification_2021
7485dd916953131d501760f023d5b30fbb74d36a
9500b9c194e22a9ab4067321cfed7a1f445afcfc
refs/heads/main
1,692,560,845,086
1,624,721,275,000
1,624,721,275,000
416,354,079
0
0
null
null
null
null
UTF-8
Lean
false
false
10,630
lean
import .love01_definitions_and_statements_demo /-! # LoVe Demo 3: Forward Proofs When developing a proof, often it makes sense to work __forward__: to start with what we already know and proceed step by step towards our goal. Lean's structured proofs and raw proof terms are two style that support forward reasoning. ...
ed23f93ae9a0b39514509e7424a9145173ef9442
dc253be9829b840f15d96d986e0c13520b085033
/pyoneda.hlean
c96d5724d408489fdf6292acd932f32a1f09a5fd
[ "Apache-2.0" ]
permissive
cmu-phil/Spectral
4ce68e5c1ef2a812ffda5260e9f09f41b85ae0ea
3b078f5f1de251637decf04bd3fc8aa01930a6b3
refs/heads/master
1,685,119,195,535
1,684,169,772,000
1,684,169,772,000
46,450,197
42
13
null
1,505,516,767,000
1,447,883,921,000
Lean
UTF-8
Lean
false
false
5,214
hlean
/- In this file we give a consequence of the Yoneda lemma for pointed types which we can state internally. If we have a pointed equivalence α : A ≃* B, we can turn it into an equivalence γ : (B →* X) ≃* (A →* X), natural in X. Naturality means that if we have f : X → X' then we can fill the following square (using a po...
4dc42d65b33866cf033fc8a4011514d259697197
5ca7b1b12d14c4742e29366312ba2c2ef8201b21
/src/game/world8/level1.lean
62b9a01565e0ce7616d985ed8cb2704190945a24
[ "Apache-2.0" ]
permissive
MatthiasHu/natural_number_game
2e464482ef3001863430b0336133b6697b275ba3
2d764f72669ae30861f6a1057fce0257f3e466c4
refs/heads/master
1,609,719,110,419
1,576,345,737,000
1,576,345,737,000
240,296,314
0
0
Apache-2.0
1,581,608,357,000
1,581,608,356,000
null
UTF-8
Lean
false
false
1,684
lean
import mynat.definition -- hide import mynat.add -- hide import game.world2.level6 -- hide namespace mynat -- hide /- Axiom : succ_inj (a b : mynat) : succ(a) = succ(b) → a = b -/ /- # Advanced Addition World ## Level 1: `succ_inj`. A function. Peano's original collection of axioms for the natural numbers contai...
60d394ac54e9a4609d2fab4f351d249e89ebbde6
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/05_Interacting_with_Lean.org.14.lean
db0a770ccb60ddf78ddf5e8f818afc15e54362bd
[]
no_license
cjmazey/lean-tutorial
ba559a49f82aa6c5848b9bf17b7389bf7f4ba645
381f61c9fcac56d01d959ae0fa6e376f2c4e3b34
refs/heads/master
1,610,286,098,832
1,447,124,923,000
1,447,124,923,000
43,082,433
0
0
null
null
null
null
UTF-8
Lean
false
false
147
lean
/- page 72 -/ import standard import data.nat open nat notation [parsing-only] `[` a `**` b `]` := a * b + 1 variables a b : ℕ check [a ** b]
276c6a4aafd5562aed29c59a689d92e7e6acd815
a45212b1526d532e6e83c44ddca6a05795113ddc
/src/topology/uniform_space/completion.lean
824279a8f7815302001a9c09d093de9a0ea18cd4
[ "Apache-2.0" ]
permissive
fpvandoorn/mathlib
b21ab4068db079cbb8590b58fda9cc4bc1f35df4
b3433a51ea8bc07c4159c1073838fc0ee9b8f227
refs/heads/master
1,624,791,089,608
1,556,715,231,000
1,556,715,231,000
165,722,980
5
0
Apache-2.0
1,552,657,455,000
1,547,494,646,000
Lean
UTF-8
Lean
false
false
25,207
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl Hausdorff completions of uniform spaces. The goal is to construct a left-adjoint to the inclusion of complete Hausdorff uniform spaces into all uniform...
16402eff80f9ae07a9530bf03ad00d36d22667ed
957a80ea22c5abb4f4670b250d55534d9db99108
/tests/lean/run/bin_tree.lean
ee21d90810c6093d91a073f87a61ef2bef305bb9
[ "Apache-2.0" ]
permissive
GaloisInc/lean
aa1e64d604051e602fcf4610061314b9a37ab8cd
f1ec117a24459b59c6ff9e56a1d09d9e9e60a6c0
refs/heads/master
1,592,202,909,807
1,504,624,387,000
1,504,624,387,000
75,319,626
2
1
Apache-2.0
1,539,290,164,000
1,480,616,104,000
C++
UTF-8
Lean
false
false
984
lean
namespace Ex def pairs_with_sum' : Π (m n) {d}, m + n = d → list {p : ℕ × ℕ // p.1 + p.2 = d} | 0 n d h := [⟨(0, n), h⟩] | (m+1) n d h := ⟨(m+1, n), h⟩ :: pairs_with_sum' m (n+1) (by simp at h; simp [h]) def pairs_with_sum (n) : list {p : ℕ × ℕ // p.1 + p.2 = n} := pairs_with_sum' n 0 rfl inductive bin_tree | lea...
e5a708396b91edd6eb4f6778e68c833413be35b1
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/probability/conditional_probability.lean
dfa312ffd476d68b509971026892aa017ed0788f
[ "Apache-2.0" ]
permissive
ramonfmir/mathlib
c5dc8b33155473fab97c38bd3aa6723dc289beaa
14c52e990c17f5a00c0cc9e09847af16fabbed25
refs/heads/master
1,661,979,343,526
1,660,830,384,000
1,660,830,384,000
182,072,989
0
0
null
1,555,585,876,000
1,555,585,876,000
null
UTF-8
Lean
false
false
6,576
lean
/- Copyright (c) 2022 Rishikesh Vaishnav. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Rishikesh Vaishnav -/ import probability.independence /-! # Conditional Probability This file defines conditional probability and includes basic results relating to it. Given so...
cd10f206d8509d09507c680a941d84350c80a2c0
f083c4ed5d443659f3ed9b43b1ca5bb037ddeb58
/order/order_iso.lean
a322ef23deb09edf4b5e9613f84846ba67c63656
[ "Apache-2.0" ]
permissive
semorrison/mathlib
1be6f11086e0d24180fec4b9696d3ec58b439d10
20b4143976dad48e664c4847b75a85237dca0a89
refs/heads/master
1,583,799,212,170
1,535,634,130,000
1,535,730,505,000
129,076,205
0
0
Apache-2.0
1,551,697,998,000
1,523,442,265,000
Lean
UTF-8
Lean
false
false
12,587
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import order.basic logic.embedding data.nat.basic open function universes u v w variables {α : Type*} {β : Type*} {γ : Type*} {r : α → α → Prop} {s : β → β → Prop...
632d28cb36eab7cca9255b2b5aa7dad3a174cbdb
7cef822f3b952965621309e88eadf618da0c8ae9
/src/set_theory/schroeder_bernstein.lean
906da05d54853d1e568156711918b3706bb7bffb
[ "Apache-2.0" ]
permissive
rmitta/mathlib
8d90aee30b4db2b013e01f62c33f297d7e64a43d
883d974b608845bad30ae19e27e33c285200bf84
refs/heads/master
1,585,776,832,544
1,576,874,096,000
1,576,874,096,000
153,663,165
0
2
Apache-2.0
1,544,806,490,000
1,539,884,365,000
Lean
UTF-8
Lean
false
false
5,064
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro The Schröder-Bernstein theorem, and well ordering of cardinals. -/ import order.fixed_points data.set.lattice logic.function logic.embedding order.zorn ...
0effab13a95c46b17426c011edb5dc7eee2bd15a
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/slow/path_groupoids.lean
bbddee3aef0a85805dafd5322cb5dba991041525
[ "Apache-2.0" ]
permissive
soonhokong/lean
cb8aa01055ffe2af0fb99a16b4cda8463b882cd1
38607e3eb57f57f77c0ac114ad169e9e4262e24f
refs/heads/master
1,611,187,284,081
1,450,766,737,000
1,476,122,547,000
11,513,992
2
0
null
1,401,763,102,000
1,374,182,235,000
C++
UTF-8
Lean
false
false
24,826
lean
-- Copyright (c) 2014 Microsoft Corporation. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Author: Jeremy Avigad -- Ported from Coq HoTT -- definition id {A : Type} (a : A) := a definition compose {A : Type} {B : Type} {C : Type} (g : B → C) (f : A → B) := λ x, g (f x) i...
07c739549702c0b378b21c0d356ce9a55d280b09
9dc8cecdf3c4634764a18254e94d43da07142918
/src/algebra/category/Group/equivalence_Group_AddGroup.lean
a57db0bacd0e510e3ee44aa26e295e48cb75f700
[ "Apache-2.0" ]
permissive
jcommelin/mathlib
d8456447c36c176e14d96d9e76f39841f69d2d9b
ee8279351a2e434c2852345c51b728d22af5a156
refs/heads/master
1,664,782,136,488
1,663,638,983,000
1,663,638,983,000
132,563,656
0
0
Apache-2.0
1,663,599,929,000
1,525,760,539,000
Lean
UTF-8
Lean
false
false
2,640
lean
/- Copyright (c) 2022 Jujian Zhang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jujian Zhang -/ import algebra.category.Group.basic /-! # Equivalence between `Group` and `AddGroup` This file contains two equivalences: * `Group_AddGroup_equivalence` : the equivalen...
23529234ae8aff915b255656c2fe05360d24f902
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/calculus/lhopital.lean
8ab77bf182d86c854e644d8062fc133c6ac8b4d6
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
24,432
lean
/- Copyright (c) 2020 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anatole Dedecker -/ import analysis.calculus.mean_value import analysis.calculus.deriv.inv /-! # L'Hôpital's rule for 0/0 indeterminate forms > THIS FILE IS SYNCHRONIZED WITH MATHL...
5eda6147dce04de2fa81f77225d3a9642c51c974
6fca17f8d5025f89be1b2d9d15c9e0c4b4900cbf
/src/game/world5/level2.lean
b747b03ca29cdddb1513ff9ba7bd048e998dc11a
[ "Apache-2.0" ]
permissive
arolihas/natural_number_game
4f0c93feefec93b8824b2b96adff8b702b8b43ce
8e4f7b4b42888a3b77429f90cce16292bd288138
refs/heads/master
1,621,872,426,808
1,586,270,467,000
1,586,270,467,000
253,648,466
0
0
null
1,586,219,694,000
1,586,219,694,000
null
UTF-8
Lean
false
false
3,322
lean
import mynat.add -- + on mynat import mynat.mul -- * on mynat /- Tactic : intro ## Summary: `intro p` will turn a goal `⊢ P → Q` into a hypothesis `p : P` and goal `⊢ Q`. If `P` and `Q` are sets `intro p` means "let $p$ be an arbitrary element of $P$". If `P` and `Q` are propositions then `intro p` says "assume $P...
b8284bda93c2daceb8ae4df6212efb40b96c85af
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/category/Ring/filtered_colimits.lean
c91d378323f144f3c6061e1b85a16672d1e913eb
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
13,321
lean
/- Copyright (c) 2021 Justus Springer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Justus Springer -/ import algebra.category.Ring.basic import algebra.category.Group.filtered_colimits /-! # The forgetful functor from (commutative) (semi-) rings preserves filtered ...
eb977f5f4bff412698cb2241eb0833ba46ddea77
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/tests/lean/run/typeclass_coerce.lean
54cbcfef7cfcc13c6950166f05e0c080b3e78761
[ "Apache-2.0" ]
permissive
dupuisf/lean4
d082d13b01243e1de29ae680eefb476961221eef
6a39c65bd28eb0e28c3870188f348c8914502718
refs/heads/master
1,676,948,755,391
1,610,665,114,000
1,610,665,114,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,808
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Daniel Selsam, Leonardo de Moura Declare new, simpler coercion class without the special support for transitivity. Test that new tabled typeclass resolution deals with loops an...
b4a2f4197df0917c9dce3287204c869f13fc9d4e
367134ba5a65885e863bdc4507601606690974c1
/src/analysis/special_functions/sqrt.lean
84131eb6e4cb859f02a709c09ff0376dfb628510
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
6,634
lean
/- Copyright (c) 2021 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Yury G. Kudryashov -/ import data.real.sqrt import analysis.calculus.inverse import measure_theory.borel_space /-! # Smoothness of `real.sqrt` In this file we prove that `real.sqr...
bd3a120eebb35f05cbf2d7e520b793e36aebaa56
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/order/order_iso.lean
e4cebe7c268d2fcda7383c818809434d0684746a
[ "Apache-2.0" ]
permissive
dupuisf/mathlib
62de4ec6544bf3b79086afd27b6529acfaf2c1bb
8582b06b0a5d06c33ee07d0bdf7c646cae22cf36
refs/heads/master
1,669,494,854,016
1,595,692,409,000
1,595,692,409,000
272,046,630
0
0
Apache-2.0
1,592,066,143,000
1,592,066,142,000
null
UTF-8
Lean
false
false
16,486
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import logic.embedding import order.rel_classes open function universes u v w variables {α : Type*} {β : Type*} {γ : Type*} {r : α → α → Prop} {s : β → β → Prop} ...
9b3115afbbcdffa0b9c53f5ed5619cc3ada2255e
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/category_theory/currying.lean
681443bcc16876bed6eec401e0cb839490bed9ab
[ "Apache-2.0" ]
permissive
dupuisf/mathlib
62de4ec6544bf3b79086afd27b6529acfaf2c1bb
8582b06b0a5d06c33ee07d0bdf7c646cae22cf36
refs/heads/master
1,669,494,854,016
1,595,692,409,000
1,595,692,409,000
272,046,630
0
0
Apache-2.0
1,592,066,143,000
1,592,066,142,000
null
UTF-8
Lean
false
false
3,613
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.products.bifunctor namespace category_theory universes v₁ v₂ v₃ u₁ u₂ u₃ variables {C : Type u₁} [category.{v₁} C] {D : Type u₂} [...
5f9222b974f59ffe6c1580b711ef354b90dee606
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/data/nat/choose.lean
997f1d76c4238a8de29eb5a730be8ffbdf7b0e82
[ "Apache-2.0" ]
permissive
anrddh/mathlib
6a374da53c7e3a35cb0298b0cd67824efef362b4
a4266a01d2dcb10de19369307c986d038c7bb6a6
refs/heads/master
1,656,710,827,909
1,589,560,456,000
1,589,560,456,000
264,271,800
0
0
Apache-2.0
1,589,568,062,000
1,589,568,061,000
null
UTF-8
Lean
false
false
4,455
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Bhavik Mehta, Patrick Stevens -/ import algebra.commute open nat open_locale big_operators lemma nat.prime.dvd_choose {p k : ℕ} (hk : 0 < k) (hkp : k < p) (hp : prime p)...
28e7e3f14d99115a881922fdb6810b38a7d69167
f20db13587f4dd28a4b1fbd31953afd491691fa0
/tests/lean/run/1315b.lean
4e2738b09be5354101fe0499fd8316f2d8b20ace
[ "Apache-2.0" ]
permissive
AHartNtkn/lean
9a971edfc6857c63edcbf96bea6841b9a84cf916
0d83a74b26541421fc1aa33044c35b03759710ed
refs/heads/master
1,620,592,591,236
1,516,749,881,000
1,516,749,881,000
118,697,288
1
0
null
1,516,759,470,000
1,516,759,470,000
null
UTF-8
Lean
false
false
1,059
lean
open nat def k : ℕ := 0 def fails : Π (n : ℕ) (m : ℕ), ℕ | 0 m := 0 | (succ n) m := match k with | 0 := 0 | (succ i) := let val := m+1 in match fails n val with | 0 := 0 | (succ l) := 0 end end def test (k : ℕ) : Π (n : ℕ) (m : ℕ), ℕ | 0 m := 0 | (succ n) m := match k with | 0 := 1 ...
303c27ac728ff9e29bf692f21a892a2260ecf2e0
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/analysis/inner_product_space/symmetric.lean
236b19b900c3645ec4ef3d3b67472e262661d0c4
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
5,738
lean
/- Copyright (c) 2022 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Doll, Frédéric Dupuis, Heather Macbeth -/ import analysis.inner_product_space.basic import analysis.normed_space.banach import linear_algebra.sesquilinear_form /-! # Symmetri...
78ed3c370e6d53472b68488afe609e3102bca10a
05f637fa14ac28031cb1ea92086a0f4eb23ff2b1
/tests/lean/interactive/t1.lean
031dad0e1428e5cf3071e1b0bab3264b916553c9
[ "Apache-2.0" ]
permissive
codyroux/lean0.1
1ce92751d664aacff0529e139083304a7bbc8a71
0dc6fb974aa85ed6f305a2f4b10a53a44ee5f0ef
refs/heads/master
1,610,830,535,062
1,402,150,480,000
1,402,150,480,000
19,588,851
2
0
null
null
null
null
UTF-8
Lean
false
false
127
lean
theorem T2 (a b : Bool) : a → b → a /\ b. done. done. imp_tac2. foo. (* conj_tac() *). back. (* assumption_tac() *). done.
6865983586fc216e851585ff33cb038d09793645
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/algebraic_topology/simplicial_object.lean
51ece9f1650e2f83fc683485595965ca288316a4
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
19,028
lean
/- Copyright (c) 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Scott Morrison, Adam Topaz -/ import algebraic_topology.simplex_category import category_theory.arrow import category_theory.limits.functor_category import category_the...
14d85d13df41498fbc65b29de56c4844f5e60504
efa51dd2edbbbbd6c34bd0ce436415eb405832e7
/20161026_ICTAC_Tutorial/ex32.lean
cbe447038767ce8a5d3ed44b9dde0fccadcd91d9
[ "Apache-2.0" ]
permissive
leanprover/presentations
dd031a05bcb12c8855676c77e52ed84246bd889a
3ce2d132d299409f1de269fa8e95afa1333d644e
refs/heads/master
1,688,703,388,796
1,686,838,383,000
1,687,465,742,000
29,750,158
12
9
Apache-2.0
1,540,211,670,000
1,422,042,683,000
Lean
UTF-8
Lean
false
false
176
lean
variables p q : Prop check p → q → p ∧ q check p -> q -> p /\ q check ¬p → p ↔ false check not p -> p <-> false check p ∨ q → q ∨ p check p \/ q → q \/ p
8eada72c0b24deb4ae88ee4a8bfc51b9930f5d7d
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/normed_space/star/matrix.lean
356d1b43b94310d90fd814bfd396d2bfbd960c3b
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
2,457
lean
/- Copyright (c) 2022 Hans Parshall. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Hans Parshall -/ import analysis.matrix import analysis.normed_space.basic import data.complex.is_R_or_C import linear_algebra.unitary_group /-! # Unitary matrices This file collects ...
c7ef989564af3652b9b1a5d220f258107a67932b
5749d8999a76f3a8fddceca1f6941981e33aaa96
/src/analysis/normed_space/basic.lean
880f411e6446cb377019f667c0541c860ea1f25e
[ "Apache-2.0" ]
permissive
jdsalchow/mathlib
13ab43ef0d0515a17e550b16d09bd14b76125276
497e692b946d93906900bb33a51fd243e7649406
refs/heads/master
1,585,819,143,348
1,580,072,892,000
1,580,072,892,000
154,287,128
0
0
Apache-2.0
1,540,281,610,000
1,540,281,609,000
null
UTF-8
Lean
false
false
34,680
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Normed spaces. Authors: Patrick Massot, Johannes Hölzl -/ import algebra.pi_instances import linear_algebra.basic import topology.instances.nnreal topology.instances.complex import topology.a...
36789db4457590bce825c5f279a976007716e348
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/1441.lean
b50109323da497f16637b7811bf7d536d8e7c075
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
76
lean
inductive MsgEmbed where | trace : Sum (Array MsgEmbed) Unit → MsgEmbed
cca1e5461042cf0234f2e955fe18885c3a3c3ccd
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/script/apply.lean
328c59ba0bf9a6474f3c757e11b48ab86826ca9a
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
EdAyers/lean4
57ac632d6b0789cb91fab2170e8c9e40441221bd
37ba0df5841bde51dbc2329da81ac23d4f6a4de4
refs/heads/master
1,676,463,245,298
1,660,619,433,000
1,660,619,433,000
183,433,437
1
0
Apache-2.0
1,657,612,672,000
1,556,196,574,000
Lean
UTF-8
Lean
false
false
8,965
lean
import init.lean.config init.io open io @[reducible] def m := reader_t handle io def m.run (a : m unit) (out : option string := none) : io unit := match out with | some out := do h ← mk_file_handle out io.mode.write, a.run h, fs.close h | none := stdout >>= a.run def emit (s : string) : m unit := ⟨λ h, fs.w...
668b93edf183bd67452b4d8b4164927dcc12bd25
ec62863c729b7eedee77b86d974f2c529fa79d25
/16/a.lean
2c4419518364a7dca61561cc6c77e2308d21ffd7
[]
no_license
rwbarton/advent-of-lean-4
2ac9b17ba708f66051e3d8cd694b0249bc433b65
417c7e2718253ba7148c0279fcb251b6fc291477
refs/heads/main
1,675,917,092,057
1,609,864,581,000
1,609,864,581,000
317,700,289
24
0
null
null
null
null
UTF-8
Lean
false
false
1,149
lean
def List.sum (xs : List Int) : Int := xs.foldl (· + ·) 0 @[reducible] def Ticket : Type := List Int def somewhatValid (flds : List (String × List (Int × Int))) (t : Ticket) : Int := (t.map (λ n => if flds.any (λ ⟨_, ps⟩ => ps.any (λ ⟨a, b⟩ => a ≤ n ∧ n ≤ b)) then 0 else n)).sum def parseRange (str : String) : Int × ...
6b1c0afd44f8b7398ce873548b332ce0ac2f7e57
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/set/accumulate.lean
9e57338b44c66db6948955656c77e11423f1b9b4
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
1,630
lean
/- Copyright (c) 2020 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn -/ import data.set.lattice /-! # Accumulate > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. The funct...
eb874edbd5f75f9265c6ec4b5d69e0793adebfde
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/monoidal/center.lean
4c6eb069a90e36581f7262c0b68c053179f9072d
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
12,236
lean
/- Copyright (c) 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.monoidal.braided import category_theory.functor.reflects_isomorphisms import category_theory.monoidal.coherence /-! # Half braidings and the D...
4b0812a4b8e5c496ad3b704e3ee176de39bc525b
865bfafdd5c31c148e891f22dba45be7ae8fe9c5
/seq_colim.hlean
7f84fb6550f71894bec9d7b953904418644731ca
[ "Apache-2.0" ]
permissive
fpvandoorn/sequential_colimits
f0eaae8e87469c41e74bbac1ba32d1772ed0e7fa
e39c3bd2efc6dfb251d334cec8c76b6aa3947c31
refs/heads/master
1,590,752,488,347
1,511,385,696,000
1,511,385,754,000
43,088,713
0
0
null
1,443,123,449,000
1,443,123,449,000
null
UTF-8
Lean
false
false
36,651
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Egbert Rijke -/ import hit.colimit .sequence cubical.squareover types.arrow .move_to_lib types.equiv cubical.pathover2 .squareover open eq nat sigma sigma.o...
9f3caa39756199e26912abd10ca976ec20b7a2ae
4e3bf8e2b29061457a887ac8889e88fa5aa0e34c
/lean/love04_functional_programming_demo.lean
20a1ca617d436275246265b8486295632dfefe07
[]
no_license
mukeshtiwari/logical_verification_2019
9f964c067a71f65eb8884743273fbeef99e6503d
16f62717f55ed5b7b87e03ae0134791a9bef9b9a
refs/heads/master
1,619,158,844,208
1,585,139,500,000
1,585,139,500,000
249,906,380
0
0
null
1,585,118,728,000
1,585,118,727,000
null
UTF-8
Lean
false
false
6,380
lean
/- LoVe Demo 4: Functional Programming -/ import .lovelib namespace LoVe /- Example: Lists -/ def reverse {α : Type} : list α → list α | [] := [] | (x :: xs) := reverse xs ++ [x] #check list.reverse lemma reverse_append {α : Type} : ∀xs ys : list α, reverse (xs ++ ys) = reverse ys ++ reverse xs | [] ...
edabf8ddd658458508c903b2382720f0ef66d75b
aa3f8992ef7806974bc1ffd468baa0c79f4d6643
/tests/lean/run/e13.lean
492208db0778582a68bd4776ccf0f78c9526ec75
[ "Apache-2.0" ]
permissive
codyroux/lean
7f8dff750722c5382bdd0a9a9275dc4bb2c58dd3
0cca265db19f7296531e339192e9b9bae4a31f8b
refs/heads/master
1,610,909,964,159
1,407,084,399,000
1,416,857,075,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
487
lean
precedence `+`:65 namespace nat constant nat : Type.{1} constant add : nat → nat → nat infixl + := add end nat namespace int open nat (nat) constant int : Type.{1} constant add : int → int → int infixl + := add constant of_nat : nat → int namespace coercions coercion of_nat end coercions end i...