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
c781d8a9776f0bcc8f6cbdcf7a9542c0fed744ea
c055f4b7c29cf1aac2223bd8c1ac8d181a7c6447
/src/categories/heterogeneous_identity.lean
12940600f7e7a933560e4ad8fc64c9819803264e
[ "Apache-2.0" ]
permissive
rwbarton/lean-category-theory-pr
77207b6674eeec1e258ec85dea58f3bff8d27065
591847d70c6a11c4d5561cd0eaf69b1fe85a70ab
refs/heads/master
1,584,595,111,303
1,528,029,041,000
1,528,029,041,000
135,919,126
0
0
null
1,528,041,805,000
1,528,041,805,000
null
UTF-8
Lean
false
false
1,544
lean
import .functor import .isomorphism universes u v -- @[simp] lemma eq.mpr.trans {α β γ: Prop} (p : α = β) (q : β = γ) (g : γ) : eq.mpr (eq.trans p q) g = eq.mpr p (eq.mpr q g) := -- begin -- induction p, -- induction q, -- refl, -- end -- @[simp] lemma eq.mpr.propext {α : Sort u₁} (a : α) : eq.mpr (propext (eq...
777000ed277ba3000858558384ea12d7dae68e8a
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/list/nat_antidiagonal_auto.lean
edb1bf18a0ba0323309c4224f4396be589a0b2ec
[]
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,380
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.list.range import Mathlib.PostPort namespace Mathlib namespace list namespace nat ...
2ec97e785530222a5145a34dc734839a293a8beb
d29d82a0af640c937e499f6be79fc552eae0aa13
/src/algebra/pointwise.lean
7e1c097766e8304ea63a6928e57a553f1c1c2fce
[ "Apache-2.0" ]
permissive
AbdulMajeedkhurasani/mathlib
835f8a5c5cf3075b250b3737172043ab4fa1edf6
79bc7323b164aebd000524ebafd198eb0e17f956
refs/heads/master
1,688,003,895,660
1,627,788,521,000
1,627,788,521,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
27,200
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Floris van Doorn -/ import algebra.module.basic import data.set.finite import group_theory.submonoid.basic /-! # Pointwise addition, multiplication, and scalar multipl...
d70d89b10defe30c8e52d019c62b6a9c07230624
ac89c256db07448984849346288e0eeffe8b20d0
/src/Lean/Meta/WHNF.lean
b72ede6dc96957736f00523acf2370f3fdef65da
[ "Apache-2.0" ]
permissive
chepinzhang/lean4
002cc667f35417a418f0ebc9cb4a44559bb0ccac
24fe2875c68549b5481f07c57eab4ad4a0ae5305
refs/heads/master
1,688,942,838,326
1,628,801,942,000
1,628,801,995,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
23,890
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.ToExpr import Lean.AuxRecursor import Lean.ProjFns import Lean.Meta.Basic import Lean.Meta.LevelDefEq import Lean.Meta.GetConst import Lean.Meta...
90bc83d257c633558fa3dcd6e5f8be347617e55f
ea5678cc400c34ff95b661fa26d15024e27ea8cd
/alternating2.lean
9351ec59e14b68814e9c86bb76a1a49429640c7c
[]
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
13,099
lean
/- Copyright (c) 2019 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import group_theory.perm group_theory.order_of_element group_theory.quotient_group universes u v open finset is_subgroup equiv equiv.perm quotient_group instance {α β :...
45431f1a1f0447e1883dc7d10e98e90b8a75a6db
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/analysis/normed/group/add_torsor.lean
77b484b3d4dc4086298807c7c30858d54a53b272
[ "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
10,059
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers, Yury Kudryashov -/ import analysis.normed.group.basic import linear_algebra.affine_space.midpoint /-! # Torsors of additive normed group actions. This file defines torsor...
8829c9d7664ee74d74ff144674b9d05c44d84e71
4efff1f47634ff19e2f786deadd394270a59ecd2
/src/data/multiset/lattice.lean
f0097a9d9ab2c6e907e7d6aadf56145d204d96d0
[ "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
7,194
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import data.multiset.finset_ops import data.multiset.fold /-! # Lattice operations on multisets -/ namespace multiset variables {α : Type*} /-! ### sup -/ section s...
aafafc9df50e4647b5e97009da7b9d70d2a98d73
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Util/Sorry.lean
9d6f73065e462a8299bf33646ee1b7621c0af6d6
[ "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,141
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.Util.FindExpr import Lean.Declaration namespace Lean def Expr.isSorry : Expr → Bool | app (app (.const ``sorryAx ..) ..) .. => true | _ =>...
fda45793a601918bb219a9b102365f4351e63d11
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/11_Tactic-Style_Proofs.org.11.lean
89c5ca84ccf0a23a654dd295facd0cfa01c9936f
[]
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
220
lean
import standard import data.nat open nat variables x y z w : ℕ -- BEGIN example (H1 : x = y) (H2 : y = z) (H3 : z = w) : x = w := begin apply (eq.trans H1), apply (eq.trans H2), assumption -- applied H3 end -- END
696df7526110c8022b176863c3357d40b009fea9
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/stage0/src/Lean/Compiler/IR/EmitC.lean
3a0f855709867c1410cf202f48a836971c6d6a44
[ "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
25,172
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.Runtime import Lean.Compiler.NameMangling import Lean.Compiler.ExportAttr import Lean.Compiler.InitAttr import Lean.Compiler.IR.CompilerM import...
8f616b91eb2b7865a77034ec465f4a2131ec0c72
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/10_Structures_and_Records.org.1.lean
8767f62c9f61499c857b281f9185cfa8d3c8ebb0
[]
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
68
lean
import standard structure point (A : Type) := mk :: (x : A) (y : A)
d198567e98077a2bed39bcb527a2da9930d055ed
59a4b050600ed7b3d5826a8478db0a9bdc190252
/src/category_theory/universal/cones.lean
d03db4d9114085adcdf39040dd732db525f347c8
[]
no_license
rwbarton/lean-category-theory
f720268d800b62a25d69842ca7b5d27822f00652
00df814d463406b7a13a56f5dcda67758ba1b419
refs/heads/master
1,585,366,296,767
1,536,151,349,000
1,536,151,349,000
147,652,096
0
0
null
1,536,226,960,000
1,536,226,960,000
null
UTF-8
Lean
false
false
5,165
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.limits.limits open category_theory namespace category_theory.limits universes u v variables {J : Type v} [small_category...
13a899b029f0df342de5a7a8239f03db11e03241
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/true_imp_rw.lean
57b60b3c8bf2b3114eb084e82a572a31aa58a1a4
[ "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
111
lean
import logic example (a b c : Prop) (h : a) : true → true → a := begin rewrite *true_imp, exact h end
e6c31b369f3da7f8fbf47c65758423e3abbe6d57
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/test/interval_cases.lean
760ee945abfb62556a67511d0b664cbd57181059
[ "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
4,097
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import tactic.interval_cases example (n : ℕ) : true := begin success_if_fail { interval_cases n }, trivial end example (n : ℕ) (h : 2 ≤ n) : true := begin su...
a9918a2b3c0886feb729861129d1f54c75e11d1e
e38e95b38a38a99ecfa1255822e78e4b26f65bb0
/src/certigrad/aevb/grads_correct.lean
3adee457d1aa2a1788cce34ea2b28e4ded603f97
[ "Apache-2.0" ]
permissive
ColaDrill/certigrad
fefb1be3670adccd3bed2f3faf57507f156fd501
fe288251f623ac7152e5ce555f1cd9d3a20203c2
refs/heads/master
1,593,297,324,250
1,499,903,753,000
1,499,903,753,000
97,075,797
1
0
null
1,499,916,210,000
1,499,916,210,000
null
UTF-8
Lean
false
false
1,050
lean
/- Copyright (c) 2017 Daniel Selsam. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Daniel Selsam Proofs that integrating out the KL and reparametizing are sound when applied to the naive variational encoder. -/ import .util .graph ..prove_model_ok ..backprop_correct ...
d95f56ad9dc4b43802984372e1878295147328f8
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/unit_interval.lean
0990b7e7a59ddec0d1a73fef46d0a531b84c0131
[ "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
6,072
lean
/- Copyright (c) 2020 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Scott Morrison -/ import topology.instances.real import topology.algebra.field import data.set.intervals.proj_Icc import data.set.intervals.instances /-! # The unit in...
1e33f66a0c87a7b65848146a408d307095078543
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/1562.lean
bed3a2fb1518c23625ea79418dea5d0702c2e7f4
[ "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
497
lean
meta constant term : Type meta constant smt2.builder.int_const : int -> term meta constant smt2_state : Type @[reducible] meta def smt2_m (α : Type) := state_t smt2_state tactic α meta instance tactic_to_smt2_m (α : Type) : has_coe (tactic α) (smt2_m α) := ⟨ fun tc, ⟨fun s, do res ← tc, return (res, s)⟩ ⟩ meta def ...
07a21a7e191007cfe7b7ec9be4a1f6d76ee55fa4
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/category_theory/sites/plus.lean
b096027856ede12aff93578b281d26361e851c26
[ "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
11,003
lean
/- Copyright (c) 2021 Adam Topaz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Adam Topaz -/ import category_theory.sites.sheaf /-! # The plus construction for presheaves. This file contains the construction of `P⁺`, for a presheaf `P : Cᵒᵖ ⥤ D` where `C` is endow...
fdf7301a787f057efc6d112ba8536bd702912c27
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/stage0/src/Lean/Meta/Offset.lean
e6ca7863a3902b94231773152c019ebca558bbb9
[ "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
6,367
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.Data.LBool import Lean.Meta.InferType namespace Lean.Meta private abbrev withInstantiatedMVars (e : Expr) (k : Expr → OptionT MetaM α) : Optio...
5c00f3f2d3636d04a69832a6a08cb9314fb83f97
4727251e0cd73359b15b664c3170e5d754078599
/src/linear_algebra/pi_tensor_product.lean
2173c91696c5cb0969b7eebe8a53ccb335a0b6cf
[ "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
24,340
lean
/- Copyright (c) 2020 Frédéric Dupuis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Frédéric Dupuis, Eric Wieser -/ import group_theory.congruence import linear_algebra.multilinear.tensor_product /-! # Tensor product of an indexed family of modules over commutative...
b27f8f20c23864e1716b150f283978175751bc91
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/tests/lean/run/newfrontend1.lean
e0c1a6e7f26377b42d2d5d69288f1683960adbc2
[ "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
8,783
lean
def x := 1 #check x variable {α : Type} def f (a : α) : α := a def tst (xs : List Nat) : Nat := xs.foldl (init := 10) (· + ·) #check tst [1, 2, 3] #check fun x y : Nat => x + y #check tst #check (fun stx => if True then let e := stx; Pure.pure e else Pure.pure stx : Nat → Id Nat) #check let x : Nat := 1; x de...
f749a4c8b28f90ac01f622256545144d563ebb8a
b87641ffb6358d6508ccbfa54e67c87070cb28d8
/ap_cat/src/why.lean
c2a24c57eab32de09e655beb2f40d4cd0809a184
[]
no_license
Nolrai/LeanGiggle
a4b628745ae3f5a36ae79b673ee8543e18ed4899
8326b2a6685b60a3529ee0fe26bd86f5d849b071
refs/heads/master
1,545,396,766,168
1,538,238,458,000
1,538,238,458,000
105,524,473
0
0
null
null
null
null
UTF-8
Lean
false
false
1,020
lean
universes u v inductive why (P : Prop) (L : Type u) (R : Type v) | inL {} : P -> L -> why | inR {} : ¬ P -> R -> why inductive option_why (P : Prop) (T : Type v) | none {} : P -> option_why | some {} : ¬ P -> T -> option_why section parameters {P : Prop} parameters {R : Type u} def option_why.to_why: option_why ...
31946f5be10234246128d6194954484ada3668f0
1a61aba1b67cddccce19532a9596efe44be4285f
/hott/init/trunc.hlean
0662499c14c49a3cf670bb51be7749b2cd25c3e6
[ "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
11,691
hlean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Floris van Doorn Definition of is_trunc (n-truncatedness) Ported from Coq HoTT. -/ --TODO: can we replace some definitions with a hprop as codomain by theorems...
547ed9bd842a479d90de8f1fe3a8045e427a2ff6
3268ab3a126f0fef71459fbf170dc38efe5d0506
/algebra/free_group.hlean
bf6717b18c7cb4355404a8c3e8dd63d62d2eae22
[ "Apache-2.0" ]
permissive
soraismus/Spectral
f043fed1a4e02ddfeba531769b2980eb817471f4
32512bf47db3a1b932856e7ed7c7830b1fc07ef0
refs/heads/master
1,585,628,705,579
1,538,609,948,000
1,538,609,974,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
26,216
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 Constructions with groups -/ import algebra.group_theory hit.set_quotient types.list types.sum ..move_to_lib open eq algebra is_trunc set_quotient r...
5e67bf5f77b4eef4bdebcf0d69d5f6a2e701eca0
4efff1f47634ff19e2f786deadd394270a59ecd2
/src/algebra/homology/homology.lean
a684e4406bcb37989d40029cdcc3c97628d823c3
[ "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
6,706
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Markus Himmel -/ import algebra.homology.chain_complex import algebra.homology.image_to_kernel_map /-! # (Co)homology groups for complexes We setup that part of the t...
3174a91f3dbb1928f0a09d920613ed78de4debc6
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Compiler/LCNF/ToExpr.lean
6ee6b9aaf5458a1009a156fb99de6641ea9cc31f
[ "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
3,904
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.Compiler.LCNF.Basic namespace Lean.Compiler.LCNF namespace ToExpr private abbrev LevelMap := FVarIdMap Nat private def _root_.Lean.FVarId.to...
4dc5c9fc9173bc4551630ea468e210df035a3778
05f637fa14ac28031cb1ea92086a0f4eb23ff2b1
/tests/lean/tacluacrash.lean
f630e35fd088dbed33a2043c9953e4af83837878
[ "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
46
lean
theorem T (a : Bool) : a → a. (* foo_tac *)
407429474374506b91de415a00b85efd0f28e10b
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/algebra/category/Mon/colimits.lean
ca6f7e5c4ad042e4e116fcac5e742f7aa600ea6e
[ "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
7,538
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import algebra.category.Mon.basic import category_theory.limits.has_limits import category_theory.limits.concrete_category /-! # The category of monoids has all coli...
0b7eb815ba0421680eeab8ec86b23eba85ff3097
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/1414.lean
ec5ecd4c763a5f9d8f7d1f427996f10edad7e17b
[ "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
207
lean
def Union {α : Prop} {β : Type} (s : α → set β) (x : β) : Prop := ∃ i, x ∈ s i example (y : ℕ) (t : set ℕ) : Union (λH : (∃x, x ∈ t), t) y → true | ⟨⟨z, z_ex⟩, y_in⟩ := ⟨⟩
d53dbccf54a8244c4295afd7c8b49d2944caa1b4
4e3bf8e2b29061457a887ac8889e88fa5aa0e34c
/lean/love04_functional_programming_homework_sheet.lean
0d36ce2f78cee4999ce25301b814dd9e2593de39
[]
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
1,800
lean
/- LoVe Homework 4: Functional Programming -/ import .love04_functional_programming_demo namespace LoVe /- Question 1: Reverse of a List -/ /- Recall the `reverse` operation and the `reverse_append` lemma from the lecture. -/ #check reverse #check reverse_append /- 1.1. Prove the following distributive property,...
59712a638c41fd7af365851aab0867162f46cbbf
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/interactive/lib/open_locale.lean
cefdc577380beab41e5c45725361f87f582859ac
[ "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
146
lean
open lean lean.parser interactive tactic native @[user_command] meta def open_locale_cmd (_ : parse $ tk "open_locale") : parser unit := pure ()
989463fea7b99e150709bab27d1b5d25f781568a
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/combinatorics/quiver/arborescence.lean
9bc048ce718bd17ff0938c2f3cfd67ff8b16acdc
[ "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
4,983
lean
/- Copyright (c) 2021 David Wärn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Wärn -/ import order.well_founded import data.nat.basic import combinatorics.quiver.subquiver import combinatorics.quiver.path /-! # Arborescences > THIS FILE IS SYNCHRONIZED WITH ...
67070c4d7f36551dd65dd90492f45405c335c6d0
5749d8999a76f3a8fddceca1f6941981e33aaa96
/src/order/basic.lean
e546d58fae50930325c36547018553be9bcab1db
[ "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
27,472
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Mario Carneiro -/ import logic.basic data.sum data.set.basic algebra.order open function /- TODO: automatic construction of dual definitions / theorems -/ universes u v...
0ab70bc6c91a624e8469e989953bfcc1885e5f1c
8f209eb34c0c4b9b6be5e518ebfc767a38bed79c
/code/src/internal/utils.lean
69204a97e1b5be2323ae25d8e6dea0ccab61bdb9
[]
no_license
hediet/masters-thesis
13e3bcacb6227f25f7ec4691fb78cb0363f2dfb5
dc40c14cc4ed073673615412f36b4e386ee7aac9
refs/heads/master
1,680,591,056,302
1,617,710,887,000
1,617,710,887,000
311,762,038
4
0
null
null
null
null
UTF-8
Lean
false
false
4,203
lean
import tactic import data.finset lemma subset_right_union { α: Type } [decidable_eq α] { u v w: finset α } (h: u ⊆ v): u ⊆ v ∪ w := begin have : ∅ ⊆ w := by simp, have := finset.union_subset_union h this, finish [this], end lemma subset_left_union { α: Type } [decidable_eq α] { u v w: finset α } (h: u ⊆ w...
f887aa615ca1a7bb8251d0a458759e776ae66e1e
92c6b42948d74fe325c2d88530f1d36da388b2f7
/src/cvc4/tactic.lean
45200da822a19df0e2c965a655d8a255fb1925dd
[ "MIT" ]
permissive
riaqn/smtlean
8ad65055b6c1600cd03b9e345059a3b24419b6d5
c11768cfb43cd634340b552f5039cba094701a87
refs/heads/master
1,584,569,627,940
1,535,314,713,000
1,535,314,713,000
135,333,334
0
1
null
null
null
null
UTF-8
Lean
false
false
2,937
lean
import ..smtlib import .solve import .reflect meta def prop_to_formula : expr → tactic term := λ t, match t with | `(%%(t0) → %%(t1)) := term.app "=>" <$> monad.sequence [prop_to_formula t0, prop_to_formula t1] | `(%%(t0) ∧ %%(t1)) := term.app "and" <$> monad.sequence [prop_to_formula t0, prop_to_formula t1] | `(%%(t...
cf98231cbb19ff3fb91c87188ca1980f56f19dbf
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/tactic/apply_fun.lean
5df0cc10a3a27c37a4f85482b5f33c3b0dceb22d
[ "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,184
lean
/- Copyright (c) 2019 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Keeley Hoek, Patrick Massot -/ import tactic.monotonicity namespace tactic /-- Apply the function `f` given by `e : pexpr` to the local hypothesis `hyp`, which must either be of the ...
842b16097b665a811139b088e55711c3dc86d14f
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Data/Lsp/Ipc.lean
570918d48f37bc2baab9959035e7316e416b9354
[ "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
2,665
lean
/- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Marc Huisinga, Wojciech Nawrocki -/ import Init.System.IO import Lean.Data.Json import Lean.Data.Lsp.Communication import Lean.Data.Lsp.Diagnostics import Lean.Data.Lsp.Extra /-! Prov...
24d9d11a89451b5ec63469db08c04fa220f6e39f
4727251e0cd73359b15b664c3170e5d754078599
/src/data/real/hyperreal.lean
019101769669abbfdde974ae725f4a7ef41c08e8
[ "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
36,908
lean
/- Copyright (c) 2019 Abhimanyu Pallavi Sudhir. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Abhimanyu Pallavi Sudhir -/ import order.filter.filter_product import analysis.specific_limits.basic /-! # Construction of the hyperreal numbers as an ultraproduct of real s...
f7ffb8d7126272d48d58f84159c74b084cb57ffc
491068d2ad28831e7dade8d6dff871c3e49d9431
/hott/types/arrow.hlean
f8b4d5e620415bbecd550dd3c3b2c0b2755effde
[ "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
4,296
hlean
/- 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 Ported from Coq HoTT Theorems about arrow types (function spaces) -/ import types.pi open eq equiv is_equiv funext pi equiv.ops is_trunc unit namespace pi vari...
1f4bbd4acfb3e087aef0f9b10576a4c856e44e7b
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/ring_theory/artinian.lean
d565adb36caf6a05c8bc14e78e7603230524b263
[ "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
18,980
lean
/- Copyright (c) 2021 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import ring_theory.nakayama import data.set_like.fintype /-! # Artinian rings and modules A module satisfying these equivalent conditions is said to be an *Artinian* R...
2b62b0587d82ad8021f959599b85c2360e120f25
4727251e0cd73359b15b664c3170e5d754078599
/src/linear_algebra/projective_space/basic.lean
b5b6228c1f27787d158c4d065a4d8bed9d5577cd
[ "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
7,793
lean
/- Copyright (c) 2022 Adam Topaz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Adam Topaz -/ import linear_algebra.finite_dimensional /-! # Projective Spaces This file contains the definition of the projectivization of a vector space over a field, as well as the b...
cb9ed28a34055bf69fcf15c8705d9f7bb1dde7f6
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/connected_components.lean
e4f1e2bc3d2f1ec83cf53fed5cdd73816e86e13a
[ "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,812
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 data.list.chain import category_theory.punit import category_theory.is_connected import category_theory.sigma.basic import category_theory.full_subcategory /-! # ...
decab4dbfffb16621fc10680f6e129b4c1b45da5
cc62cd292c1acc80a10b1c645915b70d2cdee661
/src/category_theory/projectives/default.lean
4d6d17230ba1e93b2362884af827f31ce1b7b812
[]
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,421
lean
-- import ..abelian.abelian -- import category_theory.universal.zero -- open category_theory -- open category_theory.limits -- universes u v -- class projective {C : Type u} [category.{u v} C] (P : C) := -- (lift : Π M N : C, Π f : M ⟶ N, Π w : epi f, Π g : P ⟶ N, P ⟶ M) -- (factorisation : Π M N : C, Π f : M ⟶ N, ...
dd4b4095fbfd63e57164118bb4a116be9166bad5
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/topology/metric_space/basic.lean
a1512463c6f841f3678fbefc9484a0ebb32f7876
[ "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
71,068
lean
/- Copyright (c) 2015, 2017 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Metric spaces. Authors: Jeremy Avigad, Robert Y. Lewis, Johannes Hölzl, Mario Carneiro, Sébastien Gouëzel Many definitions and theorems expected on metric spaces are already introduced o...
d2ae88938f54acd0c2e41a09c9d4212451daa03e
37da0369b6c03e380e057bf680d81e6c9fdf9219
/hott/init/pathover.hlean
f27c7417b574ceed8900833c16f2309259f37cb2
[ "Apache-2.0" ]
permissive
kodyvajjha/lean2
72b120d95c3a1d77f54433fa90c9810e14a931a4
227fcad22ab2bc27bb7471be7911075d101ba3f9
refs/heads/master
1,627,157,512,295
1,501,855,676,000
1,504,809,427,000
109,317,326
0
0
null
1,509,839,253,000
1,509,655,713,000
C++
UTF-8
Lean
false
false
19,207
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn Basic theorems about pathovers -/ prelude import .path .equiv open equiv is_equiv function variables {A A' : Type} {B B' : A → Type} {B'' : A' → Type} {C : Π⦃a⦄, ...
6d324ca5556ac635d02964585c331f074cb074be
ff5230333a701471f46c57e8c115a073ebaaa448
/library/init/coe.lean
0e91e64debf0e0477595bede1adc27271116a958
[ "Apache-2.0" ]
permissive
stanford-cs242/lean
f81721d2b5d00bc175f2e58c57b710d465e6c858
7bd861261f4a37326dcf8d7a17f1f1f330e4548c
refs/heads/master
1,600,957,431,849
1,576,465,093,000
1,576,465,093,000
225,779,423
0
3
Apache-2.0
1,575,433,936,000
1,575,433,935,000
null
UTF-8
Lean
false
false
7,183
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 -/ /- The elaborator tries to insert coercions automatically. Only instances of has_coe type class are considered in the process. Lean also provides a "lifti...
ed1d3d407184a353584abea1953ff5e6e3123130
b7b549d2cf38ac9d4e49372b7ad4d37f70449409
/src/LeanLLVM/LLVMFFI.lean
d9024e7b8af724e03e6f06636fc02f6f0e7d49e5
[ "Apache-2.0" ]
permissive
GaloisInc/lean-llvm
7cc196172fe02ff3554edba6cc82f333c30fdc2b
36e2ec604ae22d8ec1b1b66eca0f8887880db6c6
refs/heads/master
1,637,359,020,356
1,629,332,114,000
1,629,402,464,000
146,700,234
29
1
Apache-2.0
1,631,225,695,000
1,535,607,191,000
Lean
UTF-8
Lean
false
false
10,953
lean
/- Copyright (c) 2019 Galois, Inc. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Dockins, Joe Hendrix Lean declarations to link against LLVM C++ declarations. -/ import Init.Core import LeanLLVM.LLVMCodes namespace LLVM namespace FFI constant Context : Type...
8f58dba13c2f69407748cd8ce6f634f5b6c8ef8d
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/interactive/completion.lean
ac77f755ee9398ed7e220bc6dc853670fb04c26d
[ "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
345
lean
structure Foo where foo : Nat example (f : Foo) : f. --^ textDocument/completion example (f : Foo) : f.f --^ textDocument/completion example (f : Foo) : id f |>. --^ textDocument/completion example (f : Foo) : id f |>.f --^...
b4045380f7ede86ac4db7bad871518c98143a00c
94e33a31faa76775069b071adea97e86e218a8ee
/src/data/bracket.lean
e5cb5e55f2ff45624e11b3f1f4ddcddf6334a985
[ "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
1,456
lean
/- Copyright (c) 2021 Patrick Lutz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Lutz, Oliver Nash -/ /-! # Bracket Notation This file provides notation which can be used for the Lie bracket, for the commutator of two subgroups, and for other similar operat...
1049710c3ddbe4d3dbf1c740395802090ee7a93d
ac49064e8a9a038e07cf5574b4fccd8a70d115c8
/hott/algebra/bundled.hlean
a3e5b8a9ddf35f98636b41d446fc6243354dc48f
[ "Apache-2.0" ]
permissive
Bolt64/lean2
7c75016729569e04a3f403c7a4fc7c1de4377c9d
75fd8162488214a959dbe3303a185cbbb83f60f9
refs/heads/master
1,611,290,445,156
1,493,763,922,000
1,493,763,922,000
81,566,307
0
0
null
1,486,732,167,000
1,486,732,167,000
null
UTF-8
Lean
false
false
5,647
hlean
/- Copyright (c) 2015 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad Bundled structures -/ import algebra.group homotopy.interval open algebra pointed is_trunc namespace algebra structure Semigroup := (carrier : Type) (struct : semigroup ...
8df7a51f1d06287a30585df28a794fe576f1111f
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch5/ex0105.lean
f6fa0bff1dd246a6d69a968ed4c8ffe78b79434b
[]
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
134
lean
theorem test (p q : Prop) (hp : p) (hq : q) : p ∧ q ∧ p := begin apply and.intro hp, exact and.intro hq hp, end #print test
3b3383751092b7a9db979ee9a3f3efc0d06f1d4e
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/topology/maps.lean
8e039021e0d5046ea2f44a601661748678201573
[ "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
17,999
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, Patrick Massot -/ import topology.order /-! # Specific classes of maps between topological spaces This file introduces the following properties of a m...
94714b9907ac389980fb1da947a76f78ecaf0bd9
649957717d58c43b5d8d200da34bf374293fe739
/src/logic/unique.lean
c30b4e825c884feaed6881da44b674f01b087dec
[ "Apache-2.0" ]
permissive
Vtec234/mathlib
b50c7b21edea438df7497e5ed6a45f61527f0370
fb1848bbbfce46152f58e219dc0712f3289d2b20
refs/heads/master
1,592,463,095,113
1,562,737,749,000
1,562,737,749,000
196,202,858
0
0
Apache-2.0
1,562,762,338,000
1,562,762,337,000
null
UTF-8
Lean
false
false
1,384
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ universes u v w variables {α : Sort u} {β : Sort v} {γ : Sort w} structure unique (α : Sort u) extends inhabited α := (uniq : ∀ a:α, a = default) attribute [class...
3f480bf25fe928994b6e19ef427ee1cd609083d1
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/tests/lean/run/beginEndAsMacro.lean
078b9f99228485bf39e7d886a92b3b3a522a68c1
[ "Apache-2.0" ]
permissive
banksonian/lean4
3a2e6b0f1eb63aa56ff95b8d07b2f851072d54dc
78da6b3aa2840693eea354a41e89fc5b212a5011
refs/heads/master
1,673,703,624,165
1,605,123,551,000
1,605,123,551,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
592
lean
syntax[beginEndKind] "begin " (sepBy (allowTrailingSep := true) tactic ", ") "end" : term open Lean in @[macro beginEndKind] def expandBeginEnd : Lean.Macro := fun stx => match_syntax stx with | `(begin $ts* end) => do let ts := ts.getSepElems.map fun t => mkNullNode #[t, mkNullNode] let tseq := mkNode...
92071913622ffde1a2a0b42ac1b25bf0cc2b2cb2
f618aea02cb4104ad34ecf3b9713065cc0d06103
/src/category_theory/instances/Top/open_nhds.lean
3d05a774f0e526298dcb3dd6187f1b3ed6223444
[ "Apache-2.0" ]
permissive
joehendrix/mathlib
84b6603f6be88a7e4d62f5b1b0cbb523bb82b9a5
c15eab34ad754f9ecd738525cb8b5a870e834ddc
refs/heads/master
1,589,606,591,630
1,555,946,393,000
1,555,946,393,000
182,813,854
0
0
null
1,555,946,309,000
1,555,946,308,000
null
UTF-8
Lean
false
false
1,514
lean
import category_theory.instances.Top.opens open category_theory open category_theory.instances open topological_space universe u namespace topological_space.open_nhds variables {X Y : Top.{u}} (f : X ⟶ Y) def open_nhds (x : X.α) := { U : opens X // x ∈ U } instance open_nhds_category (x : X.α) : category.{u+1} (ope...
9f1216271bb91afd44269760f20403755ef42b46
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Compiler.lean
55b38b3efd7734fd339c8c511807982c2a43879e
[ "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
717
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.Compiler.InlineAttrs import Lean.Compiler.Specialize import Lean.Compiler.ConstFolding import Lean.Compiler.ClosedTermCache import Lean.Compiler...
a003e7a8d0bc70d1f002320a67a4c8cf727800ab
a537b538f2bea3181e24409d8a52590603d1ddd9
/examples/quotient_group.lean
a39a9978630c5ea243abf14e04d58d0478fb0f5f
[]
no_license
rwbarton/lean-tidy
6134813ded72b275d19d4d32514dba80c21708e3
fe1125d32adb60decda7a77d0f679614ba9f6fbb
refs/heads/master
1,585,549,718,705
1,538,120,619,000
1,538,120,624,000
150,864,330
0
0
null
1,538,225,790,000
1,538,225,790,000
null
UTF-8
Lean
false
false
2,175
lean
import group_theory.coset data.equiv data.quot import tidy.tidy open set function section quotient_group variable {α : Type*} -- Some instances allowing us to use quotient notation local attribute [instance] left_rel normal_subgroup.to_is_subgroup -- We now prove two lemmas about elements in normal subgroups. I ha...
a1c2c76fc9d773dee42da84908d7ee8e837665af
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/graded_monoid.lean
498e2fb4aaa54178e6abc986145bb1fcd52dde8b
[ "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
21,388
lean
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser -/ import algebra.group.inj_surj import data.list.big_operators import data.list.range import group_theory.group_action.defs import group_theory.submonoid.basic import data.se...
5db78376cc3baef4616ebf6f136c94fad7e63c01
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/algebra/big_operators/fin.lean
4090639cea233b4bb42a59c76acc0fad4c994ec1
[ "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
11,614
lean
/- Copyright (c) 2020 Yury Kudryashov, Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov, Anne Baanen -/ import data.fintype.big_operators import data.fintype.fin import logic.equiv.fin /-! # Big operators and `fin` Some results about produc...
e78d0fbe20491c86469d450cd5324f7c26d43dcb
1abd1ed12aa68b375cdef28959f39531c6e95b84
/src/order/filter/germ.lean
bd18ab11284af47fd1a893c6e20f5a1fefa5f802
[ "Apache-2.0" ]
permissive
jumpy4/mathlib
d3829e75173012833e9f15ac16e481e17596de0f
af36f1a35f279f0e5b3c2a77647c6bf2cfd51a13
refs/heads/master
1,693,508,842,818
1,636,203,271,000
1,636,203,271,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
21,519
lean
/- Copyright (c) 2020 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov, Abhimanyu Pallavi Sudhir -/ import order.filter.basic import algebra.module.pi /-! # Germ of a function at a filter The germ of a function `f : α → β` at a fi...
3452f2f327b59f3651b584b67162217f99939e25
63abd62053d479eae5abf4951554e1064a4c45b4
/src/category_theory/opposites.lean
4ea5634cb0da5a8a72cb6230e8fdf5fd74379a29
[ "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
13,602
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.types import category_theory.equivalence import data.opposite universes v₁ v₂ u₁ u₂ -- declare the `v`'s first; see `category_...
a9df0ceb2cb98bb4e056926df2eb672be72a4635
82e44445c70db0f03e30d7be725775f122d72f3e
/src/data/setoid/partition.lean
4bb071b6d7e50d5f797f7eccc2bc7d1f1c27c5de
[ "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
14,864
lean
/- Copyright (c) 2019 Amelia Livingston. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Amelia Livingston, Bryan Gin-ge Chen, Patrick Massot -/ import data.setoid.basic import data.set.lattice /-! # Equivalence relations: partitions This file comprises properties of...
681cd90bd41e41f5f4eb31e0f6f6242cc9c0706a
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Lean/Meta/Tactic/Cases.lean
acdb7eed1532fba7bfeae4378cd1291ae27332ca
[ "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
14,481
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.AppBuilder import Lean.Meta.Tactic.Induction import Lean.Meta.Tactic.Injection import Lean.Meta.Tactic.Assert import Lean.Meta.Tactic.Subst...
3c776272bf7a268162aca432a36cc60f08ebf3f2
b9a81ebb9de684db509231c4469a7d2c88915808
/src/super/factoring.lean
c29e5bc8a272dbd8a0f5dae700b933bfdd84ab3b
[]
no_license
leanprover/super
3dd81ce8d9ac3cba20bce55e84833fadb2f5716e
47b107b4cec8f3b41d72daba9cbda2f9d54025de
refs/heads/master
1,678,482,996,979
1,676,526,367,000
1,676,526,367,000
92,215,900
12
6
null
1,513,327,539,000
1,495,570,640,000
Lean
UTF-8
Lean
false
false
1,827
lean
/- Copyright (c) 2017 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause .prover_state .subsumption open tactic expr monad namespace super variable gt : expr → expr → bool meta def inst_lit (c : clause) (i : nat) (e : expr)...
940f000d46e7a7c1d71fac5d7216f7cc196f565d
f083c4ed5d443659f3ed9b43b1ca5bb037ddeb58
/logic/embedding.lean
1baace2d0260770046b88b224bc7a523454d7436
[ "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
5,734
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 Injective functions. -/ import data.equiv.basic universes u v w x namespace function structure embedding (α : Sort*) (β : Sort*) := (to_fun : α → β) ...
774175b000ead1d8de9bb703fbb68e71018ec44d
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/topology/metric_space/hausdorff_dimension.lean
86b32543e2203c5e45aa2408fdcf956b47ba1e26
[ "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
23,141
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 measure_theory.measure.hausdorff /-! # Hausdorff dimension The Hausdorff dimension of a set `X` in an (extended) metric space is the unique number `dimH s ...
53bd21bfb7e36e9a433335998aadf3cc8657b6ce
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/number_theory/sum_four_squares.lean
8ea1a82447bc6ccda080a0a2afe5b9466ef1bfdf
[ "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,135
lean
/- Copyright (c) 2019 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import algebra.group_power.identities import data.zmod.basic import field_theory.finite.basic import data.int.parity import data.fintype.big_operators /-! # Lagrange's ...
d293feddf2307bc0254d4c4c76958f8981990fe4
76c77df8a58af24dbf1d75c7012076a42244d728
/tutorial_src/exercises/01_equality_rewriting.lean
54fa8e0b91c6832d0747744a21477def7fced3b2
[]
no_license
kris-brown/theorem_proving_in_lean
7a7a584ba2c657a35335dc895d49d991c997a0c9
774460c21bf857daff158210741bd88d1c8323cd
refs/heads/master
1,668,278,123,743
1,593,445,161,000
1,593,445,161,000
265,748,924
0
1
null
null
null
null
UTF-8
Lean
false
false
5,185
lean
import data.real.basic /- One of the earliest kind of proofs one encounters while learning mathematics is proving by a calculation. It may not sound like a proof, but this is actually using lemmas expressing properties of operations on numbers. It also uses the fundamental property of equality: if two mathematical obj...
0dadf655819fd52ac2b2872a4ca265bd2d1f04a6
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/library/algebra/category/limit.lean
1ac6aea04535d910df9b235b4515ed0e53959a3e
[ "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
918
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 -/ import .natural_transformation import data.sigma open eq eq.ops category functor natural_transformation namespace limits --representable functor section var...
af3788a9fd50061f14a699f0b4b5760683e220de
5719a16e23dfc08cdea7a5bf035b81690f307965
/stage0/src/Init/Control/Except.lean
2432a60c616e5e73b03a72d0841a68005a12d9ed
[ "Apache-2.0" ]
permissive
postmasters/lean4
488b03969a371e1507e1e8a4df9ebf63c7cbe7ac
f3976fc53a883ac7606fc59357d43f4b51016ca7
refs/heads/master
1,655,582,707,480
1,588,682,595,000
1,588,682,595,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,097
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jared Roesch, Sebastian Ullrich The Except monad transformer. -/ prelude import Init.Control.Alternative import Init.Control.Lift import Init.Data.ToString universes u v w ind...
fd89b1caa6fa646c6606a462a2987d6eef246149
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/deprecated/group.lean
c3ecbf527ffd9f6966544992059b05730b609cbd
[ "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
13,109
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 algebra.group.type_tags import algebra.group.units_hom import algebra.ring.basic import data.equiv.mul_add /-! # Unbundled monoid and group homomorphisms T...
d3bdcae8eb596b091ccb2dbcf3005943bb290103
4727251e0cd73359b15b664c3170e5d754078599
/src/topology/sheaves/sheafify.lean
acc3b40344654b26d51bb9091aa6063663e1c90e
[ "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
4,400
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 topology.sheaves.local_predicate import topology.sheaves.stalks /-! # Sheafification of `Type` valued presheaves We construct the sheafification of a `Type` ...
c05e9ab1f18fa7186c4282a3d2faf6dde862fb1b
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/order/interval.lean
5372b31fabdea9ef3dd077b7c6a5372889cdd348
[ "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
15,280
lean
/- Copyright (c) 2022 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import algebra.big_operators.order import algebra.group.prod import data.option.n_ary import data.set.pointwise.basic import order.interval import tactic.positivity /-! ...
50f49299c5801db765b9d525eb52a450586afe0e
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/nat/nth.lean
42541ced019d360e1a664a6fbd739623a27be6e9
[ "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
15,839
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 data.set.intervals.monotone import order.order_iso_nat /-! # The `n`t...
11ed3b9409b90c11f8242d56a7399cc6287fa0ec
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/stage0/src/Lean/Elab/Term.lean
85ced09fc56f4dd9566d118a97d9bf337b77d7dd
[ "Apache-2.0" ]
permissive
banksonian/lean4
3a2e6b0f1eb63aa56ff95b8d07b2f851072d54dc
78da6b3aa2840693eea354a41e89fc5b212a5011
refs/heads/master
1,673,703,624,165
1,605,123,551,000
1,605,123,551,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
55,255
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.ResolveName import Lean.Util.Sorry import Lean.Structure import Lean.Meta.ExprDefEq import Lean.Meta.AppBuilder import Lean.Meta.SynthInstance i...
6ea7bde23d676052e9c0e5bfe51c5f6b28dfceca
d31b9f832ff922a603f76cf32e0f3aa822640508
/src/hott/hit/quotient.lean
83d10bbd60947d265631de876b5b39946d874a51
[ "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
11,427
lean
/- Copyright (c) 2017 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Ulrik Buchholtz Quotients. This is a quotient without truncation for an arbitrary type-valued binary relation (graph). See also .set_quotient -/ /- The hit quot...
2607fc0604d32e61b9a7e95036b822463897caf0
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Message.lean
817e35a372188cf3635465080a43a791de7cc31f
[ "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
14,864
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 -/ import Lean.Data.Position import Lean.Data.OpenDecl import Lean.Syntax import Lean.MetavarContext ...
4f7a44bf29e5403f94270528c82f7f0165b2f5e9
ee8cdbabf07f77e7be63a449b8483ce308d37218
/lean/src/valid/mathd-numbertheory-42.lean
d195ad5ea967bd4c60f7c5a03885db51eda0951a
[ "MIT", "Apache-2.0" ]
permissive
zeta1999/miniF2F
6d66c75d1c18152e224d07d5eed57624f731d4b7
c1ba9629559c5273c92ec226894baa0c1ce27861
refs/heads/main
1,681,897,460,642
1,620,646,361,000
1,620,646,361,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
329
lean
/- Copyright (c) 2021 OpenAI. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kunhao Zheng -/ import data.pnat.basic example (u v : ℕ+) (h₀ : 40 ∣ (27*u - 17)) (h₁ : 40 ∣ (27*v - 17)) (h₂ : u < 40) (h₃ : v < 80) (h₄ : 40 < v) : (u + v) = 62 := begin sorry end
f152eed623cbae2d0ae957d6958533d568ad3039
54d7e71c3616d331b2ec3845d31deb08f3ff1dea
/library/tools/super/clausifier.lean
218256117148c2a4072d6b7670a7cc9b4e68bfa8
[ "Apache-2.0" ]
permissive
pachugupta/lean
6f3305c4292288311cc4ab4550060b17d49ffb1d
0d02136a09ac4cf27b5c88361750e38e1f485a1a
refs/heads/master
1,611,110,653,606
1,493,130,117,000
1,493,167,649,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,792
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 .clause_ops import .prover_state .misc_preprocessing open expr list tactic monad decidable universe u namespace super meta def try_option {a : Type u}...
0cd8cd82056daae6bf05e6f52979b2f049f4a76a
900ff83b8a995f83b07c2fa0715d52fa265c4b9e
/library/init/function.lean
118cc44e1eab3f3907ff73a55fb5caf4374d9db0
[ "Apache-2.0" ]
permissive
moritzbuhl/lean
b2ee98197f1c47255c647228c07c830b229ba766
89e98b56713c027afdf97ad96abd2d54b35a43d5
refs/heads/master
1,688,295,006,616
1,627,741,115,000
1,627,741,115,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,645
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura, Jeremy Avigad, Haitao Zhang -/ prelude import init.data.prod init.funext init.logic /-! # General operations on functions -/ universes u₁ u₂ u₃ u₄ namespace f...
b4592f8f78646615a4b5c04e72b53994d3a54de2
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/library/init/native/result.lean
aa79273e640698ce9977c4eae5578524b7a2199c
[ "Apache-2.0" ]
permissive
bre7k30/lean
de893411bcfa7b3c5572e61b9e1c52951b310aa4
5a924699d076dab1bd5af23a8f910b433e598d7a
refs/heads/master
1,610,900,145,817
1,488,006,845,000
1,488,006,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,590
lean
/- Copyright (c) 2016 Jared Roesch. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jared Roesch -/ prelude import init.category.applicative import init.category.functor import init.category.monad import init.logic import init.function namespace native inductive resu...
4bb3200575639526dac10b36ed51aec932a9cce7
bf532e3e865883a676110e756f800e0ddeb465be
/set_theory/zfc.lean
b1e6ee340dac1c9f6ab1bde6634337fdd15b7644
[ "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
29,692
lean
import data.set.basic universes u v /-- The type of `n`-ary functions `α → α → ... → α`. -/ def arity (α : Type u) : nat → Type u | 0 := α | (n+1) := α → arity n /-- The type of pre-sets in universe `u`. A pre-set is a family of pre-sets indexed by a type in `Type u`. The ZFC universe is defined as a quotien...
943337cc40f403e55cd759689396678787891167
ebf7140a9ea507409ff4c994124fa36e79b4ae35
/src/exercises_sources/tuesday/logic.lean
7852de524410e8fb86293fcc0693721dd2db5bca
[]
no_license
fundou/lftcm2020
3e88d58a92755ea5dd49f19c36239c35286ecf5e
99d11bf3bcd71ffeaef0250caa08ecc46e69b55b
refs/heads/master
1,685,610,799,304
1,624,070,416,000
1,624,070,416,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
5,602
lean
/- Lean for the Curious Mathematician Tuesday, July 14, 2020 13:00 session Happy Bastille Day! -/ import data.real.basic /-! ## Logic -/ /-! ### Agenda - a quick overview of Lean's tactics for dealing with logical connectives - continue with Patrick Massot's tutorial After the overview, I will ask you to tell us h...
ff841993881cfd451201c386f9e68edcaa2b89a3
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/coercion_bug2.lean
ea842448c3dfe7e9c9910a7b73be07ed0be9614a
[ "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
264
lean
import data.nat open nat inductive list (T : Type) : Type := | nil {} : list T | cons : T → list T → list T definition length {T : Type} : list T → nat := list.rec 0 (fun x l m, succ m) theorem length_nil {T : Type} : length (@list.nil T) = 0 := eq.refl _
04873c0948bda86836e22ce1a988818200bbd563
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/nat/factorization/prime_pow.lean
5428dc4b658c91e79834a934be9451554edbb615
[ "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
6,426
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 data.nat.factorization.basic /-! # Prime powers and factorizations This file deals with factorizations of prime powers. -/ variables...
ef29a1f839c2dedeefd0ccfa535c46ea8f42e498
c777c32c8e484e195053731103c5e52af26a25d1
/src/algebraic_topology/dold_kan/degeneracies.lean
c3b3de9892ba2ba3e58948967557a6973073a38b
[ "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
6,127
lean
/- Copyright (c) 2022 Joël Riou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joël Riou -/ import algebraic_topology.dold_kan.decomposition import tactic.fin_cases /-! # Behaviour of P_infty with respect to degeneracies > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. ...
34fbed4a9b579de97fe84837a92478957ee5af96
d1a52c3f208fa42c41df8278c3d280f075eb020c
/tests/lean/run/sarray.lean
75061c6544702dde188bf2c59c681d7003ab7258
[ "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
920
lean
def mkByteArray (n : Nat) : ByteArray := Id.run <| do let mut r := {} for i in [:n] do r := r.push (UInt8.ofNat i) return r def tst1 (n : Nat) (expected : UInt32) : IO Unit := do let bs := mkByteArray n let sum := bs.foldl (init := 0) fun s b => s + b.toUInt32 assert! sum == expected IO.println sum ...
ac60bacdf4c51956b41f853d257bbcf5a4299e9a
a339bc2ac96174381fb610f4b2e1ba42df2be819
/hott/hit/pushout.hlean
aedc791bd57cae3380c8340d95005213bb298571
[ "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
14,038
hlean
/- Copyright (c) 2015-16 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Ulrik Buchholtz, Jakob von Raumer Declaration and properties of the pushout -/ import .quotient types.sigma types.arrow_2 open quotient eq sum equiv is_trunc ...
0aac43213b428fcdd4dd025b82dc50c2f5f288b4
57fdc8de88f5ea3bfde4325e6ecd13f93a274ab5
/data/nat/prime.lean
9e0c9283cfb3ba8242608921de19edfbc8de9ba8
[ "Apache-2.0" ]
permissive
louisanu/mathlib
11f56f2d40dc792bc05ee2f78ea37d73e98ecbfe
2bd5e2159d20a8f20d04fc4d382e65eea775ed39
refs/heads/master
1,617,706,993,439
1,523,163,654,000
1,523,163,654,000
124,519,997
0
0
Apache-2.0
1,520,588,283,000
1,520,588,283,000
null
UTF-8
Lean
false
false
14,837
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Jeremy Avigad, Mario Carneiro Prime numbers. -/ import data.nat.sqrt data.nat.gcd data.list.basic data.list.perm open bool subtype namespace nat open decida...
62032340955a7c14521af3b64017ae7c03d758fe
0dfea33a345e7264f2e601256a8e706ae898f46f
/.config.lean
9381d2fc055a911545e917f7441ad33e907aaac4
[ "MIT" ]
permissive
hsfengbyte/MT1300
a47771d4991225c98f86a50980aee650605067f5
e67f9d6acf97aadc4a14d3df5b3400b774473e32
refs/heads/main
1,689,018,537,355
1,629,119,139,000
1,629,119,139,000
396,795,936
0
0
MIT
1,629,118,749,000
1,629,118,749,000
null
UTF-8
Lean
false
false
249,749
lean
# 2021-08-16 # Automatically generated file; DO NOT EDIT. # OpenWrt Configuration # CONFIG_MODULES=y CONFIG_HAVE_DOT_CONFIG=y # CONFIG_TARGET_sunxi is not set # CONFIG_TARGET_apm821xx is not set # CONFIG_TARGET_ath25 is not set # CONFIG_TARGET_ar71xx is not set # CONFIG_TARGET_ath79 is not set # CONFIG_TARGET_bcm27xx ...
fa258a16539f5fef0f74443cf7aa97f75caf41bc
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/repr_auto.lean
8381870e78164a7d588f93f7f056a32e353716b5
[]
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
5,817
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.data.string.basic import Mathlib.Lean3Lib.init.data.bool.basic import Mathlib.Lean3Lib.init.data.subtype....
10509dc3106946efa3408b41dde8e046a78cf515
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/archive/examples/prop_encodable.lean
51c36b0464b59bf9f3b5585bff00dad98fe1ec3e
[ "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
2,976
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad -/ import data.W /-! # W types The file `data/W.lean` shows that if `α` is an an encodable fintype and for every `a : α`, `β a` is encodable, then `W β` is encodable. ...
25522f396375b385d40edb2887b52c4faf12ce7c
1890046a4987fbd27f3f50dbac83f3ce095556d5
/01_Equality/01_equality.lean
be8c789e3a5254c1c5dcc69d25922ce4286185ca
[]
no_license
kbhuynh/cs-dm
9f335727d1779f7c3d9e8221a52b4c9c106659ba
4041bd73618a49ef6870a1a80764e8947e60e768
refs/heads/master
1,585,353,017,958
1,536,055,215,000
1,536,055,215,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,879
lean
/- ** An inference rule for equality in general ** -/ /- Intuitively you would suppose that the proposition, 0 = 0, should be true in any reasonable logical system. There are two ways a logic could make this happen. The first is that the logic could provide 0 = 0 as an axiom, as we just discussed. That'd be ok, ...
19f503c7190a8c7cacae6996331992776120771b
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/dlist/basic.lean
d73414a31a5ae6732179161fc34e5c6a1b7a6541
[ "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,250
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon -/ import data.dlist /-! # Difference list > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. This file provides ...
a24415724b3357352b079ddf0555b100304e129a
66a6486e19b71391cc438afee5f081a4257564ec
/pointed_cubes.hlean
79392cc9ea9bcfbace532e30905eee7c656482d9
[ "Apache-2.0" ]
permissive
spiceghello/Spectral
c8ccd1e32d4b6a9132ccee20fcba44b477cd0331
20023aa3de27c22ab9f9b4a177f5a1efdec2b19f
refs/heads/master
1,611,263,374,078
1,523,349,717,000
1,523,349,717,000
92,312,239
0
0
null
1,495,642,470,000
1,495,642,470,000
null
UTF-8
Lean
false
false
7,857
hlean
/- Copyright (c) 2017 Egbert Rijke. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Egbert Rijke -/ /- The goal of this file is to extend the library of pointed types and pointed maps to support the library of prespectra -/ import types.pointed2 .pointed_pi open eq...
f145ae9d68cfca4073772eb69f07fe1423eb7c2c
9bf90df35bb15a2f76571e35c48192142a328c40
/src/ch6_cont.lean
6195798f0f4d51409d01e3e0dbe26627ef0a13a3
[]
no_license
ehaskell1/set_theory
ed0726520e84990d5f3180bafa0a3674ed31fb5e
e6c829c4dd953d98c9cba08f9f79784cd91794fb
refs/heads/master
1,693,282,405,362
1,636,928,916,000
1,636,928,916,000
428,055,746
0
0
null
null
null
null
UTF-8
Lean
false
false
100,411
lean
import ch7 universe u namespace Set local attribute [irreducible] mem lemma card_nat {n : Set} (hn : n ∈ ω) : n.card = n := have hf : n.is_finite := ⟨n, hn, equin_refl⟩, unique_of_exists_unique (exists_unique_equiv_nat_of_finite hf) (card_finite hf) ⟨hn, equin_refl⟩ lemma eq_empty_of_card_empty {A : Set} (Acard : A....
55e662733a75513284f44ee37215c1c9b1956375
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/set/intervals/order_iso.lean
5aa3d325ec02bed0e0ea1c4157117c5a5c2387fc
[ "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,190
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, Patrick Massot, Yury Kudryashov, Rémy Degenne -/ import data.set.intervals.basic import order.hom.set /-! # Lemmas about images of intervals under orde...
90f46cfa7815e2846436701c8cb19f410a595519
d6124c8dbe5661dcc5b8c9da0a56fbf1f0480ad6
/Papyrus/GenericValueRef.lean
973c6743de920fd372fe599f2a97e1766f451865
[ "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
2,525
lean
import Papyrus.FFI import Papyrus.IR.TypeRefs namespace Papyrus /-- An opaque type representing an external [GenericValue](https://llvm.org/doxygen/structllvm_1_1GenericValue.html). -/ constant Llvm.GenericValue : Type := Unit /-- A reference to an external LLVM [GenericValue](https://llvm.org/doxygen/struct...
ab4667065f4c9674d4eface53cc7b85d40aaf3ea
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/field_theory/perfect_closure.lean
a6b9f51f10c1b2a292967a9e36593439997d1189
[ "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
17,388
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Yury Kudryashov -/ import algebra.char_p.basic import data.equiv.ring import algebra.group_with_zero.power import algebra.iterate_hom /-! # The perfect closure of a field -/ un...
6760f6defe495e1a20e46764ab68ac57c201cc06
5d166a16ae129621cb54ca9dde86c275d7d2b483
/tests/lean/unfold_crash.lean
18a14db2f5dce42f992e689aced747dc3a23a872
[ "Apache-2.0" ]
permissive
jcarlson23/lean
b00098763291397e0ac76b37a2dd96bc013bd247
8de88701247f54d325edd46c0eed57aeacb64baf
refs/heads/master
1,611,571,813,719
1,497,020,963,000
1,497,021,515,000
93,882,536
1
0
null
1,497,029,896,000
1,497,029,896,000
null
UTF-8
Lean
false
false
298
lean
-- open nat tactic example (a b : nat) : a = succ b → a = b + 1 := by do H ← intro `H, try (dunfold_at [`nat.succ] H), dunfold [`add, `has_add.add, `has_one.one, `nat.add, `one], trace_state, t ← target, expected ← to_expr ```(a = succ b), guard (t = expected), assumption