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
28941c03cf1791297e74ecc7e07812543118ae9c
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/real/cau_seq_completion.lean
6a4db83b80edca60e9f59a40cba378c663ff9bfc
[ "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
12,887
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Robert Y. Lewis -/ import data.real.cau_seq /-! # Cauchy completion > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR t...
4eda5b203cc9a56463df7533f861777516d16916
b70031c8e2c5337b91d7e70f1e0c5f528f7b0e77
/src/number_theory/arithmetic_function.lean
3b31c691341be0efc9b56769272931e9f4515e9e
[ "Apache-2.0" ]
permissive
molodiuc/mathlib
cae2ba3ef1601c1f42ca0b625c79b061b63fef5b
98ebe5a6739fbe254f9ee9d401882d4388f91035
refs/heads/master
1,674,237,127,059
1,606,353,533,000
1,606,353,533,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
23,705
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 algebra.big_operators.ring import number_theory.divisors import algebra.squarefree import algebra.invertible /-! # Arithmetic Functions and Dirichlet Convolut...
35b05f8cc946c1bff8c0c8f4c3563be55434eca9
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/complex/abs_max.lean
5690a779be8603914eaeb9726398886fb31684bd
[ "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
22,854
lean
/- Copyright (c) 2022 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov -/ import analysis.complex.cauchy_integral import analysis.normed_space.completion import analysis.normed_space.extr import topology.algebra.order.extr_closure ...
d4a23637bda224ff7d08fc4c9296308155a77bd4
491068d2ad28831e7dade8d6dff871c3e49d9431
/tests/lean/run/unzip_bug.lean
f5fcad27b8de95c8ab8bbc92298aef5a68bf3c14
[ "Apache-2.0" ]
permissive
davidmueller13/lean
65a3ed141b4088cd0a268e4de80eb6778b21a0e9
c626e2e3c6f3771e07c32e82ee5b9e030de5b050
refs/heads/master
1,611,278,313,401
1,444,021,177,000
1,444,021,177,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
391
lean
import data.examples.vector open nat vector prod variables {A B : Type} definition unzip : Π {n : nat}, vector (A × B) n → vector A n × vector B n | @unzip ⌞zero⌟ nil := (nil, nil) | @unzip ⌞succ n⌟ ((a, b) :: v) := match unzip v with (va, vb) := (a :: va, b :: vb) end example : unzip ((1, 20) :: ...
e1f86e91baa9f076edec1b15d590731b10e1dc90
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/test/conv/conv.lean
987856aea2b0072c191bc7db5e11be34e1327b49
[ "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,544
lean
/- Copyright (c) 2019 Lucas Allen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Lucas Allen -/ import tactic.converter.interactive /-! # Tests for the `conv` tactic inside the interactive `conv` monad -/ example (a b c d : ℕ) (h₁ : b = c) (h₂ : a + c = a + d) : a +...
ff0d016e28cbd4f2bbb3ffafee1981426f6a17e8
737dc4b96c97368cb66b925eeea3ab633ec3d702
/stage0/src/Lean/PrettyPrinter/Formatter.lean
2fa810a7f126c8adf8b1b2a7088bd7d2ec052f8e
[ "Apache-2.0" ]
permissive
Bioye97/lean4
1ace34638efd9913dc5991443777b01a08983289
bc3900cbb9adda83eed7e6affeaade7cfd07716d
refs/heads/master
1,690,589,820,211
1,631,051,000,000
1,631,067,598,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
21,524
lean
/- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ import Lean.CoreM import Lean.Parser.Extension import Lean.KeyedDeclsAttribute import Lean.ParserCompiler.Attribute import Lean.PrettyPrinter.Basic /-! The for...
61b314013bc45e1cdb8466fb8da53b24e898f158
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/blast9.lean
ee4e2370b73fb8498bad8df0b2074fe79a9f17aa
[ "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
287
lean
import data.list open list set_option blast.strategy "preprocess" example (p : Prop) (a b c : nat) : [a, b, c] = [] → p := by blast set_option blast.strategy "simple" lemma l1 (a b c d e f : nat) : [a, b, c] = [d, e, f] → a = d ∧ b = e ∧ c = f := by blast reveal l1 print l1
53aab607716f2e3eb7a5df25926b386953053062
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/analysis/complex/basic.lean
95373cf3562459a0b679f138f0c907112c4f907b
[ "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
10,532
lean
/- Copyright (c) Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import data.complex.determinant import data.complex.is_R_or_C /-! # Normed space structure on `ℂ`. This file gathers basic facts on complex numbers of an analytic ...
206ffb2a80e09bd57e6b5457392a5b01d915a9ff
9ad8d18fbe5f120c22b5e035bc240f711d2cbd7e
/src/homotopy/upper.lean
d6b89fbd7e692009330ebf60483804eff2c5c79e
[]
no_license
agusakov/lean_lib
c0e9cc29fc7d2518004e224376adeb5e69b5cc1a
f88d162da2f990b87c4d34f5f46bbca2bbc5948e
refs/heads/master
1,642,141,461,087
1,557,395,798,000
1,557,395,798,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,862
lean
/- Copyright (c) 2019 Neil Strickland. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Neil Strickland Given a finite poset `P`, we define `upper P` to be the set of subsets `U ⊆ P` that are closed upwards. We order this by *reverse* inclusion, to ensure that the map...
edf0ce937762913debed1d5db6d0c6b2229dae90
a7eef317ddec01b9fc6cfbb876fe7ac00f205ac7
/src/algebra/linear_ordered_comm_group_with_zero.lean
cd282c95f3c5087fc854c193327bd5c983811bb2
[ "Apache-2.0" ]
permissive
kmill/mathlib
ea5a007b67ae4e9e18dd50d31d8aa60f650425ee
1a419a9fea7b959317eddd556e1bb9639f4dcc05
refs/heads/master
1,668,578,197,719
1,593,629,163,000
1,593,629,163,000
276,482,939
0
0
null
1,593,637,960,000
1,593,637,959,000
null
UTF-8
Lean
false
false
5,954
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Johan Commelin, Patrick Massot -/ import algebra.ordered_group import algebra.group_with_zero import algebra.group_with_zero_power /-! # Linearly ordered commutative groups wit...
3b689d9f5a3e097c421e5f304eba994cc74e6bc8
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/group_theory/commuting_probability.lean
bc035f0065209fa13f6b5216aed3cada3134a29e
[ "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
5,009
lean
/- Copyright (c) 2022 Thomas Browning. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Thomas Browning -/ import algebra.group.conj_finite import group_theory.abelianization import group_theory.group_action.conj_act import group_theory.group_action.quotient import group...
78327fdf367943a4cb77a687976eba6e53741747
36938939954e91f23dec66a02728db08a7acfcf9
/lean4/app/LoadLLVM.lean
be21e3e6e0563f01deedfa20eb56071e57adee6a
[]
no_license
pnwamk/reopt-vcg
f8b56dd0279392a5e1c6aee721be8138e6b558d3
c9f9f185fbefc25c36c4b506bbc85fd1a03c3b6d
refs/heads/master
1,631,145,017,772
1,593,549,019,000
1,593,549,143,000
254,191,418
0
0
null
1,586,377,077,000
1,586,377,077,000
null
UTF-8
Lean
false
false
436
lean
import LeanLLVM.LLVMLib namespace ReoptVCG /-- Load the LLVM module in the given file. This function is pulled into its own module due to compilation time concerns (i.e., it's dependency on details of LLVMLib). --/ def loadLLVMModule (filePath : String) : IO LLVM.Module := do ctx ← LLVM.FFI.newContext; mb ← ...
f9cf28f9a86251785bfcb12b8c95b2ec720ad81f
4efff1f47634ff19e2f786deadd394270a59ecd2
/src/category_theory/punit.lean
2d58474cdca4c5294d18b00dabf449121b6425e6
[ "Apache-2.0" ]
permissive
agjftucker/mathlib
d634cd0d5256b6325e3c55bb7fb2403548371707
87fe50de17b00af533f72a102d0adefe4a2285e8
refs/heads/master
1,625,378,131,941
1,599,166,526,000
1,599,166,526,000
160,748,509
0
0
Apache-2.0
1,544,141,789,000
1,544,141,789,000
null
UTF-8
Lean
false
false
1,757
lean
/- Copyright (c) 2018 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.const import category_theory.discrete_category universes v u -- declare the `v`'s first; see `category_theory.category` for an e...
7500ba0dde65cb45a264a9849e47c0188b56739b
618003631150032a5676f229d13a079ac875ff77
/src/set_theory/game.lean
0eb7c9546187a91c48b934dcb43b5e0039c6bcef
[ "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
5,402
lean
/- Copyright (c) 2019 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton, Mario Carneiro, Isabel Longbottom, Scott Morrison -/ import set_theory.pgame /-! # Combinatorial games. In this file we define the quotient of pre-games by the equivalen...
3315212152cbf11b1d39c8afbd169f461029b04e
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/lake/Lake/DSL/Package.lean
13269eaeaca8455521ec07e5ad0664756d03fe48
[ "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,119
lean
/- Copyright (c) 2021 Mac Malone. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mac Malone -/ import Lake.Config.Package import Lake.DSL.Attributes import Lake.DSL.DeclUtil namespace Lake.DSL open Lean Parser Command /-- The name given to the definition created by t...
1c84ea5b4465341e1431de8e41384c0616cda5d8
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/data/finsupp/basic.lean
6eb83903dad69d92474a19de3aa6ec231ac2e78a
[ "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
119,409
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, Scott Morrison -/ import algebra.hom.group_action import algebra.indicator_function import data.finset.preimage import data.list.alist /-! # Type of functions with fin...
c19b62aaa093bdb03682925b6be494aa8b10f829
2de8c1580f92bb6c28b60135f589fe9d0513faba
/src/user_classes.lean
a185e232cfbf81d20e7c7328b9010520c4bc50ef
[]
no_license
FCL-lean/verification
44a52e40ab78b18654b8d61bb55c2c912a40d2f4
be02c698c0ca78b18762e3fe7749cdc72a55d197
refs/heads/master
1,585,960,207,309
1,560,259,990,000
1,560,259,990,000
155,650,137
0
0
null
1,541,039,704,000
1,541,038,972,000
Lean
UTF-8
Lean
false
false
692
lean
import algebra.ordered_group algebra.ordered_ring section old_structure_cmd set_option old_structure_cmd true class decidable_canonically_ordered_monoid (α : Type*) extends canonically_ordered_monoid α, decidable_linear_ordered_cancel_comm_monoid α class is_well_founded (α : Type*) (r : α → α → Prop) := (wf :...
01b9dd9c19081f46f69f202d10dddc3c4b4046a3
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/1850.lean
b3511b52226c17707027102f25e7ab6de0971c9d
[ "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
77
lean
example : Nat := let n := 0 n.succ + (m |>.succ) + m.succ where m := 1
2a54710029a715677d0801bf807356a181c337cf
d1a52c3f208fa42c41df8278c3d280f075eb020c
/stage0/src/Lean/Meta/CollectFVars.lean
c6339bc4822a68cba8e1397151f1c45d775a29de
[ "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
1,295
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich -/ import Lean.Util.CollectFVars import Lean.Meta.Basic namespace Lean.Meta open Meta def collectUsedFVars (e : Expr) : StateRefT CollectF...
03ad80e50678ebfd0a07ddc16ca3f45a655b78ef
3f7026ea8bef0825ca0339a275c03b911baef64d
/src/analysis/normed_space/bounded_linear_maps.lean
c58e638af9ac324abdd4b867845fe41399cb92cb
[ "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
13,620
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 Continuous linear functions -- functions between normed vector spaces which are bounded and linear. -/ import algebra.field import analysis.normed_space...
b1f254b2eaea92bde782d7a52abbe2e3459f66a8
42610cc2e5db9c90269470365e6056df0122eaa0
/library/theories/finite_group_theory/extra_subgroup.lean
fe1d055b647c42f63c3ff16f95333789316b5d3d
[ "Apache-2.0" ]
permissive
tomsib2001/lean
2ab59bfaebd24a62109f800dcf4a7139ebd73858
eb639a7d53fb40175bea5c8da86b51d14bb91f76
refs/heads/master
1,586,128,387,740
1,468,968,950,000
1,468,968,950,000
61,027,234
0
0
null
1,465,813,585,000
1,465,813,585,000
null
UTF-8
Lean
false
false
11,135
lean
import data algebra.group data theories.finite_group_theory.subgroup open function eq.ops open set namespace group_theory namespace ops infixr `∘>`:55 := glcoset -- stronger than = (50), weaker than * (70) infixl `<∘`:55 := grcoset infixr `∘c`:55 := conj_by end ops end group_theory open group_theory....
a8b4095b01e25f1f962f5b52625ccb083cd9bd50
f5f7e6fae601a5fe3cac7cc3ed353ed781d62419
/src/category_theory/opposites.lean
ff936471b41f6bdeeb2a502cc80c85058a4c5e8f
[ "Apache-2.0" ]
permissive
EdAyers/mathlib
9ecfb2f14bd6caad748b64c9c131befbff0fb4e0
ca5d4c1f16f9c451cf7170b10105d0051db79e1b
refs/heads/master
1,626,189,395,845
1,555,284,396,000
1,555,284,396,000
144,004,030
0
0
Apache-2.0
1,533,727,664,000
1,533,727,663,000
null
UTF-8
Lean
false
false
7,558
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 import category_theory.products import category_theory.types import category_theory.natural_isomorphism namespace category_theory universes v₁ v...
96a2e6328c1e0225b13758fdc47cd280c0a7dfd8
618003631150032a5676f229d13a079ac875ff77
/src/linear_algebra/quadratic_form.lean
d47eaa8b09650e4e1bd1876211b6ae4c5670a8c4
[ "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
14,364
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Anne Baanen -/ import algebra.invertible import linear_algebra.bilinear_form import linear_algebra.determinant import linear_algebra.special_linear_group /-! # Quadratic forms This file...
4b76548cd3a0be82c3b6a4958bb6c81809dc6224
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/elabissues/typeclass_triggers_typeclass.lean
a5b05b826189d05aa4e74f20a217addc3166043e
[ "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,095
lean
/- Here is an example where typeclass resolution triggers nested typeclass resolution. -/ class Ring (α : Type) : Type := (x : Unit) class Double (α : Type) : Type := (x : Unit) class Foo (α : Type) [Double α] : Type := (x : Unit) instance RingToDouble (α : Type) [Ring α] : Double α := Double.mk α () -- Note: T...
d4788ac49aa692440638ef989bceab7d82198bc8
367134ba5a65885e863bdc4507601606690974c1
/src/ring_theory/eisenstein_criterion.lean
37ce9c026a1e348da16aa274e36e2327e9bb0b86
[ "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
5,623
lean
/- Copyright (c) 2020 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import ring_theory.ideal.operations import data.polynomial.ring_division import tactic.apply_fun import ring_theory.prime /-! # Eisenstein's criterion A proof of a sligh...
358e7bb6ba7d7514af54adfe273fee809d62c3a8
3b15c7b0b62d8ada1399c112ad88a529e6bfa115
/stage0/src/Lean/Server/FileWorker/WidgetRequests.lean
1c0d3a385ad768033519dc269243dda34c62d24b
[ "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
2,426
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Wojciech Nawrocki -/ import Lean.Widget.InteractiveCode import Lean.Widget.InteractiveGoal import Lean.Widget.InteractiveDiagnostic import Lean.Server.Rpc.RequestHandling impo...
da0d4eb27cd5f26c2d2053d38631e77c52595425
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/library/logic/quantifiers.lean
1d23cb6e065df320b7cf2f7dbe60e28379ef1fd5
[ "Apache-2.0" ]
permissive
soonhokong/lean-osx
4a954262c780e404c1369d6c06516161d07fcb40
3670278342d2f4faa49d95b46d86642d7875b47c
refs/heads/master
1,611,410,334,552
1,474,425,686,000
1,474,425,686,000
12,043,103
5
1
null
null
null
null
UTF-8
Lean
false
false
3,116
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Jeremy Avigad Universal and existential quantifiers. See also init.logic. -/ import .connectives open inhabited nonempty theorem exists_imp_distrib {A : Typ...
e655c918d30156bb5dd918d3f42c5d52b1fe9d21
32da3d0f92cab08875472ef6cacc1931c2b3eafa
/src/set_theory/cardinal_ordinal.lean
1f48e5c010604973156ce06dfa7bb010ed29c147
[ "Apache-2.0" ]
permissive
karthiknadig/mathlib
b6073c3748860bfc9a3e55da86afcddba62dc913
33a86cfff12d7f200d0010cd03b95e9b69a6c1a5
refs/heads/master
1,676,389,371,851
1,610,061,127,000
1,610,061,127,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
35,676
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, Mario Carneiro -/ import set_theory.ordinal_arithmetic import tactic.omega /-! # Cardinals and ordinals Relationships between cardinals and ordinals, properties of ca...
c1e7d376303ffe11c6f639b0559eba44c78b98fa
c45b34bfd44d8607a2e8762c926e3cfaa7436201
/uexp/src/uexp/cosette_tactics.lean
4d6ceefc030828de65e238416a40ba35bcd0983b
[ "BSD-2-Clause" ]
permissive
Shamrock-Frost/Cosette
b477c442c07e45082348a145f19ebb35a7f29392
24cbc4adebf627f13f5eac878f04ffa20d1209af
refs/heads/master
1,619,721,304,969
1,526,082,841,000
1,526,082,841,000
121,695,605
1
0
null
1,518,737,210,000
1,518,737,210,000
null
UTF-8
Lean
false
false
14,455
lean
import system.io import .u_semiring import .cosette_lemmas open nat io open list io section cosette_tactics def list.swap_ith_forward {α : Type} {f : Type → Type} [alternative f] : nat → list α → f (list α) | 0 (x::y::zs) := pure $ y :: x :: zs | (nat.succ n) (x::xs) := list.cons x <$> list.swap_ith_forward n xs...
ab92e7168867e729db9e3349d14cea92c8b51db2
4fa161becb8ce7378a709f5992a594764699e268
/src/topology/instances/real.lean
1e07deee3013b4bbf5d971f99df521120ed7d060
[ "Apache-2.0" ]
permissive
laughinggas/mathlib
e4aa4565ae34e46e834434284cb26bd9d67bc373
86dcd5cda7a5017c8b3c8876c89a510a19d49aad
refs/heads/master
1,669,496,232,688
1,592,831,995,000
1,592,831,995,000
274,155,979
0
0
Apache-2.0
1,592,835,190,000
1,592,835,189,000
null
UTF-8
Lean
false
false
14,879
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 real numbers ℝ. They are constructed as the topological completion of ℚ. With the following steps: (1) prove that ℚ forms a uniform space. (2) subt...
030a92d5e48466ba928de3b0c2cf9ac34ee7874d
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/vector3.lean
2563fdd40ca7942319d3bcc2e4ff814984ac79e4
[ "Apache-2.0" ]
permissive
leanprover-community/lean
12b87f69d92e614daea8bcc9d4de9a9ace089d0e
cce7990ea86a78bdb383e38ed7f9b5ba93c60ce0
refs/heads/master
1,687,508,156,644
1,684,951,104,000
1,684,951,104,000
169,960,991
457
107
Apache-2.0
1,686,744,372,000
1,549,790,268,000
C++
UTF-8
Lean
false
false
565
lean
namespace Ex open nat inductive vector (A : Type) : nat → Type | vnil : vector nat.zero | vcons : Π {n : nat}, A → vector n → vector (succ n) namespace vector theorem vcons.inj₁ {A : Type} {n : nat} (a₁ a₂ : A) (v₁ v₂ : vector A n) : vcons a₁ v₁ = vcons a₂ v₂ → a₁ = a₂ := assume h, vector.no_confusion h (λ n h t...
119c9225c349ae1ba5f3574036c646e545aa2d7b
a45212b1526d532e6e83c44ddca6a05795113ddc
/src/category/fold.lean
6aba0502bf0ed34e7a7fac3dd10d09d410a2cd29
[ "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
14,610
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon, Sean Leather List folds generalized to `traversable`. Informally, we can think of `foldl` as a special case of `traverse` where we do not care about the reconstructed data s...
77c0a925b8f82e42b623fef436c27af120551754
5ec8f5218a7c8e87dd0d70dc6b715b36d61a8d61
/word.lean
1cb5cab090156e9c9d46fad293ce0e804304838b
[]
no_license
mbrodersen/kremlin
f9f2f9dd77b9744fe0ffd5f70d9fa0f1f8bd8cec
d4665929ce9012e93a0b05fc7063b96256bab86f
refs/heads/master
1,624,057,268,130
1,496,957,084,000
1,496,957,084,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
37,044
lean
import .lib /- * Parameterization by the word size, in bits. -/ namespace word section variable (n : ℕ) def wordsize : ℕ := n def modulus : ℕ := 2^wordsize n def half_modulus : ℕ := 2^(wordsize n - 1) def max_unsigned : ℕ := modulus n - 1 def max_signed : ℕ := half_modulus n - 1 def min_signed : ℤ := - half_modulus...
95ff1e43576ec5f50295e94baa584a765086de79
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/hom/group.lean
270b74b395dd956b3d3b84cd57f583cd9e15774a
[ "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
52,006
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Kevin Buzzard, Scott Morrison, Johan Commelin, Chris Hughes, Johannes Hölzl, Yury Kudryashov -/ import algebra.group.commute import algebra.group_with_zero.defs impor...
3baf6bf58803635b2283e2227849aa9c4f16c6fd
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/category_theory/graded_object.lean
cf65de92f756eba5929754c23df7e641e67f7ee6
[ "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
7,171
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.shift import category_theory.concrete_category /-! # The category of graded objects For any type `β`, a `β`-graded object over some category ...
b1480b209357cd3d8986a3c4646aeb9d6a6c9d97
94637389e03c919023691dcd05bd4411b1034aa5
/src/zzz_junk/lang/imp_test.lean
49d39d6863ab8937bb9ba0996617503e81f66147
[]
no_license
kevinsullivan/complogic-s21
7c4eef2105abad899e46502270d9829d913e8afc
99039501b770248c8ceb39890be5dfe129dc1082
refs/heads/master
1,682,985,669,944
1,621,126,241,000
1,621,126,241,000
335,706,272
0
38
null
1,618,325,669,000
1,612,374,118,000
Lean
UTF-8
Lean
false
false
1,528
lean
import .imp import .var_test -- a little program: X gets overwritten def program : cmd := X = [7]; Y = [8]; Z = [9]; X = [10] -- verify that post state is as expected def post_env := c_eval program init_env example : post_env.nat_var_interp X = 10 := rfl example : post_env.nat_var_interp Y = 8 := rfl examp...
51d344ef2cec99fe8c3bb584277e9fdb5a2b7ede
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/linear_algebra/adic_completion.lean
7548f11f3764de79e6912b919a43512de2fe1b6d
[ "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
9,989
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import algebra.geom_sum import linear_algebra.smodeq import ring_theory.jacobson_ideal /-! # Completion of a module with respect to an ideal. In this file we define the noti...
a799b9c53b8ee8e80e5a98809955da93efdb491b
e94d3f31e48d06d252ee7307fe71efe1d500f274
/hott/init/path.hlean
86f668f8615565a59d391e6d0bb42a35d590abe0
[ "Apache-2.0" ]
permissive
GallagherCommaJack/lean
e4471240a069d82f97cb361d2bf1a029de3f4256
226f8bafeb9baaa5a2ac58000c83d6beb29991e2
refs/heads/master
1,610,725,100,482
1,459,194,829,000
1,459,195,377,000
55,377,224
0
0
null
1,459,731,701,000
1,459,731,700,000
null
UTF-8
Lean
false
false
28,449
hlean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Jakob von Raumer, Floris van Doorn Ported from Coq HoTT -/ prelude import .function .tactic open function eq /- Path equality -/ namespace eq variables {A ...
0d4a20e42cdd3f665984585ed12929d1afdc46c3
a7eef317ddec01b9fc6cfbb876fe7ac00f205ac7
/src/analysis/special_functions/pow.lean
f523eb18d6da0101038682fad9bc2ed2b5262bc5
[ "Apache-2.0" ]
permissive
kmill/mathlib
ea5a007b67ae4e9e18dd50d31d8aa60f650425ee
1a419a9fea7b959317eddd556e1bb9639f4dcc05
refs/heads/master
1,668,578,197,719
1,593,629,163,000
1,593,629,163,000
276,482,939
0
0
null
1,593,637,960,000
1,593,637,959,000
null
UTF-8
Lean
false
false
48,285
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Abhimanyu Pallavi Sudhir, Jean Lo, Calle Sönne, Sébastien Gouëzel -/ import analysis.special_functions.trigonometric import analysis.calculus.extend_deriv /-! # Power func...
716373f3dbaf385ce783d511ab90bf495db811f1
618003631150032a5676f229d13a079ac875ff77
/src/control/equiv_functor/instances.lean
f7a829ed2155559ab4e4f03437a8deb65da5b059
[ "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
527
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Scott Morrison -/ import tactic.equiv_rw /-! # `equiv_functor` instances We derive some `equiv_functor` instances, to enable `equiv_rw` to rewrite under these functions. -/ open equi...
9b684025616561df78c0354f43bfc0b302bf644e
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/transport.lean
9c727401bc73f5652d8aff6868ef5d4828cc426e
[]
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
2,072
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Simon Hudon, Scott Morrison -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.equiv_rw import Mathlib.PostPort namespace Mathlib /-!...
a81d850f1b5d17967210aecf12fc1ee80a821a62
9dc8cecdf3c4634764a18254e94d43da07142918
/src/set_theory/game/pgame.lean
e9bf0c246ede70fc3d0fb61d66f8cef9f4b05de3
[ "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
59,846
lean
/- Copyright (c) 2019 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton, Mario Carneiro, Isabel Longbottom, Scott Morrison -/ import data.fin.basic import data.list.basic import logic.relation /-! # Combinatorial (pre-)games. The basic theory...
25128938e8adb7b3ba672eddb30e429458d9a2c9
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Data/Json/FromToJson.lean
58dd8811dc35f915507416f3b2a8e72ebee36111
[ "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
5,312
lean
/- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Marc Huisinga -/ import Lean.Data.Json.Basic import Lean.Data.Json.Printer namespace Lean universe u class FromJson (α : Type u) where fromJson? : Json → Except Str...
43327265b48ff0cddcf1c60a94325f44493e9b7a
4727251e0cd73359b15b664c3170e5d754078599
/src/geometry/manifold/mfderiv.lean
6435272cf0b0c453859c07174b685cd669206345
[ "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
71,159
lean
/- Copyright (c) 2020 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import geometry.manifold.tangent_bundle /-! # The derivative of functions between smooth manifolds Let `M` and `M'` be two smooth manifolds with corners over ...
f2f36fb9a7569aa347089437269aba77303bacb6
ed9ca7f44f366ca3a04272f939b2275961f36c59
/src/for_mathlib/quotient.lean
6bddc187127844c83db3ad64218f96ed9d31d09f
[ "Apache-2.0" ]
permissive
wh941231/lean-perfectoid-spaces
e88fb5d76746009242349f276cd0920285d8beb9
43954f64ce4afdf4fa39e2aeef8ec43826b24f2a
refs/heads/master
1,653,641,928,775
1,588,499,720,000
1,588,499,720,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,171
lean
import data.set.basic import data.quot import order.order_iso variables {α : Type*} {β : Type*} [s : setoid α] namespace setoid def comap (t : setoid β) (f : α → β) : setoid α := { r := _, iseqv := preimage_equivalence f t.iseqv } end setoid namespace quotient lemma prod_preimage_eq_image (g : quotient s → β) {h :...
be5771d7574e8a9bf34f250a8da36fb6d7fb5e48
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/analysis/normed_space/mazur_ulam.lean
547949c58ee359a909bcbaf2ce9c4a887ced8bc4
[ "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
6,862
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import topology.instances.real_vector_space import analysis.normed_space.affine_isometry import linear_algebra.affine_space.midpoint /-! # Mazur-Ulam Theorem Mazu...
794167ac807f538f75f56273a1a101783957729c
0d107d7abd6ae235d586830f8e09b1b30e7eef0b
/src/square_perfect/Solution.lean
3a0c67f35eb3447ef0dec98a99f0f266086000e8
[]
no_license
ukikagi/codewars-lean
6b9a83ebbb159e7eebf8551b745a1c4d450e747f
1912f2a4e25e917abfce70d65c0469cfac19dc93
refs/heads/master
1,672,948,190,244
1,603,361,004,000
1,603,795,841,000
303,746,208
0
0
null
null
null
null
UTF-8
Lean
false
false
127
lean
import .Preloaded import tactic theorem expand : ∀ n : ℕ, (n + 1) ^ 2 = n ^ 2 + 2 * n + 1 := begin intro n, ring end
95991dc700aa9f3e7c2522c72d0feeae6322edbb
9dc8cecdf3c4634764a18254e94d43da07142918
/src/analysis/box_integral/partition/additive.lean
e93a40af017267b091237c1279b7e8315d001158
[ "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
9,839
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.split import analysis.normed_space.operator_norm import data.set.intervals.proj_Icc /-! # Box additive functions We say tha...
ed2b6f011db673f3edf1463ea6b5c63a0f6b9410
7b02c598aa57070b4cf4fbfe2416d0479220187f
/homotopy/realprojective.hlean
69306714d6b660c7e26e10c1f8c004b73ceedcb1
[ "Apache-2.0" ]
permissive
jdchristensen/Spectral
50d4f0ddaea1484d215ef74be951da6549de221d
6ded2b94d7ae07c4098d96a68f80a9cd3d433eb8
refs/heads/master
1,611,555,010,649
1,496,724,191,000
1,496,724,191,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
9,050
hlean
-- Based on Buchholtz-Rijke: Real projective spaces in HoTT -- Author: Ulrik Buchholtz import homotopy.join open eq nat susp pointed pmap sigma is_equiv equiv fiber is_trunc trunc trunc_index is_conn sphere_index bool unit join pushout definition of_is_contr (A : Type) : is_contr A → A := @center A definition sig...
ca47ea739330338dbd4087bcd49b1023c3c9ee15
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Parser.lean
d4aef2b861de5a0a8741420dc2b8773afbfebc18
[ "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
tobiasgrosser/lean4
ce0fd9cca0feba1100656679bf41f0bffdbabb71
ebdbdc10436a4d9d6b66acf78aae7a23f5bd073f
refs/heads/master
1,673,103,412,948
1,664,930,501,000
1,664,930,501,000
186,870,185
0
0
Apache-2.0
1,665,129,237,000
1,557,939,901,000
Lean
UTF-8
Lean
false
false
7,221
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, Sebastian Ullrich -/ import Lean.Parser.Basic import Lean.Parser.Level import Lean.Parser.Term import Lean.Parser.Tactic import Lean.Parser.Command import Lea...
765bc94208ea9a09fd3227108e2d7360c27be02b
6094e25ea0b7699e642463b48e51b2ead6ddc23f
/library/data/set/function.lean
bc718d1f802f12f7ac3ad7b6899e08a4ee68c834
[ "Apache-2.0" ]
permissive
gbaz/lean
a7835c4e3006fbbb079e8f8ffe18aacc45adebfb
a501c308be3acaa50a2c0610ce2e0d71becf8032
refs/heads/master
1,611,198,791,433
1,451,339,111,000
1,451,339,111,000
48,713,797
0
0
null
1,451,338,939,000
1,451,338,939,000
null
UTF-8
Lean
false
false
9,429
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad, Andrew Zipperer, Haitao Zhang Functions between subsets of finite types. -/ import .basic open function eq.ops namespace set variables {X Y Z : Type} /- maps to -/ de...
f59fdfcbf262a474f4c85202549bcb9af0a2e3e8
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/measure_theory/measure/hausdorff.lean
2dc564ba8aa829728505920a20a83be6a37282c7
[ "Apache-2.0" ]
permissive
waynemunro/mathlib
e3fd4ff49f4cb43d4a8ded59d17be407bc5ee552
065a70810b5480d584033f7bbf8e0409480c2118
refs/heads/master
1,693,417,182,397
1,634,644,781,000
1,634,644,781,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
43,625
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 topology.metric_space.metric_separated import measure_theory.constructions.borel_space import measure_theory.measure.lebesgue import analysis.special_functio...
d1fe22e7a5825856b8290a721162f3e588ee0d6d
8e31b9e0d8cec76b5aa1e60a240bbd557d01047c
/scratch/simplex_nonverified.lean
64b49220e4a7ade9e18399e2582284ca3ba165e5
[]
no_license
ChrisHughes24/LP
7bdd62cb648461c67246457f3ddcb9518226dd49
e3ed64c2d1f642696104584e74ae7226d8e916de
refs/heads/master
1,685,642,642,858
1,578,070,602,000
1,578,070,602,000
195,268,102
4
3
null
1,569,229,518,000
1,562,255,287,000
Lean
UTF-8
Lean
false
false
12,705
lean
import data.matrix data.rat.basic linear_algebra.basis data.fintype import linear_algebra.determinant .misc order.pilex order.lexicographic .list_sup import data.list.min_max .fin_find open matrix fintype finset variables {m n : ℕ} variables (A : matrix (fin m) (fin n) ℚ) local notation `rvec`:2000 n := matrix (fin ...
a8c2358d0af047bbbd00b04b32cff108495953d6
e151e9053bfd6d71740066474fc500a087837323
/src/hott/types/W.lean
d4879c0543fe5bdc91849e40467052c2fb01094b
[ "Apache-2.0" ]
permissive
daniel-carranza/hott3
15bac2d90589dbb952ef15e74b2837722491963d
913811e8a1371d3a5751d7d32ff9dec8aa6815d9
refs/heads/master
1,610,091,349,670
1,596,222,336,000
1,596,222,336,000
241,957,822
0
0
Apache-2.0
1,582,222,839,000
1,582,222,838,000
null
UTF-8
Lean
false
false
5,912
lean
/- Copyright (c) 2014 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn Theorems about W-types (well-founded trees) -/ import .sigma .pi universes u v w hott_theory namespace hott open decidable open hott.eq hott.equiv hott.is_equiv ...
edcc7c0d5a9096b2fe412da9b0fd20b6dd2b7ec6
4727251e0cd73359b15b664c3170e5d754078599
/counterexamples/pseudoelement.lean
5b2c551cacfcd396e15519b3d80bb94c5e3a5bd1
[ "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,407
lean
/- Copyright (c) 2022 Riccardo Brasca. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Riccardo Brasca -/ import category_theory.abelian.pseudoelements /-! # Pseudoelements and pullbacks Borceux claims in Proposition 1.9.5 that the pseudoelement constructed in `catego...
40ba38a7f67bd3e49162e97bdf9274271e451236
d6124c8dbe5661dcc5b8c9da0a56fbf1f0480ad6
/Papyrus/Script/Value.lean
e9372c816caa5b0ce944f0951663ee52de740d4f
[ "Apache-2.0" ]
permissive
xubaiw/lean4-papyrus
c3fbbf8ba162eb5f210155ae4e20feb2d32c8182
02e82973a5badda26fc0f9fd15b3d37e2eb309e0
refs/heads/master
1,691,425,756,824
1,632,122,825,000
1,632,123,075,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,308
lean
import Lean.Parser import Papyrus.Script.Type import Papyrus.Script.ParserUtil import Papyrus.Script.AddressSpace import Papyrus.IR.ConstantRefs import Papyrus.Builders namespace Papyrus.Script open Builder Lean Parser -- # Category declare_syntax_cat llvmValue (behavior := symbol) def valueParser (rbp : Nat := 0) ...
b410bc4bdbe39c1e0c76b87797f75e2885a1a568
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/ring_theory/unique_factorization_domain.lean
5681daa455d08acc6bf1b4662ef84d620824d40b
[]
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
38,164
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, Jens Wagemaker, Aaron Anderson -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.gcd_monoid import Mathlib.ring_theory.integral_dom...
a4170c54586ec1fe139828aa380ab09fcba6dd95
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Meta/Match/Basic.lean
16dd830117d7bcab32a38c40210e9b5e780b4f78
[ "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
14,578
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Check import Lean.Meta.CollectFVars import Lean.Meta.Match.MatcherInfo import Lean.Meta.Match.CaseArraySizes namespace Lean.Meta.Match de...
8b10f16af553978cafd1c9d75da60c02f176ef7e
00de0c30dd1b090ed139f65c82ea6deb48c3f4c2
/src/category_theory/adjunction/basic.lean
82c75b27a77321af937377cb23699c58467419de
[ "Apache-2.0" ]
permissive
paulvanwamelen/mathlib
4b9c5c19eec71b475f3dd515cd8785f1c8515f26
79e296bdc9f83b9447dc1b81730d36f63a99f72d
refs/heads/master
1,667,766,172,625
1,590,239,595,000
1,590,239,595,000
266,392,625
0
0
Apache-2.0
1,590,257,277,000
1,590,257,277,000
null
UTF-8
Lean
false
false
10,900
lean
/- Copyright (c) 2019 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton, Johan Commelin -/ import category_theory.equivalence import data.equiv.basic namespace category_theory open category universes v₁ v₂ v₃ u₁ u₂ u₃ -- declare the `v`'s first;...
ac2902a70ead45e15c8e24bfedcea47d38dc6e30
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/data/real/nnreal.lean
97c376a9e5a87a5dd224019716b3f9f9637c7c39
[ "Apache-2.0" ]
permissive
hikari0108/mathlib
b7ea2b7350497ab1a0b87a09d093ecc025a50dfa
a9e7d333b0cfd45f13a20f7b96b7d52e19fa2901
refs/heads/master
1,690,483,608,260
1,631,541,580,000
1,631,541,580,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
32,196
lean
/- Copyright (c) 2018 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import algebra.linear_ordered_comm_group_with_zero import algebra.big_operators.ring import data.real.basic import algebra.indicator_function import algebra.algebra.b...
fa00582d4400302f57155c4b3bf11a54b00c3696
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/countable/small.lean
95d88c7fb94b3377b0b90563fd08ec7e54613456
[ "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
492
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 logic.small.basic import data.countable.defs /-! # All countable types are small. That is, any countable type is equivalent to a type in any universe. -/ un...
61f0ceaf27488d8c4240e74b0bf51c9563d3579d
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/order/category/omega_complete_partial_order.lean
87b1c7890b9515172b3fec5b184beee3935a40a3
[ "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
3,972
lean
/- Copyright (c) 2020 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon -/ import order.omega_complete_partial_order import order.category.Preorder import category_theory.limits.shapes.products import category_theory.limits.shapes.equalizers impo...
45a9c6ef44a8bf9f83c75b8ba8355c2451ead72f
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/src/Init/Lean/Meta/Tactic/Rewrite.lean
a5c8f7c795db0d0c916e1547ec407a70a49e09e2
[ "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
2,503
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Lean.Meta.AppBuilder import Init.Lean.Meta.KAbstract import Init.Lean.Meta.Check import Init.Lean.Meta.Tactic.Apply namespace Lean name...
a813e8c57d4eeded38fdd7caf2cd56b10caee4b1
957a80ea22c5abb4f4670b250d55534d9db99108
/tests/lean/hole_issue2.lean
bf522579606987da60b6b86a8e4531af8fa55da0
[ "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
1,817
lean
constant bag_setoid : ∀ A, setoid (list A) attribute [instance] bag_setoid definition bag (A : Type) : Type := quotient (bag_setoid A) constant subcount : ∀ {A}, list A → list A → bool constant list.count : ∀ {A}, A → list A → nat constant all_of_subcount_eq_tt : ∀ {A} {l₁ l₂ : list A}, subcount l₁ l₂ = tt → ∀ a, li...
8ac703fa5e24386a0adc5da0cb0841d1098e4506
9d00e4b237465921fb33aa10eed92a2495ca2e46
/biImplRules.lean
3907bc6eacdbc8c6313871a8d365c72961f93ace
[]
no_license
Bpalkmim/LeanNatD
7756abf1ed7b0e7a3e3b9d16ad756018f5c70c7c
2e73bb44e44b955839e7a0874cd7013fbfb9c4e3
refs/heads/master
1,610,999,141,530
1,475,515,895,000
1,475,515,895,000
69,893,600
0
0
null
null
null
null
UTF-8
Lean
false
false
1,928
lean
namespace biImplRules -- Requer o namespace de implicação open implRules print " " print "Provas com BI_IMPL - início" print " " constant bi_impl : Prop → Prop → Prop constants A B : Prop -- Definições constant bi_impl_intro {X Y : Prop} : (Π x : Proof X, Proof Y) → Proof Y → (Π x : Proof Y, Proof X) → Proof X → P...
305236f17913ebfdf6c2560abe7f860178168d72
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/geometry/manifold/partition_of_unity.lean
e345b485faf25f2e20e1f1610a2a342049cc6c08
[ "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
27,581
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 -/ import geometry.manifold.algebra.structures import geometry.manifold.bump_function import topology.metric_space.partition_of_unity import topology.shrinking_l...
a734ab386e28f13f17cbc09596b58666708b29ab
618003631150032a5676f229d13a079ac875ff77
/src/analysis/special_functions/pow.lean
ea490ff51a409af8e4a329dd62172e17af740ba7
[ "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
24,694
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Abhimanyu Pallavi Sudhir, Jean Lo, Calle Sönne, Sébastien Gouëzel -/ import analysis.special_functions.trigonometric /-! # Power function on `ℂ`, `ℝ` and `ℝ⁺` We construc...
f7e5d86c999a59df5db9bddef065df17dc6f060b
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/run/multiTargetCasesInductionIssue.lean
507d9919bc495931df05a0fc3a0e6d73bca1dac3
[ "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
1,660
lean
def Vec (α : Type u) (n : Nat) : Type u := { a : List α // a.length = n } def Vec.nil : Vec α 0 := ⟨[], rfl⟩ def Vec.cons (a : α) (as : Vec α n) : Vec α (n+1) := ⟨a :: as.val, by simp [as.property]⟩ set_option pp.analyze false def Vec.casesOn (motive : (n : Nat) → Vec α n → Sort v) (n : Nat) (as : Vec...
8c414531cebcbfcba38fac6abc308b2aadb9f387
63abd62053d479eae5abf4951554e1064a4c45b4
/src/algebra/group/hom.lean
e4171d1509df70d9f35ca9087c580dc669a56c57
[ "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
25,484
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Kevin Buzzard, Scott Morrison, Johan Commelin, Chris Hughes, Johannes Hölzl, Yury Kudryashov -/ import algebra.group.commute /-! # monoid and group homomorphisms Th...
7af35dba4f0ec56905026141a74d08afeba27e35
75c54c8946bb4203e0aaf196f918424a17b0de99
/old/zfc_consistent.lean
bd0d8113a86cf10088c47477d1be564cea8f0432
[ "Apache-2.0" ]
permissive
urkud/flypitch
261e2a45f1038130178575406df8aea78255ba77
2250f5eda14b6ef9fc3e4e1f4a9ac4005634de5c
refs/heads/master
1,653,266,469,246
1,577,819,679,000
1,577,819,679,000
259,862,235
1
0
Apache-2.0
1,588,147,244,000
1,588,147,244,000
null
UTF-8
Lean
false
false
7,315
lean
/- Copyright (c) 2019 The Flypitch Project. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jesse Han, Floris van Doorn -/ import .zfc open fol open zfc local infix `∈'`:100 := bounded_formula_of_relation ZFC_el local notation h :: t := dvector.cons h t local notatio...
490298aa652a75f5791e79e15dcee98e8cb50cb6
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/polynomial/algebra_map.lean
bc0ea04ec0ae6ca42bcc925dce4ead122ba07c23
[ "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
11,497
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Johannes Hölzl, Scott Morrison, Jens Wagemaker -/ import data.polynomial.eval import algebra.algebra.tower /-! # Theory of univariate polynomials We show that `polynomia...
b7a1c65b8bc9801aef563aa36c4543168e463529
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/control/alternative_auto.lean
4cf17d6ed0faafd0ca575767d37cfa6d9bba4b95
[]
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
1,406
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.logic import Mathlib.Lean3Lib.init.control.applicative universes u v l namespace Mathlib class has_or...
4564376cdbea42474853ac551057caf40ddd863d
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/int/range.lean
e0b60dd231060602d588f9828a228de776f13851
[ "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,062
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Kenny Lau -/ import data.list.range import data.int.order.basic /-! # Intervals in ℤ This file defines integer ranges. `range m n` is the set of integers greater than `m` ...
6b4da3f4cf736cffda74a3b0a564dda50b5af7e3
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/src/Lean/Widget/UserWidget.lean
d2d07fbf804344e85fd2dd5cfd37865f0f9ef945
[ "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
tobiasgrosser/lean4
ce0fd9cca0feba1100656679bf41f0bffdbabb71
ebdbdc10436a4d9d6b66acf78aae7a23f5bd073f
refs/heads/master
1,673,103,412,948
1,664,930,501,000
1,664,930,501,000
186,870,185
0
0
Apache-2.0
1,665,129,237,000
1,557,939,901,000
Lean
UTF-8
Lean
false
false
6,799
lean
/- Copyright (c) 2022 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: E.W.Ayers -/ import Lean.Elab.Eval import Lean.Server.Rpc.RequestHandling open Lean namespace Lean.Widget /-- A custom piece of code that is run on the editor client. The e...
2dd19e71c60b6a29b58fa58ce85982f093df663b
82e44445c70db0f03e30d7be725775f122d72f3e
/src/category_theory/adjunction/lifting.lean
c821a9f9c2e2125dd34dbf01692eca1dc81456bf
[ "Apache-2.0" ]
permissive
stjordanis/mathlib
51e286d19140e3788ef2c470bc7b953e4991f0c9
2568d41bca08f5d6bf39d915434c8447e21f42ee
refs/heads/master
1,631,748,053,501
1,627,938,886,000
1,627,938,886,000
228,728,358
0
0
Apache-2.0
1,576,630,588,000
1,576,630,587,000
null
UTF-8
Lean
false
false
11,725
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.shapes.equalizers import category_theory.limits.shapes.reflexive import category_theory.adjunction import category_theory.monad.adjunction i...
a7aec0d8fdd9fa1c0f3a341f49a63337f9032452
8eeb99d0fdf8125f5d39a0ce8631653f588ee817
/src/data/complex/basic.lean
f9395e4e5b64ac3b39917f6fbd2dfdb159dbc106
[ "Apache-2.0" ]
permissive
jesse-michael-han/mathlib
a15c58378846011b003669354cbab7062b893cfe
fa6312e4dc971985e6b7708d99a5bc3062485c89
refs/heads/master
1,625,200,760,912
1,602,081,753,000
1,602,081,753,000
181,787,230
0
0
null
1,555,460,682,000
1,555,460,682,000
null
UTF-8
Lean
false
false
20,437
lean
/- Copyright (c) 2017 Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Buzzard, Mario Carneiro -/ import data.real.basic open_locale big_operators /-! # The complex numbers The complex numbers are modelled as ℝ^2 in the obvious way. -/ /-! ### De...
39d3298996f256de22498bab44d4fe060195c913
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Lean/Meta/Eval.lean
a93853130ae7617f04ebd341228465afb461363d
[ "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
1,279
lean
/- Copyright (c) 2022 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich, Leonardo de Moura -/ import Lean.Meta.Check namespace Lean.Meta unsafe def evalExprCore (α) (value : Expr) (checkType : Expr → MetaM Unit) (safety := Definition...
117e95639d7fd07d3e2e1697d67f9d542c874983
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/adjunction/basic.lean
0df5be9436e539a0e528de2813ede0c634abbfe9
[ "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
19,644
lean
/- Copyright (c) 2019 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton, Johan Commelin, Bhavik Mehta -/ import category_theory.equivalence /-! # Adjunctions between functors `F ⊣ G` represents the data of an adjunction between two functors `F :...
b8d442b7372e8ff1955e3835ec9a5c4cad02013c
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Elab/Deriving/BEq.lean
a3963f056b6e95c4fc6c8f8175b900f553eb437b
[ "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
5,069
lean
/- Copyright (c) 2020 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.Elab.Deriving.Basic import Lean.Elab.Deriving.Util namespace Lean.Elab.Deriving.BEq open Lean.Parser.Term open Meta ...
ddef61d29492ba8b6e11b13b090917ee0d36b013
d31b9f832ff922a603f76cf32e0f3aa822640508
/src/hott/init/meta/induction.lean
77717753f4e348209313fe7048876aeda951da7e
[ "Apache-2.0" ]
permissive
javra/hott3
6e7a9e72a991a2fae32e5764982e521dca617b16
cd51f2ab2aa48c1246a188f9b525b30f76c3d651
refs/heads/master
1,585,819,679,148
1,531,232,382,000
1,536,682,965,000
154,294,022
0
0
Apache-2.0
1,540,284,376,000
1,540,284,375,000
null
UTF-8
Lean
false
false
18,293
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 ...
db6e23610e5119a49d6586cd69a62ae7f9c71fcc
92b50235facfbc08dfe7f334827d47281471333b
/library/theories/combinatorics/choose.lean
298d9eefe2db8ad6c73a8d8c243c8058bf252365
[ "Apache-2.0" ]
permissive
htzh/lean
24f6ed7510ab637379ec31af406d12584d31792c
d70c79f4e30aafecdfc4a60b5d3512199200ab6e
refs/heads/master
1,607,677,731,270
1,437,089,952,000
1,437,089,952,000
37,078,816
0
0
null
1,433,780,956,000
1,433,780,955,000
null
UTF-8
Lean
false
false
4,050
lean
/- Copyright (c) 2015 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad Binomial coefficients, "n choose k". -/ import data.nat.div data.nat.fact open decidable namespace nat /- choose -/ definition choose : ℕ → ℕ → ℕ | 0 0 :=...
f0573e65381323127faca1ac66499f3f99416af1
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/elabAsElim.lean
1b1352bd977f632afe9bd81316151d2405438d88
[ "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
2,535
lean
inductive Vec (α : Type u) : Nat → Type u | nil : Vec α 0 | cons : α → Vec α n → Vec α (n+1) def f1 (xs : Vec α n) : Nat := Vec.casesOn xs 0 fun _ _ => 1 def f2 (xs : Vec α n) : Nat := xs.casesOn 0 -- Error insufficient number of arguments def f3 (x : Nat) : Nat → (Nat → Nat) → Nat := x.casesOn def f4 (xs...
2edafecda947b35f5a8574af0770e22c2d398596
d1a52c3f208fa42c41df8278c3d280f075eb020c
/tests/lean/byCasesMetaM.lean
b28e8dd5f3873cfeba6432832e2f1e1e646c4872
[ "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
537
lean
import Lean axiom ex (p q : Prop) (h : p ∧ q) : q ∧ q open Lean in open Lean.Meta in def test : MetaM Unit := do let type := (← getConstInfo ``ex).type let mvar ← mkFreshExprMVar type let (#[p, q, h], mvarId) ← introNP mvar.mvarId! 3 | throwError "unexpected" trace[Meta.debug] "{MessageData.ofGoal mvarId}" ...
b9624db3feb6d1c30560d2632f50609b6b7aec50
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/tests/lean/decimals.lean
26c0504b3f53b05e7224d20c0522593c27849dd5
[ "Apache-2.0" ]
permissive
WojciechKarpiel/lean4
7f89706b8e3c1f942b83a2c91a3a00b05da0e65b
f6e1314fa08293dea66a329e05b6c196a0189163
refs/heads/master
1,686,633,402,214
1,625,821,189,000
1,625,821,258,000
384,640,886
0
0
Apache-2.0
1,625,903,617,000
1,625,903,026,000
null
UTF-8
Lean
false
false
241
lean
#check 1.2 #check 1.2 + 2.3 #check 1.0 #eval 1.2 + 2.3 #check 1. #check 3.1416 theorem ex : 31416e-4 = 3.1416 := rfl #eval 3.4e-100 * 1e98 #eval 12.3e90 * 1E-90 #eval 3.00e-100 * 1e100 #eval 3.00e-100 * 1.e100 #eval 3.00e-100 * 1.0e100
cc170cef362b9ba960e2ae0cb655317a8878f215
c777c32c8e484e195053731103c5e52af26a25d1
/src/analysis/locally_convex/weak_dual.lean
5d601abe1bc309b803344ffac06e371f33b80dcb
[ "Apache-2.0" ]
permissive
kbuzzard/mathlib
2ff9e85dfe2a46f4b291927f983afec17e946eb8
58537299e922f9c77df76cb613910914a479c1f7
refs/heads/master
1,685,313,702,744
1,683,974,212,000
1,683,974,212,000
128,185,277
1
0
null
1,522,920,600,000
1,522,920,600,000
null
UTF-8
Lean
false
false
5,440
lean
/- Copyright (c) 2022 Moritz Doll. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Doll -/ import topology.algebra.module.weak_dual import analysis.normed.field.basic import analysis.locally_convex.with_seminorms /-! # Weak Dual in Topological Vector Spaces We ...
c7fb0268d123c9f2cf7db8de16f58b56e4554dc6
290f65d8de0088e3098f612884d54e5b714d7862
/src/affine_algebraic_set/union.lean
8f06c0cd6f85bf955e07d63e643fd42aa8d4a478
[ "Apache-2.0" ]
permissive
auhlmann/M4P33
ec775fd53610427b35f59ef84d469c30511de24e
dc2586aa3a8e0d916fc0795df592a996c89c85bb
refs/heads/master
1,607,862,664,432
1,579,796,968,000
1,579,796,968,000
234,415,945
0
0
Apache-2.0
1,579,210,321,000
1,579,210,320,000
null
UTF-8
Lean
false
false
7,376
lean
/- Algebraic geometry lecture 1: The union of two algebraic sets is an algebraic set. Kevin Buzzard -/ import affine_algebraic_set.basic -- the basic theory of affine algebraic sets. /- # The union of two affine algebraic sets is affine. Let k be a field and let n be a natural number. We prove the following theore...
2d8b03a8939858e4a090638ed831846081b1d033
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/covariant_and_contravariant.lean
5a904bd7f3a5a12c8397ad97f9e60e40f2194053
[ "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
13,550
lean
/- Copyright (c) 2021 Damiano Testa. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Damiano Testa -/ import algebra.group.defs import order.basic import order.monotone /-! # Covariants and contravariants This file contains general lemmas and instances to work with ...
d31ca153d49161d7bf61d1df3c3723b6ea1b441d
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/deprecated/subring.lean
4ba040b26d7a065f321d72c923b3e34e9e80ec32
[ "Apache-2.0" ]
permissive
lacker/mathlib
f2439c743c4f8eb413ec589430c82d0f73b2d539
ddf7563ac69d42cfa4a1bfe41db1fed521bd795f
refs/heads/master
1,671,948,326,773
1,601,479,268,000
1,601,479,268,000
298,686,743
0
0
Apache-2.0
1,601,070,794,000
1,601,070,794,000
null
UTF-8
Lean
false
false
8,209
lean
/- Copyright (c) 2018 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import deprecated.subgroup import deprecated.group universes u v open group variables {R : Type u} [ring R] /-- `S` is a subring: a set containing 1 and closed un...
303cd12a685cd7e3bfb05bff52984a3f231ad244
9dc8cecdf3c4634764a18254e94d43da07142918
/src/category_theory/limits/yoneda.lean
8e691accd57e26412bfaadb81d27421ab1daca18
[ "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
5,278
lean
/- Copyright (c) 2020 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.limits.functor_category /-! # Limit properties relating to the (co)yoneda embedding. We calculate the colimit of `Y ↦ (X ⟶ Y)`,...
8ca2e101cf88749171a5a61891d83418af8be8b9
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/monoidal/functor_auto.lean
45186a1845f060069a404c1545eac3e3c7884248
[]
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
12,714
lean
/- Copyright (c) 2018 Michael Jendrusch. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Michael Jendrusch, Scott Morrison -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.monoidal.category import Mathlib.PostPort universes ...
9fb983bcfa575aff167059da95d97356509f0a38
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/linear_algebra/exterior_algebra/basic.lean
c0d133a7281947178d736f285c4d9b98d3dd2e70
[ "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
10,938
lean
/- Copyright (c) 2020 Adam Topaz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhangir Azerbayev, Adam Topaz, Eric Wieser -/ import linear_algebra.clifford_algebra.basic import linear_algebra.alternating /-! # Exterior Algebras We construct the exterior algebra of...
ac206f3fdb3e8c15b6315563277a8220840331ae
5ec8f5218a7c8e87dd0d70dc6b715b36d61a8d61
/errors.lean
bb68682170623533f7331163bceea02408025cc7
[]
no_license
mbrodersen/kremlin
f9f2f9dd77b9744fe0ffd5f70d9fa0f1f8bd8cec
d4665929ce9012e93a0b05fc7063b96256bab86f
refs/heads/master
1,624,057,268,130
1,496,957,084,000
1,496,957,084,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
663
lean
import data.num.basic namespace errors inductive errcode : Type | MSG: string -> errcode | CTX: pos_num -> errcode /- a top-level identifier -/ | POS: pos_num -> errcode /- a positive integer, e.g. a PC -/ export errcode (MSG CTX POS) def errmsg: Type := list errcode def msg (s: string) : errmsg := [MSG s] i...
d2ef0bcdbd6f57f947e1cdc3b6a1543464d30d51
9028d228ac200bbefe3a711342514dd4e4458bff
/src/tactic/omega/eq_elim.lean
7245b7bcced20832668bf86eb512e006235e53bf
[ "Apache-2.0" ]
permissive
mcncm/mathlib
8d25099344d9d2bee62822cb9ed43aa3e09fa05e
fde3d78cadeec5ef827b16ae55664ef115e66f57
refs/heads/master
1,672,743,316,277
1,602,618,514,000
1,602,618,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
14,706
lean
/- Copyright (c) 2019 Seul Baek. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Seul Baek -/ /- Correctness lemmas for equality elimination. See 5.5 of <http://www.decision-procedures.org/> for details. -/ import tactic.omega.clause open list.func namespace omega d...
4fd095ef75876c734bbe45ba486b6d03e98e80b7
ea5678cc400c34ff95b661fa26d15024e27ea8cd
/mods_and_fermat_little.lean
5741176f487b322c58358d36f027b25797fabfb3
[]
no_license
ChrisHughes24/leanstuff
dca0b5349c3ed893e8792ffbd98cbcadaff20411
9efa85f72efaccd1d540385952a6acc18fce8687
refs/heads/master
1,654,883,241,759
1,652,873,885,000
1,652,873,885,000
134,599,537
1
0
null
null
null
null
UTF-8
Lean
false
false
265
lean
theorem test1 :∀ y:ℕ, ∃ x:ℕ, x-2=y:=λ y,exists.intro (y+2) rfl #print classical.some noncomputable def test2 : ℕ → ℕ :=λ y, classical.some (test1 y) theorem test3 : ∀ y:ℕ,test2 y-2=y:=λ y,classical.some_spec (test1 y) Sort hello #check test3 7
7b26344205401920cb0401722754fd23d22ff379
0dc59d2b959c9b11a672f655b104d7d7d3e37660
/Lean4_filters/Set/Basic.lean
c3d2901e503454b08af443ceaf0d42b670bed977
[]
no_license
kbuzzard/lean4-filters
5aa17d95079ceb906622543209064151fa645e71
29f90055b7a2341c86d924954463c439bd128fb7
refs/heads/master
1,679,762,259,673
1,616,701,300,000
1,616,701,300,000
350,784,493
5
1
null
1,625,691,081,000
1,616,517,435,000
Lean
UTF-8
Lean
false
false
2,879
lean
import Lean4_filters.Lattice.Basic import Lean4_filters.Tactics.Basic class HasMem (α : outParam $ Type u) (β : Type v) where mem : α → β → Prop infix:50 " ∈ " => HasMem.mem def Set (α : Type u) := α → Prop namespace Set variable {α : Type u} instance : HasMem α (Set α) := ⟨λ a s => s a⟩ theorem ext {s t : S...
c91dcde430dab3821f5da7aa4955cdee51779f62
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/data/finset/locally_finite.lean
4fa683f8e82d447fcfe0722594131693aa9653e5
[ "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
10,238
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Yaël Dillies -/ import order.locally_finite /-! # Intervals as finsets This file provides basic results about all the `finset.Ixx`, which are defined in `order.locall...
54b02b5f61b4ee6d3d20b1338d7c30edf25b32c6
bf532e3e865883a676110e756f800e0ddeb465be
/data/int/basic.lean
086e34e3676da841153cac0c7508f8e5dd39b37d
[ "Apache-2.0" ]
permissive
aqjune/mathlib
da42a97d9e6670d2efaa7d2aa53ed3585dafc289
f7977ff5a6bcf7e5c54eec908364ceb40dafc795
refs/heads/master
1,631,213,225,595
1,521,089,840,000
1,521,089,840,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
42,178
lean
/- Copyright (c) 2016 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad The integers, with addition, multiplication, and subtraction. -/ import data.nat.basic algebra.char_zero algebra.order_functions open nat namespace int instance : inhab...
1db61ee4835fe6128f088523122329ad75276345
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Init/Data/Array/Basic.lean
1c16673ed804ca3e8b4c7c22783b789ab138dd33
[ "Apache-2.0" ]
permissive
williamdemeo/lean4
72161c58fe65c3ad955d6a3050bb7d37c04c0d54
6d00fcf1d6d873e195f9220c668ef9c58e9c4a35
refs/heads/master
1,678,305,356,877
1,614,708,995,000
1,614,708,995,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
27,439
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 -/ prelude import Init.Data.Nat.Basic import Init.Data.Fin.Basic import Init.Data.UInt import Init.Data.Repr import Init.Data.ToString.Basic import Init.Util u...
538ed8089e8676b0bbfd024d293df29151c49908
64874bd1010548c7f5a6e3e8902efa63baaff785
/tests/lean/run/secnot.lean
e3553de74c191530fe8fe702c1d139d562da1824
[ "Apache-2.0" ]
permissive
tjiaqi/lean
4634d729795c164664d10d093f3545287c76628f
d0ce4cf62f4246b0600c07e074d86e51f2195e30
refs/heads/master
1,622,323,796,480
1,422,643,069,000
1,422,643,069,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
395
lean
import data.num section variable {A : Type} definition f (a b : A) := a infixl `◀`:65 := f variables a b : A check a ◀ b end inductive list (T : Type) : Type := nil {} : list T, cons : T → list T → list T namespace list section variable {T : Type} notation `[` l:(foldr `,` (h t, cons h t) nil) `]` := l check [10, ...
4e6d544903d38313a0015d1c5decae3288c6174d
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/tests/lean/inst_error.lean
efb8c011ec0eb72d4fe7aa0810a80adc9dc86a2b
[ "Apache-2.0" ]
permissive
soonhokong/lean-osx
4a954262c780e404c1369d6c06516161d07fcb40
3670278342d2f4faa49d95b46d86642d7875b47c
refs/heads/master
1,611,410,334,552
1,474,425,686,000
1,474,425,686,000
12,043,103
5
1
null
null
null
null
UTF-8
Lean
false
false
74
lean
check λ (A : Type) (a : A) (b c : _), if a = b ∧ a = c then tt else ff