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
602dbe0fdeee5db6431180f4121fd15810be888e
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/list/defs.lean
cd55b14e59892c4d8b7c18b3ab4f1211c1f128c6
[ "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
41,496
lean
/- Copyright (c) 2014 Parikshit Khanna. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Parikshit Khanna, Jeremy Avigad, Leonardo de Moura, Floris van Doorn, Mario Carneiro -/ import logic.basic import tactic.cache import data.rbmap.basic import data.rbtree.default_lt /...
656d844099f3de1ca17203f22fa7147fd2d3c07a
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/tests/lean/run/meta2.lean
7275f7648230fbbff2b9e61c8886400ff42607c8
[ "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
18,270
lean
import Lean.Meta open Lean open Lean.Meta -- set_option trace.Meta true --set_option trace.Meta.isDefEq.step false -- set_option trace.Meta.isDefEq.delta false set_option trace.Meta.debug true def print (msg : MessageData) : MetaM Unit := trace! `Meta.debug msg def checkM (x : MetaM Bool) : MetaM Unit := unless (← x...
ee8eecb78a85bd42bcbf17efaf389cd5daca8f26
f3849be5d845a1cb97680f0bbbe03b85518312f0
/library/data/list/set.lean
d2effb2feefc30d703e3b3d5f002211cf75852bb
[ "Apache-2.0" ]
permissive
bjoeris/lean
0ed95125d762b17bfcb54dad1f9721f953f92eeb
4e496b78d5e73545fa4f9a807155113d8e6b0561
refs/heads/master
1,611,251,218,281
1,495,337,658,000
1,495,337,658,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,893
lean
/- Copyright (c) 2015 Leonardo de Moura. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Jeremy Avigad Set-like operations on lists. -/ universe variables uu vv variables {α : Type uu} {β : Type vv} namespace list /- disjoint -/ section disjoint ...
c983e30c805a09155204415e8879553c7f9a5190
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/complex/polynomial.lean
db5074f4ea35865a7b4eb99e92a68937f4cc22f4
[ "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,411
lean
/- Copyright (c) 2019 Chris Hughes All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Junyan Xu -/ import analysis.complex.liouville import field_theory.is_alg_closed.basic /-! # The fundamental theorem of algebra > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. ...
625bb0378636900130d77f8ddb53131aefc387fd
8cd68b0e4eb405ef573e16a6d92dcbcdb92d1c29
/library/init/meta/lean/parser.lean
45a93b35843ee59df9dfff791a31d7824c37ee25
[ "Apache-2.0" ]
permissive
ratmice/lean
5d7a7bbaa652899941fe73dff2154ddc5ab2f20a
139ac0d773dbf0f54cc682612bf8f02297c211dd
refs/heads/master
1,590,259,859,627
1,557,951,491,000
1,558,099,319,000
186,896,142
0
0
Apache-2.0
1,557,951,143,000
1,557,951,143,000
null
UTF-8
Lean
false
false
4,140
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ prelude import init.meta.tactic init.meta.has_reflect init.category.alternative namespace lean -- TODO: make inspectable (and pure) meta constant parser_s...
a7cb2b04c82fab05371f25bfd7ab01e3b4adb89a
35b83be3126daae10419b573c55e1fed009d3ae8
/_target/deps/mathlib/data/int/basic.lean
ce4cb535e96f610b1419db3029867139ee591e39
[]
no_license
AHassan1024/Lean_Playground
ccb25b72029d199c0d23d002db2d32a9f2689ebc
a00b004c3a2eb9e3e863c361aa2b115260472414
refs/heads/master
1,586,221,905,125
1,544,951,310,000
1,544,951,310,000
157,934,290
0
0
null
null
null
null
UTF-8
Lean
false
false
45,922
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...
85a002f79d3b5e38dd480af50aed080d1ce2d29d
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Elab/Macro.lean
2148877203b5fdccb2e23c8cca8cf5986f868a52
[ "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
2,009
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.MacroArgUtil namespace Lean.Elab.Command open Lean.Syntax open Lean.Parser.Term hiding macroArg open Lean.Parser.Command @[builtinCommand...
3095f1bfdb650576e9ada35b90424f6ef62fc094
130c49f47783503e462c16b2eff31933442be6ff
/stage0/src/Init/Data/Option/Basic.lean
669e61b40079ea45ae5b9a276bf262ade27f3576
[ "Apache-2.0" ]
permissive
Hazel-Brown/lean4
8aa5860e282435ffc30dcdfccd34006c59d1d39c
79e6732fc6bbf5af831b76f310f9c488d44e7a16
refs/heads/master
1,689,218,208,951
1,629,736,869,000
1,629,736,896,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,217
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 -/ prelude import Init.Core import Init.Control.Basic import Init.Coe namespace Option def toMonad [Monad m] [Alternative m] : Option α → m α | none =>...
731aca4845656aaa3918db51f0567fcbfd35980a
aa3f8992ef7806974bc1ffd468baa0c79f4d6643
/tests/lean/run/e3.lean
9c1b11e03260207cee5946f74c22d57d99141ebe
[ "Apache-2.0" ]
permissive
codyroux/lean
7f8dff750722c5382bdd0a9a9275dc4bb2c58dd3
0cca265db19f7296531e339192e9b9bae4a31f8b
refs/heads/master
1,610,909,964,159
1,407,084,399,000
1,416,857,075,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
381
lean
definition Prop := Type.{0} definition false := ∀x : Prop, x check false theorem false_elim (C : Prop) (H : false) : C := H C definition eq {A : Type} (a b : A) := ∀ {P : A → Prop}, P a → P b check eq infix `=`:50 := eq theorem refl {A : Type} (a : A) : a = a := λ P H, H theorem subst {A : Type} {P : A -> Prop} ...
ca522e4587ff9cde88208b0a490b9e592c4807b9
07c6143268cfb72beccd1cc35735d424ebcb187b
/src/data/equiv/ring.lean
4d3636f4da5e5791b15a3179a6563c8f654e4a17
[ "Apache-2.0" ]
permissive
khoek/mathlib
bc49a842910af13a3c372748310e86467d1dc766
aa55f8b50354b3e11ba64792dcb06cccb2d8ee28
refs/heads/master
1,588,232,063,837
1,587,304,803,000
1,587,304,803,000
176,688,517
0
0
Apache-2.0
1,553,070,585,000
1,553,070,585,000
null
UTF-8
Lean
false
false
9,487
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, Callum Sutton, Yury Kudryashov -/ import data.equiv.mul_add algebra.field /-! # (Semi)ring equivs In this file we define extension of `equiv` called `ring_equiv`, wh...
f6401fc56f6211ce23484538d4f0e57e4fdbbfc8
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/find_auto.lean
cfccf17d3c74169dbd68fea2696d97ce716db355
[]
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
631
lean
/- Copyright (c) 2017 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.core import Mathlib.PostPort namespace Mathlib /-- The `find` command from `...
4d2a4c854f244667bb17279df744af243ff9fd25
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/measure_theory/measurable_space_def.lean
642af17ecd600646fc852533d42f529d0080e434
[ "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
19,996
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 -/ import data.set.countable import logic.encodable.lattice import order.disjointed /-! # Measurable spaces and measurable functions > THIS FILE IS SYN...
260efe285205c2a3649e745718212269fac8d359
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/char_p/default.lean
2d9c522c12429fd668f4613fe63f340c68a11321
[]
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
250
lean
import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.char_p.basic import Mathlib.algebra.char_p.pi import Mathlib.algebra.char_p.quotient import Mathlib.algebra.char_p.subring import Mathlib.PostPort namespace Mathlib
fc4ac09a41b6cdbd99e5b3dbd8c2f6386439a9ec
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/test/compute_degree.lean
c62448030fc25a387883f80f1cacc4bf0e40161d
[ "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
2,822
lean
import tactic.compute_degree open polynomial open_locale polynomial variables {R : Type*} [semiring R] {a b c d e : R} example {R : Type*} [ring R] (h : ∀ {p q : R[X]}, p.nat_degree ≤ 0 → (p * q).nat_degree = 0) : nat_degree (- 1 * 1 : R[X]) = 0 := begin apply h _, compute_degree_le, end example {p : R[X]} {n...
173e0a919223a0d90327026b0ceeda4b20648701
8930e38ac0fae2e5e55c28d0577a8e44e2639a6d
/analysis/topology/infinite_sum.lean
61e6a9c9b2ef7125e1408272bd1f8dbaf1afd205
[ "Apache-2.0" ]
permissive
SG4316/mathlib
3d64035d02a97f8556ad9ff249a81a0a51a3321a
a7846022507b531a8ab53b8af8a91953fceafd3a
refs/heads/master
1,584,869,960,527
1,530,718,645,000
1,530,724,110,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
21,022
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 Infinite sum over a topological monoid This sum is known as unconditionally convergent, as it sums to the same value under all possible permutations. For Euclidean spa...
c9a9e6272f6292f9c7a417c75a56c94c4d2e7046
9028d228ac200bbefe3a711342514dd4e4458bff
/src/logic/function/basic.lean
d5f1888bec8bf4352abc3b7d37cebd721bdf2472
[ "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
20,347
lean
/- Copyright (c) 2016 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import logic.basic import data.option.defs /-! # Miscellaneous function constructions and lemmas -/ universes u v w namespace function section var...
251f127317494c6f397c4c2dccf095e443f67bcb
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/algebra/homology/exact.lean
7c69449a420ddd0b00a9cdc4801cb344bfe02a13
[ "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,164
lean
/- Copyright (c) 2020 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel -/ import algebra.homology.image_to_kernel /-! # Exact sequences In a category with zero morphisms, images, and equalizers we say that `f : A ⟶ B` and `g : B ⟶ C` are ex...
2899170730be9c5e86d8d9b5948b3b73b0a82aa2
fddcf4b659baa121761c71be606b3f74b86fa695
/practice_questions.lean
a81e48535611e2556d519d17a5efefaecae59bdf
[]
no_license
swarnpriya/Lean
4218df9392f396cd7e5e745de35a917536ebd2bb
a0a9978fd058041eb1a09aec0e2dd7d19a7436a7
refs/heads/master
1,595,831,634,399
1,568,673,127,000
1,568,673,127,000
208,903,604
0
0
null
null
null
null
UTF-8
Lean
false
false
7,339
lean
-- Chapter 3 Exercises -- Question 1 -- Commutativity of ∧ example (p q : Prop) : p ∧ q <-> q ∧ p := begin apply iff.intro, intro h, have hp : p, from and.left h, have hq : q, from and.right h, show q ∧ p, from and.intro hq hp, intro g, have hq' : q, from and.left g, have hp' : p, from and.right g, s...
7508993fc93e0bdb4542219a61bfe0816c8334b1
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/seq/seq.lean
74d600162366b23ed9bae8559c018098d9b5c774
[ "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
28,835
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.list.basic import data.lazy_list import data.nat.basic import data.stream.init import data.seq.computation universes u v w /- coinductive seq (α : Type ...
47d02b90ff36dcaf4676b890107a6bac4f35e719
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/stage0/src/Init/Data/Array/InsertionSort.lean
4aca4e50d9db278ab94809675ef9a33262cecfc6
[ "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
926
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.Array.Basic @[inline] def Array.insertionSort (a : Array α) (lt : α → α → Bool) : Array α := traverse a 0 a.size where @[speci...
96875206c15e7eae86852862e4cea43418b30730
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/topology/algebra/multilinear.lean
591188f26ec4bdf29ad6555b080f218f036cb812
[ "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
17,204
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 topology.algebra.module import linear_algebra.multilinear.basic /-! # Continuous multilinear maps We define continuous multilinear maps as maps from `Π...
5f189ffe9055f6877d79f765b078d95e08f3b1e0
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/calculus/parametric_integral.lean
1d52b259e285719283ad653f3c750c1e6e4ac4c8
[ "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
15,240
lean
/- Copyright (c) 2021 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot -/ import measure_theory.integral.set_integral import analysis.calculus.mean_value /-! # Derivatives of integrals depending on parameters A parametric integral is a fu...
9bd92a32f470f3047e14ae2c5deaf50b5f5fee88
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/big_operators/multiset.lean
f183c8b829d7a17b11b2b0272afe46ced5badb15
[ "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
15,876
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import algebra.group_with_zero.power import data.list.big_operators import data.multiset.basic /-! # Sums and products over multisets In this file we define ...
90388317f5a2c150e59a6f864b5a25e7da1de872
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/topology/category/CompHaus/default.lean
9edabf81fac5ea5847fd5d60663afe95284243c7
[ "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
9,616
lean
/- Copyright (c) 2020 Adam Topaz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Adam Topaz, Bhavik Mehta -/ import category_theory.adjunction.reflective import topology.category.Top import topology.stone_cech import category_theory.monad.limits import topology.urysoh...
3b4f39318fd30b53e9b75790dbb743e6b196aa16
b9def12ac9858ba514e44c0758ebb4e9b73ae5ed
/src/monoidal_categories_reboot/hypergraph_category.lean
b5e9aab6716d34c38dc15b448a37b555a2daf417
[ "Apache-2.0" ]
permissive
cipher1024/monoidal-categories-reboot
5f826017db2f71920336331739a0f84be2f97bf7
998f2a0553c22369d922195dc20a20fa7dccc6e5
refs/heads/master
1,586,710,273,395
1,543,592,573,000
1,543,592,573,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,963
lean
-- Copyright (c) 2018 Michael Jendrusch. All rights reserved. import .monoidal_category import .braided_monoidal_category import .monoid_object universes u v namespace category_theory.hypergraph open category_theory.monoidal open category_theory.monoidal.monoidal_category open category_theory.monoidal.braided_monoida...
15a21594f8e7e340f3245a837644f0b66b507ead
4727251e0cd73359b15b664c3170e5d754078599
/src/data/complex/determinant.lean
7e1fc42dd016ccfb6f3536dbe0a5fcda7dcc6329
[ "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
958
lean
/- Copyright (c) 2022 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import data.complex.module import linear_algebra.determinant /-! # Determinants of maps in the complex numbers as a vector space over `ℝ` This file provides results abo...
00f83e3caeb28a99a589551d2bbdf44cbebe140a
7cef822f3b952965621309e88eadf618da0c8ae9
/src/measure_theory/ae_eq_fun.lean
79009cc4d18853417e02a166dee574569bc3d72a
[ "Apache-2.0" ]
permissive
rmitta/mathlib
8d90aee30b4db2b013e01f62c33f297d7e64a43d
883d974b608845bad30ae19e27e33c285200bf84
refs/heads/master
1,585,776,832,544
1,576,874,096,000
1,576,874,096,000
153,663,165
0
2
Apache-2.0
1,544,806,490,000
1,539,884,365,000
Lean
UTF-8
Lean
false
false
22,541
lean
/- Copyright (c) 2019 Johannes Hölzl, Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Zhouhang Zhou -/ import measure_theory.integration /-! # Almost everywhere equal functions Two measurable functions are treated as identical if they ...
80a9fb930bcf19d70d665c55d490bee6a5fce4ea
1fd908b06e3f9c1252cb2285ada1102623a67f72
/cubical/squareover.lean
7c7218ae128e0cc2296e17410780adb92d9183e5
[ "Apache-2.0" ]
permissive
avigad/hott3
609a002849182721e7c7ae536d9f1e2956d6d4d3
f64750cd2de7a81e87d4828246d1369d59f16f43
refs/heads/master
1,629,027,243,322
1,510,946,717,000
1,510,946,717,000
103,570,461
0
0
null
1,505,415,620,000
1,505,415,620,000
null
UTF-8
Lean
false
false
16,731
lean
/- 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 Squareovers -/ import .square universe u hott_theory namespace hott open eq hott.equiv hott.is_equiv hott.sigma namespace eq -- we give the argument B explici...
0c7f05bc697e02ff1892c8d27baf35f8b87534cd
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/topology/homotopy.lean
2588411ed87b4448b107f958008eb8a5a03c15dc
[ "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
5,947
lean
/- Copyright (c) 2021 Shing Tak Lam. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Shing Tak Lam -/ import topology.unit_interval import topology.algebra.ordered.proj_Icc import topology.continuous_function.basic import topology.compact_open /-! # Homotopy between f...
84157e21ae5cc4a63e296782d8e084a8643e6713
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/data/list/sigma.lean
9193d63705804dd8396f22e6d6ea2c540f078aaa
[ "Apache-2.0" ]
permissive
gebner/mathlib
eab0150cc4f79ec45d2016a8c21750244a2e7ff0
cc6a6edc397c55118df62831e23bfbd6e6c6b4ab
refs/heads/master
1,625,574,853,976
1,586,712,827,000
1,586,712,827,000
99,101,412
1
0
Apache-2.0
1,586,716,389,000
1,501,667,958,000
Lean
UTF-8
Lean
false
false
23,997
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Sean Leather Functions on lists of sigma types. -/ import data.list.perm data.list.range data.sigma universes u v namespace list variables {α : Type u} {β : α → Type...
2fb751da278fc9bcb2613ead0bf1896bfc0f1a96
8d65764a9e5f0923a67fc435eb1a5a1d02fd80e3
/src/analysis/convex/cone.lean
fbe563c28bea4464e9cee94a9f05e8c321fa8ec5
[ "Apache-2.0" ]
permissive
troyjlee/mathlib
e18d4b8026e32062ab9e89bc3b003a5d1cfec3f5
45e7eb8447555247246e3fe91c87066506c14875
refs/heads/master
1,689,248,035,046
1,629,470,528,000
1,629,470,528,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
23,980
lean
/- Copyright (c) 2020 Yury Kudryashov All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov, Frédéric Dupuis -/ import analysis.convex.basic import analysis.normed_space.inner_product /-! # Convex cones In a vector space `E` over `ℝ`, we define a convex cone...
4964c94df039256ad3d7d19f9b828bce051e8361
c777c32c8e484e195053731103c5e52af26a25d1
/src/combinatorics/simple_graph/regularity/uniform.lean
47a34c7cc18de34011f7a09ac5e8261f40279d27
[ "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
10,399
lean
/- Copyright (c) 2022 Yaël Dillies, Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies, Bhavik Mehta -/ import combinatorics.simple_graph.density import set_theory.ordinal.basic /-! # Graph uniformity and uniform partitions > THIS FILE IS SYNCH...
ca41e7dea383d45c1b35bd77ae473cfaea883b9d
626e312b5c1cb2d88fca108f5933076012633192
/src/measure_theory/function/l1_space.lean
d933dafa74dcc25ab2880c9eb65b33800a240e26
[ "Apache-2.0" ]
permissive
Bioye97/mathlib
9db2f9ee54418d29dd06996279ba9dc874fd6beb
782a20a27ee83b523f801ff34efb1a9557085019
refs/heads/master
1,690,305,956,488
1,631,067,774,000
1,631,067,774,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
38,604
lean
/- Copyright (c) 2019 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou -/ import measure_theory.function.lp_space /-! # Integrable functions and `L¹` space In the first part of this file, the predicate `integrable` is defined and basic pro...
42131bbe5f2137086b97e4b999ebda8d226480ea
bb31430994044506fa42fd667e2d556327e18dfe
/src/linear_algebra/dual.lean
425bd69a89e60adfbdd38879eb0ddb017513dc3a
[ "Apache-2.0" ]
permissive
sgouezel/mathlib
0cb4e5335a2ba189fa7af96d83a377f83270e503
00638177efd1b2534fc5269363ebf42a7871df9a
refs/heads/master
1,674,527,483,042
1,673,665,568,000
1,673,665,568,000
119,598,202
0
0
null
1,517,348,647,000
1,517,348,646,000
null
UTF-8
Lean
false
false
35,477
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Fabian Glöckle -/ import linear_algebra.finite_dimensional import linear_algebra.projection import linear_algebra.sesquilinear_form import ring_theory.finiteness import...
61fd63f62147cb3e6ab9d267165dc4e3d295e64a
e61a235b8468b03aee0120bf26ec615c045005d2
/tests/lean/run/frontend1.lean
b6ae9f9811e56a699dae8aff7740e527962e43e8
[ "Apache-2.0" ]
permissive
SCKelemen/lean4
140dc63a80539f7c61c8e43e1c174d8500ec3230
e10507e6615ddbef73d67b0b6c7f1e4cecdd82bc
refs/heads/master
1,660,973,595,917
1,590,278,033,000
1,590,278,033,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,304
lean
import Init.Lean.Elab open Lean open Lean.Elab def run (input : String) (failIff : Bool := true) : MetaIO Unit := do env ← MetaIO.getEnv; opts ← MetaIO.getOptions; (env, messages) ← liftM $ process input env opts; messages.forM $ fun msg => IO.println msg; when (failIff && messages.hasErrors) $ throw (IO....
bd84acb762cf75e3ba8d35ef95c9ea621d4ca65d
bdd56e6eb0f467437e368d613de75299495d4054
/src/category_theory/limits/shapes/pullbacks.lean
b8e26a1b9a3dcb7d946d49a5597fd6ee875c22a1
[]
no_license
truong111000/formalabstracts
49a04c268ccee136e48e24e9d5dcb6fedea4b53e
93a89a5c05c6fbc23eb9b914b60dcc353e609cd2
refs/heads/master
1,589,551,767,824
1,555,708,723,000
1,555,708,723,000
182,326,292
0
0
null
1,555,708,332,000
1,555,708,331,000
null
UTF-8
Lean
false
false
7,138
lean
-- Copyright (c) 2018 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison import category_theory.eq_to_hom import category_theory.limits.cones open category_theory namespace tactic meta def case_bash : tactic unit := do l ← local_cont...
e71811df93dea7bf3ada31ef77c4a3cab63c690a
9dc8cecdf3c4634764a18254e94d43da07142918
/src/algebra/jordan/basic.lean
4dd058d744d60454bf77a6d8d1cbf6a6278f165e
[ "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
11,095
lean
/- Copyright (c) 2021 Christopher Hoskin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Christopher Hoskin -/ import algebra.lie.of_associative import algebra.ring.basic /-! # Jordan rings Let `A` be a non-unital, non-associative ring. Then `A` is said to be a (comm...
ac9e21d884e0a457de31b4748356a821421848ee
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/preadditive/Mat.lean
c9265e87ecf09e44315fb0d3dbe4ca7e12b75dc9
[ "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
18,771
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 algebra.big_operators.basic import algebra.big_operators.pi import category_theory.limits.shapes.biproducts import category_theory.preadditive import category_...
25fe214620c9065941b7ed91ad53ba685f344e8c
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/limits/constructions/over/default_auto.lean
93ddf759c52e088677f895da01f2c10bf6b7e615
[]
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,341
lean
/- Copyright (c) 2018 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Reid Barton, Bhavik Mehta -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.limits.constructions.over.products import Mathli...
88d8d20dd3e2045c687976f9b39cd29920b62015
5fbbd711f9bfc21ee168f46a4be146603ece8835
/lean/natural_number_game/inequality/10.lean
477d27845428ab74ee65aec098b7c691b1f67632
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
goedel-gang/maths
22596f71e3fde9c088e59931f128a3b5efb73a2c
a20a6f6a8ce800427afd595c598a5ad43da1408d
refs/heads/master
1,623,055,941,960
1,621,599,441,000
1,621,599,441,000
169,335,840
0
0
null
null
null
null
UTF-8
Lean
false
false
95
lean
lemma le_succ_self (a : mynat) : a ≤ succ a := begin use 1, exact succ_eq_add_one a, end
ff16cf2c7304b33787eed6586efc13df8ea1e400
1b8f093752ba748c5ca0083afef2959aaa7dace5
/src/category_theory/universal/strongly_concrete.lean
5b96c397b3d6a7c4f51db66b606c4c30c63745d0
[]
no_license
khoek/lean-category-theory
7ec4cda9cc64a5a4ffeb84712ac7d020dbbba386
63dcb598e9270a3e8b56d1769eb4f825a177cd95
refs/heads/master
1,585,251,725,759
1,539,344,445,000
1,539,344,445,000
145,281,070
0
0
null
1,534,662,376,000
1,534,662,376,000
null
UTF-8
Lean
false
false
713
lean
-- Copyright (c) 2018 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison import category_theory.universal.continuous import category_theory.concrete import category_theory.functor.isomorphism open category_theory namespace category_t...
18a5dd435f3e404cf8e64262da7671069e0aa8a0
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/linear_algebra/basis.lean
b575f4afd0907bebded9a6e75e89e77b12cc31b6
[ "Apache-2.0" ]
permissive
hjvromen/lewis
40b035973df7c77ebf927afab7878c76d05ff758
105b675f73630f028ad5d890897a51b3c1146fb0
refs/heads/master
1,677,944,636,343
1,676,555,301,000
1,676,555,301,000
327,553,599
0
0
null
null
null
null
UTF-8
Lean
false
false
23,408
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, Alexander Bentkamp -/ import linear_algebra.linear_independent import linear_algebra.projection import data.fintype.card /-! # Bases This file define...
7874c89f3d81ec7ba516cfdadcd577901287c367
30b012bb72d640ec30c8fdd4c45fdfa67beb012c
/algebra/euclidean_domain.lean
db1d01e8f05a2da35387a7c2013d3cf2fd8e3e1b
[ "Apache-2.0" ]
permissive
kckennylau/mathlib
21fb810b701b10d6606d9002a4004f7672262e83
47b3477e20ffb5a06588dd3abb01fe0fe3205646
refs/heads/master
1,634,976,409,281
1,542,042,832,000
1,542,319,733,000
109,560,458
0
0
Apache-2.0
1,542,369,208,000
1,509,867,494,000
Lean
UTF-8
Lean
false
false
9,094
lean
/- Copyright (c) 2018 Louis Carlin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Louis Carlin, Mario Carneiro Euclidean domains and Euclidean algorithm (extended to come) A lot is based on pre-existing code in mathlib for natural number gcds -/ import data.int.basic...
023853e99a9282ab4f4b0e751ff8c55c4c34905b
4727251e0cd73359b15b664c3170e5d754078599
/src/combinatorics/hall/basic.lean
9081fb4d8c30d611471cfb36f37ce7bf255248dd
[ "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
10,172
lean
/- Copyright (c) 2021 Alena Gusakov, Bhavik Mehta, Kyle Miller. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Alena Gusakov, Bhavik Mehta, Kyle Miller -/ import combinatorics.hall.finite import topology.category.Top.limits /-! # Hall's Marriage Theorem Given a list ...
717f5e10999dae39fdc807657c8c4f04453aaed1
649957717d58c43b5d8d200da34bf374293fe739
/src/topology/metric_space/gromov_hausdorff.lean
59e8bf0b86afe20e7b8a42bcd0eeb5ec28f49ba4
[ "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
56,063
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Sébastien Gouëzel The Gromov-Hausdorff distance on the space of nonempty compact metric spaces up to isometry. We introduces the space of all nonempty compact metric spaces, up to ...
7e8c7d87d720208abe0bb89a3a6112f43b040a11
abd85493667895c57a7507870867b28124b3998f
/src/algebra/ordered_field.lean
730903ed5b09b4342cf077ce30f5c9f669a8c4e0
[ "Apache-2.0" ]
permissive
pechersky/mathlib
d56eef16bddb0bfc8bc552b05b7270aff5944393
f1df14c2214ee114c9738e733efd5de174deb95d
refs/heads/master
1,666,714,392,571
1,591,747,567,000
1,591,747,567,000
270,557,274
0
0
Apache-2.0
1,591,597,975,000
1,591,597,974,000
null
UTF-8
Lean
false
false
25,404
lean
/- Copyright (c) 2014 Robert Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Lewis, Leonardo de Moura, Mario Carneiro -/ import algebra.ordered_ring import algebra.field set_option default_priority 100 -- see Note [default priority] set_option old_structu...
6ebc703bfd49b1cbfeeb25b555e9c03dd64dc08b
48eee836fdb5c613d9a20741c17db44c8e12e61c
/src/util/signature_inst.lean
ba9f6f7a5d7134147ec5a96dc8bb5627c9ea9959
[ "Apache-2.0" ]
permissive
fgdorais/lean-universal
06430443a4abe51e303e602684c2977d1f5c0834
9259b0f7fb3aa83a9e0a7a3eaa44c262e42cc9b1
refs/heads/master
1,592,479,744,136
1,589,473,399,000
1,589,473,399,000
196,287,552
1
1
null
null
null
null
UTF-8
Lean
false
false
1,964
lean
import .default import .meta.default definition list.pure {α : Type*} (x : α) : list α := [x] namespace tactic meta def mk_list_expr (ty : expr) : list expr → tactic expr | [] := mk_app `list.nil [ty] | (e :: es) := mk_list_expr es >>= λ es, mk_app `list.cons [ty, e, es] meta def get_structure_fields (nm : name) : ...
f82c3f36f2b627e20d9494465edc0fd7ed1461eb
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/simp5.lean
ab7edaa8c44067ccd4ad697fc9f5ad4378ec4ea2
[ "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
271
lean
def f {α} (a b : α) := a theorem f_Eq {α} (a b : α) : f a b = a := rfl theorem ex1 (a b c : α) : f (f a b) c = a := by simp [f_Eq] #print ex1 theorem ex2 (p : Nat → Bool) (x : Nat) (h : p x = true) : (if p x then 1 else 2) = 1 := by simp [h] #print ex2
555a4bd483470c3dcb0957fe804245ab18d5e963
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/compiler/arrayMk.lean
5ca9b254042217524b75eac9d7d89341d0dda1d1
[ "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
98
lean
def step : Array Nat := Array.mk (List.range 10) def main : IO Unit := IO.print s!"{step.size}\n"
a7fc5599b0e8cf62bd0597e1c01ed04a1db3b768
ba306bac106b8f27befb2a800f4357237f86c760
/lean/love04_functional_programming_demo.lean
e09dbd32b707c31afc477f63823891d70aeedf34
[]
no_license
qyqnl/logical_verification_2020
406aa4cc47797501275ea07de5d6f59f01e977d0
17dff35b56336acb671ddfb36871f98475bc0b96
refs/heads/master
1,672,501,336,112
1,603,724,260,000
1,603,724,260,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
12,806
lean
import .lovelib /- # LoVe Demo 4: Functional Programming We take a closer look at the basics of typed functional programming: inductive types, proofs by induction, recursive functions, pattern matching, structures (records), and type classes. -/ set_option pp.beta true set_option pp.generalized_field_notation fals...
efefce7b889a2ace4ca89bbd80550dea3015b423
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/category_theory/sites/grothendieck.lean
18220c9ef720e8bc2164f4765e7611574bc168d9
[ "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
12,740
lean
/- Copyright (c) 2020 Bhavik Mehta, E. W. Ayers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, E. W. Ayers -/ import category_theory.sites.sieves import category_theory.limits.shapes.pullbacks import order.copy /-! # Grothendieck topologies Definition...
4e48cd44f4874c4a2d39ffbdea21d868f56ab1a6
3c693e12637d1cf47effc09ab5e21700d1278e73
/src/equivalence_relations/partitions.lean
607ca4d02e3ed152d2c498385ef6760dd214b4a1
[]
no_license
ImperialCollegeLondon/Example-Lean-Projects
e731664ae046980921a69ccfeb2286674080c5bb
87b27ba616eaf03f3642000829a481a1932dd08e
refs/heads/master
1,685,399,670,721
1,623,092,696,000
1,623,092,696,000
275,571,570
19
1
null
1,593,361,524,000
1,593,344,124,000
Lean
UTF-8
Lean
false
false
2,323
lean
import data.equiv.basic -- bijections with inverses import tactic -- we want to use tactics open set /-- Definition of a partition as a collection of disjoint nonempty subsets of X whose union is X-/ @[ext] structure partition (X : Type) := (C : set (set X)) (Hnonempty : ∀ c ∈ C, c ≠ ∅) (Hcover : ∀ x, ∃ c ∈ C, x ∈ ...
2a09eb4c9fe97af5b444eb86044bb49bd963b19e
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/algebra/group_with_zero/defs.lean
c7ad5b9e5d179334af0bc0684ae892fddfcdec97
[ "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,053
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import algebra.group.defs import logic.nontrivial import algebra.ne_zero /-! # Typeclasses for groups with an adjoined zero element > THIS FILE IS SYNCHRONIZED WITH...
1c012f29ca722587d085eb86a45bbc8fbf641fc2
3994e03e14a3cbe3858c1098d0ab9ed1113d6666
/06-formalizacija-dokazov/vaje.lean
4ecd61dc87f582eaef478a5cdfb9c5859c59cb70
[]
no_license
tadejpetric/tpj-coq
15f2548ba8f012d9a5b5e0bfb78ab0860d048e96
dda9fb2e635f9a1302739e34d8692a4252066b76
refs/heads/master
1,629,182,614,649
1,600,449,570,000
1,600,449,570,000
222,798,649
1
0
null
null
null
null
UTF-8
Lean
false
false
1,015
lean
namespace hidden universe u ------------------------------------------------------------------------------- inductive list (A:Type) : Type | Nil {} : list -- Brez {} moramo konstruktorju Nil vedno podati tip A | Cons : A -> list -> list -- Cons tip A ugotovi iz tipa prvega elementa namespace list -- Dopolnite definic...
fdb2991ff5b616be8d0d8c2eab620086e008eaa6
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/analysis/normed_space/compact_operator.lean
a2e78130ad594fd03db1ea91a14daafd7f89de69
[ "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
22,021
lean
/- Copyright (c) 2022 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anatole Dedecker -/ import analysis.normed_space.operator_norm import analysis.locally_convex.bounded /-! # Compact operators In this file we define compact linear operators betwee...
541542159d421dfe34f134da26b64d6db643bb97
43390109ab88557e6090f3245c47479c123ee500
/src/M1F/problem_bank/0505/S0505.lean
d31d9ef627bab3df088c287453c9ab6ee164299e
[ "Apache-2.0" ]
permissive
Ja1941/xena-UROP-2018
41f0956519f94d56b8bf6834a8d39473f4923200
b111fb87f343cf79eca3b886f99ee15c1dd9884b
refs/heads/master
1,662,355,955,139
1,590,577,325,000
1,590,577,325,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,200
lean
import algebra.group_power tactic.norm_num algebra.big_operators theorem Q5 : (¬ (∃ a b c : ℕ, 6*a+9*b+20*c = 43)) ∧ ∀ m, m ≥ 44 → ∃ a b c : ℕ, 6*a+9*b+20*c = m := begin split, intro H, cases H with a H, cases H with b H, cases H with c H, revert H, cases c with c,tactic.swap, cases c with...
38d72bc1480b3866c9e19b6a4d8990ef33892980
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/algebra/pointwise.lean
3d82b77c295cda0f89f7ccdecfb19d3a87160544
[ "Apache-2.0" ]
permissive
abentkamp/mathlib
d9a75d291ec09f4637b0f30cc3880ffb07549ee5
5360e476391508e092b5a1e5210bd0ed22dc0755
refs/heads/master
1,682,382,954,948
1,622,106,077,000
1,622,106,077,000
149,285,665
0
0
null
null
null
null
UTF-8
Lean
false
false
19,533
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...
1c73c99641b907f0a2970e24641fad6b3e5d9271
d1bbf1801b3dcb214451d48214589f511061da63
/src/ring_theory/roots_of_unity.lean
7e86f84c4a4558a7d4fe74ef82043fc13d6e1d76
[ "Apache-2.0" ]
permissive
cheraghchi/mathlib
5c366f8c4f8e66973b60c37881889da8390cab86
f29d1c3038422168fbbdb2526abf7c0ff13e86db
refs/heads/master
1,676,577,831,283
1,610,894,638,000
1,610,894,638,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
38,371
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import data.nat.parity import data.polynomial.ring_division import group_theory.order_of_element import ring_theory.integral_domain import number_theory.divisors imp...
2b5138a826051332a51e1301f07b7a864f929233
9dc8cecdf3c4634764a18254e94d43da07142918
/test/json.lean
b0e2ae251b6eabb9bee83c909b8c1984a5631287
[ "Apache-2.0" ]
permissive
jcommelin/mathlib
d8456447c36c176e14d96d9e76f39841f69d2d9b
ee8279351a2e434c2852345c51b728d22af5a156
refs/heads/master
1,664,782,136,488
1,663,638,983,000
1,663,638,983,000
132,563,656
0
0
Apache-2.0
1,663,599,929,000
1,525,760,539,000
Lean
UTF-8
Lean
false
false
2,842
lean
import data.json import data.int.basic run_cmd do let j := json.of_int 2, z ← of_json native.float j, guard (z = 2) run_cmd do j ← json.parse "2.0", tactic.success_if_fail_with_msg (of_json ℤ j) "number must be integral" run_cmd do let j := json.of_int (-1), tactic.success_if_fail_with_msg (of_json ℕ j...
16b5f8d2f5e51d95dc616a4dda935711b3c28a53
64874bd1010548c7f5a6e3e8902efa63baaff785
/tests/lean/slow/nat_bug2.lean
3865ee2e8604eb7d27e9e80f1a4ae8ff840de9fe
[ "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
49,310
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 -----------------------------------------------------------...
d5e071ecc0b22319042efc5920719e9d516669e8
a4673261e60b025e2c8c825dfa4ab9108246c32e
/stage0/src/Lean/Data/Lsp/Hover.lean
87cbf7c32226c1b2fcfe6ce57365a3df3f525d40
[ "Apache-2.0" ]
permissive
jcommelin/lean4
c02dec0cc32c4bccab009285475f265f17d73228
2909313475588cc20ac0436e55548a4502050d0a
refs/heads/master
1,674,129,550,893
1,606,415,348,000
1,606,415,348,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,093
lean
/- Copyright (c) 2020 Wojciech Nawrocki. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Wojciech Nawrocki -/ import Lean.Data.Json import Lean.Data.Lsp.Basic /-! Handling of mouse hover requests. -/ namespace Lean namespace Lsp open Json structure Hover := /- NO...
62b29b8eefb89bdbdd7081299167754720b0ce62
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/group_theory/specific_groups/cyclic.lean
de1bc886463bccbe91289946734cbaa17283951c
[ "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
22,309
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 -/ import algebra.big_operators.order import data.nat.totient import group_theory.order_of_element import tactic.group import group_theory.exponent /-! # Cyclic groups...
d401dc68f0ba5fe34fae1f6bd2db1a4027d88b90
367134ba5a65885e863bdc4507601606690974c1
/src/analysis/convex/extrema.lean
00a9ca47fd0b8b73fd9ddb3706184e7fa419de65
[ "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,432
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 -/ import analysis.calculus.local_extr import topology.algebra.affine /-! # Minima and maxima of convex functions We show that if a function `f : E → β` is convex, ...
042047871ca8b4d81c140c7fa16f116454f1ffee
b32d3853770e6eaf06817a1b8c52064baaed0ef1
/src/super/inferences/factoring.lean
45cb7ac8851240f78fb5e044adbc728b23addaf9
[]
no_license
gebner/super2
4d58b7477b6f7d945d5d866502982466db33ab0b
9bc5256c31750021ab97d6b59b7387773e54b384
refs/heads/master
1,635,021,682,021
1,634,886,326,000
1,634,886,326,000
225,600,688
4
2
null
1,598,209,306,000
1,575,371,550,000
Lean
UTF-8
Lean
false
false
378
lean
import super.prover_state namespace super open tactic meta def inference.factoring : inference_rule | given := retrieve_packed $ do (l1, i1) ← given.cls.literals.zip_with_index, (l2, i2) ← given.cls.literals.zip_with_index, guard $ i1 < i2, guard $ l1.is_pos = l2.is_pos, pure $ do some () ← try_core (unify l1.formula...
fc33c232293f94d70db4eec6e6eee4ff22375c80
a7eef317ddec01b9fc6cfbb876fe7ac00f205ac7
/src/data/set/lattice.lean
336903df07e2cd06a660273568aa908f6df4d992
[ "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
37,322
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Johannes Hölzl, Mario Carneiro -- QUESTION: can make the first argument in ∀ x ∈ a, ... implicit? -/ import order.complete_boolean_algebra import data...
bd0987e855f6c4b5622f3e451fda73ef598ee23d
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/1163.lean
e9279e1b2c8ce05208faca2b60360be0f539adf9
[ "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
448
lean
import Lean open Lean Elab Tactic macro "obviously1" : tactic => `(exact sorryAx _) theorem result1 : False := by obviously1 elab "obviously2" : tactic => liftMetaTactic1 fun mvarId => mvarId.admit *> pure none theorem result2 : False := by obviously2 def x : Bool := 0 theorem result3 : False := by obviously2 ...
8d2c9e4a154531dfa15ea46b21a97c6cb755b6f1
b70031c8e2c5337b91d7e70f1e0c5f528f7b0e77
/src/category_theory/limits/shapes/binary_products.lean
2832f7be6cb759c804163541833ede1a94c487c8
[ "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
32,224
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Bhavik Mehta -/ import category_theory.limits.limits import category_theory.limits.shapes.terminal import category_theory.discrete_category import category_theory.epi_m...
aa0506b445ab1c208d845740689bae04b27789be
aa3f8992ef7806974bc1ffd468baa0c79f4d6643
/library/hott/logic.lean
bd41ed824e3565187c9a3f8a6ee224384865c4b9
[ "Apache-2.0" ]
permissive
codyroux/lean
7f8dff750722c5382bdd0a9a9275dc4bb2c58dd3
0cca265db19f7296531e339192e9b9bae4a31f8b
refs/heads/master
1,610,909,964,159
1,407,084,399,000
1,416,857,075,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
231
lean
import data.empty .path open path inductive tdecidable [class] (A : Type) : Type := inl : A → tdecidable A, inr : ~A → tdecidable A structure decidable_paths [class] (A : Type) := (elim : ∀(x y : A), tdecidable (x ≈ y))
3447d88e0c4eeec74372a35c4c3da45ef07943e0
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Elab/AuxDef.lean
f26d391aa28cfdc9c43a6705a4ff3a8f1d0d3103
[ "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,381
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import Lean.Elab.Command namespace Lean.Elab.Command open Lean.Parser.Command open Lean.Parser.Term /-- Declares an auxiliary definition with an automatically...
4cd18209936b0bce8aca81317879fb2f315785a4
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Util/FindMVar.lean
eb49dc376f58b6a86e140294f578b2bef3d6c013
[ "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,030
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.Expr namespace Lean namespace FindMVar abbrev Visitor := Option MVarId → Option MVarId mutual partial def visit (p : MVarId → Bool) (e : E...
d80a66a1b6c0606529dd9ea08a668bc1598e2e87
5ca7b1b12d14c4742e29366312ba2c2ef8201b21
/src/game/world6/level1.lean
2cca7b7a80dbf89d02d06bb83dc023a193159d99
[ "Apache-2.0" ]
permissive
MatthiasHu/natural_number_game
2e464482ef3001863430b0336133b6697b275ba3
2d764f72669ae30861f6a1057fce0257f3e466c4
refs/heads/master
1,609,719,110,419
1,576,345,737,000
1,576,345,737,000
240,296,314
0
0
Apache-2.0
1,581,608,357,000
1,581,608,356,000
null
UTF-8
Lean
false
false
3,071
lean
-- World name : Proposition world /- # Proposition world. A Proposition is a true/false statement, like `2 + 2 = 4` or `2 + 2 = 5`. Just like we can have concrete sets in Lean like `mynat`, and abstract sets called things like `X`, we can also have concrete propositions like `2 + 2 = 5` and abstract propositions ca...
9d6e32e85ca4394fa98324eb35cccd2e84084364
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/PrettyPrinter/Basic.lean
2179877c82fbc13b4100e4bb332398c245307b7a
[ "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,065
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.KeyedDeclsAttribute namespace Lean namespace PrettyPrinter /- Auxiliary internal exception for backtracking the pretty printer. See `orelse.par...
2640ebd19bf4e40f347d8024200b3d1381b8de3e
bb31430994044506fa42fd667e2d556327e18dfe
/src/group_theory/submonoid/membership.lean
355e74a4360d64756212337b7d43cb1b04fb41f3
[ "Apache-2.0" ]
permissive
sgouezel/mathlib
0cb4e5335a2ba189fa7af96d83a377f83270e503
00638177efd1b2534fc5269363ebf42a7871df9a
refs/heads/master
1,674,527,483,042
1,673,665,568,000
1,673,665,568,000
119,598,202
0
0
null
1,517,348,647,000
1,517,348,646,000
null
UTF-8
Lean
false
false
23,201
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Kenny Lau, Johan Commelin, Mario Carneiro, Kevin Buzzard, Amelia Livingston, Yury Kudryashov -/ import group_theory.submonoid.operations import algebra.big_operators.ba...
54d04b385dae9eb471b12298dce219ff43b2da79
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/07_Induction_and_Recursion.org.2.lean
b8ae41320de165a7794e9ead88a57fcf3d9e6208
[]
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
245
lean
/- page 100 -/ import standard open nat definition sub2 : nat → nat | sub2 0 := 0 | sub2 1 := 0 | sub2 (a+2) := a -- BEGIN example : sub2 0 = 0 := rfl example : sub2 1 = 0 := rfl example (a : nat) : sub2 (a + 2) = a := rfl -- END
0235a3f71add7765d06f38614f48e4e545109dde
4727251e0cd73359b15b664c3170e5d754078599
/src/ring_theory/free_comm_ring.lean
214f602c4430a415fcfe7290eda1a15993eace1e
[ "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
14,050
lean
/- Copyright (c) 2019 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Johan Commelin -/ import data.mv_polynomial.equiv import data.mv_polynomial.comm_ring import logic.equiv.functor import ring_theory.free_ring /-! # Free commutative rings The t...
48841c080651d5e6f5dd9d37dd3c4b951e0e5079
b328e8ebb2ba923140e5137c83f09fa59516b793
/stage0/src/Lean/Server/FileWorker.lean
cedbfa9cdbad38a8f09c5209d98d0ed60d618138
[ "Apache-2.0" ]
permissive
DrMaxis/lean4
a781bcc095511687c56ab060e816fd948553e162
5a02c4facc0658aad627cfdcc3db203eac0cb544
refs/heads/master
1,677,051,517,055
1,611,876,226,000
1,611,876,226,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
29,005
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 Std.Data.RBMap import Lean.Environment import Lean.PrettyPrinter import Lean.DeclarationRange import Lean.Data.Lsp im...
ac1111a3e457fff077b7076d19e5d0d7f8d4bbcd
d6124c8dbe5661dcc5b8c9da0a56fbf1f0480ad6
/Papyrus/IR/ModuleRef.lean
3d305a3e5545fd98f3dc4f468674b1be6912e9be
[ "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
5,355
lean
import Papyrus.FFI import Papyrus.Context import Papyrus.MemoryBufferRef import Papyrus.IR.GlobalVariableRef import Papyrus.IR.FunctionRef namespace Papyrus /-- A opaque type representing an external LLVM [Module](https://llvm.org/doxygen/classllvm_1_1Module.html). -/ constant Llvm.Module : Type := Unit /-- A ...
a16305457ade52d3459469cefc4b128c20898a17
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/ring_theory/simple_module.lean
f7a3ffbe73735569cb991ca7713b80059f1b66b0
[ "Apache-2.0" ]
permissive
hjvromen/lewis
40b035973df7c77ebf927afab7878c76d05ff758
105b675f73630f028ad5d890897a51b3c1146fb0
refs/heads/master
1,677,944,636,343
1,676,555,301,000
1,676,555,301,000
327,553,599
0
0
null
null
null
null
UTF-8
Lean
false
false
3,630
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 linear_algebra.basic import order.atoms /-! # Simple Modules ## Main Definitions * `is_simple_module` indicates that a module has no proper submodules ...
d7223fcc82d398b5805d6e32353943f6c20051da
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/sigma/lex.lean
9029366b44c15325872fd317a448f3b0c74fe0d5
[ "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
7,064
lean
/- Copyright (c) 2021 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import data.sigma.basic import order.rel_classes /-! # Lexicographic order on a sigma type > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > https://github.com/leanprover-co...
fd137c0636c66fe25299f289213e6229f4f0ab73
367134ba5a65885e863bdc4507601606690974c1
/src/tactic/omega/nat/neg_elim.lean
a8fc8f4d7b22f5720df8362a31e95155e702337e
[ "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
3,958
lean
/- Copyright (c) 2019 Seul Baek. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Seul Baek -/ /- Negation elimination. -/ import tactic.omega.nat.form namespace omega namespace nat open_locale omega.nat /-- push_neg p returns the result of normalizing ¬ p by pus...
12e7b7e9e4cd86ccb56d3735349ddfec0476487f
94e33a31faa76775069b071adea97e86e218a8ee
/src/algebra/lie/submodule.lean
8c156677de16939057a11cdda722ce6fc90059e5
[ "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
36,991
lean
/- Copyright (c) 2021 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash -/ import algebra.lie.subalgebra import ring_theory.noetherian /-! # Lie submodules of a Lie algebra In this file we define Lie submodules and Lie ideals, we construct the l...
9b984029aa7a69eb0642fad993c7a490a649cf02
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Lean/Compiler/IR/Boxing.lean
fe87373661107bccda71e46e7340ac1f9836de69
[ "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
13,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 -/ import Lean.Runtime import Lean.Compiler.ClosedTermCache import Lean.Compiler.ExternAttr import Lean.Compiler.IR.Basic import Lean.Compiler.IR.CompilerM imp...
74bcb64ac4578fd0a3a72905280a1aaf953d07b4
5d166a16ae129621cb54ca9dde86c275d7d2b483
/library/init/wf.lean
6fb26fef5b299af52c096f0ddc0c2b33ab072ae5
[ "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
7,086
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 -/ prelude import init.data.nat.basic init.data.prod universes u v inductive acc {α : Sort u} (r : α → α → Prop) : α → Prop | intro : ∀ x, (∀ y, r y x → acc y...
3bd70e6c418730f34fccf6cc480ade07890bc305
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/lie/engel.lean
b27b354fdaca867f744833ae689d2df28ad57625
[ "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,629
lean
/- Copyright (c) 2022 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash -/ import algebra.lie.nilpotent import algebra.lie.cartan_subalgebra /-! # Engel's theorem This file contains a proof of Engel's theorem providing necessary and sufficient c...
75ca379536aea761a42806a99b3c1c73fcb75061
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebraic_geometry/function_field.lean
628ccd684a4349468a8d6c4891cf6421fe73bfeb
[ "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
8,270
lean
/- Copyright (c) 2022 Andrew Yang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Andrew Yang -/ import algebraic_geometry.properties /-! # Function field of integral schemes > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a correspondin...
8a0029840c548d01a794895eb79f6bf00d48166c
f3849be5d845a1cb97680f0bbbe03b85518312f0
/tests/lean/run/1495.lean
15a78eba507e67a61d9e244ab54c7d8d3cd0dd5b
[ "Apache-2.0" ]
permissive
bjoeris/lean
0ed95125d762b17bfcb54dad1f9721f953f92eeb
4e496b78d5e73545fa4f9a807155113d8e6b0561
refs/heads/master
1,611,251,218,281
1,495,337,658,000
1,495,337,658,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
177
lean
section variables (r : ℕ → ℕ → Prop) local infix `≼` : 50 := r example {a b : ℕ} : a ≼ b → true := begin show a ≼ b → true, from λx, trivial end end
75d25a372044476aaa8a54dabc7d648062d2bae8
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Elab/Tactic/Induction.lean
bbdcdb84fa0d4508f239c64024176aa537dea9b0
[ "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
27,664
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.AuxRecursor import Lean.Parser.Term import Lean.Meta.RecursorInfo import Lean.Meta.CollectMVars...
aa0c05f91a827581062a77703e3e6cba5f4d8ae8
4727251e0cd73359b15b664c3170e5d754078599
/src/data/setoid/basic.lean
f8e8c56b9a906f41196c5caff529f36c1f9c889d
[ "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
18,553
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 -/ import logic.relation import order.galois_connection /-! # Equivalence relations This file defines the complete lattice of equivalence rela...
952573df40ee3fdfa0dedd8049d2400fb78bc6c4
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/interactive/hole2.lean
10e26363b4115b4e645b6bd7b836e1d1c72b5b64
[ "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
77
lean
def x : nat → nat := λ a, {! a + a !} --^ "command": "hole_commands"
553530b88970182b4d984f50b8243ae31dabe029
96338d06deb5f54f351493a71d6ecf6c546089a2
/priv/Lean/Initial.lean
d4ebc3b48a5b769316c54a9c4260f1d2da6a8aa1
[]
no_license
silky/exe
5f9e4eea772d74852a1a2fac57d8d20588282d2b
e81690d6e16f2a83c105cce446011af6ae905b81
refs/heads/master
1,609,385,766,412
1,472,164,223,000
1,472,164,223,000
66,610,224
1
0
null
1,472,178,919,000
1,472,178,919,000
null
UTF-8
Lean
false
false
5,754
lean
/- Initial -/ import Setoid import Cat import Mor import Functor import Adjunction set_option pp.universes true set_option pp.metavar_args false namespace EXE record InitialType (C : CatType) (Obj : C) : Type := (Cone : Functor.ConeType Obj 𝟙) (IsCone : Functor.IsConeProp Obj 𝟙 Cone) (Ok : Cone Obj ≡(...
e647ece4dd45cf8169909f431226e7f5d5985e0c
a726f88081e44db9edfd14d32cfe9c4393ee56a4
/src/solutions/world3_le.lean
2c334ab17be1e22a4673ffbb29aefa604a18cfd8
[]
no_license
b-mehta/natural_number_game
80451bf10277adc89a55dbe8581692c36d822462
9faf799d0ab48ecbc89b3d70babb65ba64beee3b
refs/heads/master
1,598,525,389,186
1,573,516,674,000
1,573,516,674,000
217,339,684
0
0
null
1,571,933,100,000
1,571,933,099,000
null
UTF-8
Lean
false
false
9,105
lean
import mynat.le import solutions.world2_multiplication import tactic.interactive -- #check tactic.interactive.rintro meta def less_leaky.interactive.rintro := tactic.interactive.rintro namespace mynat theorem le_refl (a : mynat) : a ≤ a := begin use 0, rw add_zero, end -- ignore this; it's making the "refl" t...
463244b758c09f744d871be64ee5fc096fb57aca
367134ba5a65885e863bdc4507601606690974c1
/src/analysis/normed_space/mazur_ulam.lean
dc85e0fccea99033fe3384f26b29b059773c6bc3
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
6,369
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Yury Kudryashov -/ import topology.instances.real_vector_space import analysis.normed_space.add_torsor import linear_algebra.affine_space.midpoint import analysis.normed_space.linear_i...
ad1d12492c0ba3e77e5599ee1f23f0612c46bcd5
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/data/list/perm.lean
b17a98ba25f3a97171c38b4f69982f81e8e6b779
[ "Apache-2.0" ]
permissive
gebner/mathlib
eab0150cc4f79ec45d2016a8c21750244a2e7ff0
cc6a6edc397c55118df62831e23bfbd6e6c6b4ab
refs/heads/master
1,625,574,853,976
1,586,712,827,000
1,586,712,827,000
99,101,412
1
0
Apache-2.0
1,586,716,389,000
1,501,667,958,000
Lean
UTF-8
Lean
false
false
41,267
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 List permutations. -/ import data.list.bag_inter import data.list.erase_dup import data.list.zip import logic.relation namespa...
55151652877f854199adc12c4761b9dfe2e32c7e
fe84e287c662151bb313504482b218a503b972f3
/src/group_theory/action_instances.lean
15a3d9100503742f3c79e0e043e9f9b31041c5ec
[]
no_license
NeilStrickland/lean_lib
91e163f514b829c42fe75636407138b5c75cba83
6a9563de93748ace509d9db4302db6cd77d8f92c
refs/heads/master
1,653,408,198,261
1,652,996,419,000
1,652,996,419,000
181,006,067
4
1
null
null
null
null
UTF-8
Lean
false
false
10,055
lean
/- Copyright (c) 2019 Neil Strickland. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Neil Strickland If we have types `X` and `Y` with a left action of a monoid `M`, then there are also natural actions of `M` on various other types defined in terms of `X` and/or `Y`,...
e6ac0299315bea52b2c1248d4c3d3859e7fce4a9
453dcd7c0d1ef170b0843a81d7d8caedc9741dce
/data/rat.lean
aef140994b336c4ce19df3c9762c132aa9db962b
[ "Apache-2.0" ]
permissive
amswerdlow/mathlib
9af77a1f08486d8fa059448ae2d97795bd12ec0c
27f96e30b9c9bf518341705c99d641c38638dfd0
refs/heads/master
1,585,200,953,598
1,534,275,532,000
1,534,275,532,000
144,564,700
0
0
null
1,534,156,197,000
1,534,156,197,000
null
UTF-8
Lean
false
false
36,454
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 Introduces the rational numbers as discrete, linear ordered field. -/ import data.nat.gcd data.pnat data.int.basic data.equiv.encodable order.basic ...
23f11a2b0d260edb4dfeacf54958bbcb73e8b2cd
f57749ca63d6416f807b770f67559503fdb21001
/library/data/set/default.lean
b10e1aead6c5673057947a28cbc63a0245ddc691
[ "Apache-2.0" ]
permissive
aliassaf/lean
bd54e85bed07b1ff6f01396551867b2677cbc6ac
f9b069b6a50756588b309b3d716c447004203152
refs/heads/master
1,610,982,152,948
1,438,916,029,000
1,438,916,029,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
180
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad -/ import .basic .function .map
afae55c1a529cfbbf8be5441f1f4235dd4c9946f
b561a44b48979a98df50ade0789a21c79ee31288
/stage0/src/Lean/Elab/PreDefinition/WF/Fix.lean
0526170688063eca2c5c38482b3e19688610d8d8
[ "Apache-2.0" ]
permissive
3401ijk/lean4
97659c475ebd33a034fed515cb83a85f75ccfb06
a5b1b8de4f4b038ff752b9e607b721f15a9a4351
refs/heads/master
1,693,933,007,651
1,636,424,845,000
1,636,424,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,921
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Match.Match import Lean.Meta.Tactic.Simp.Main import Lean.Meta.Tactic.Cleanup import Lean.Elab.PreDefinition.Basic import Lean.Elab.PreDefi...
dd447de85b6da766226f961dba1336710361265b
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/category_theory/limits/shapes/regular_mono.lean
4710a7a309cb8e4bf76d8519ed2241204f0bc4f0
[ "Apache-2.0" ]
permissive
vaibhavkarve/mathlib
a574aaf68c0a431a47fa82ce0637f0f769826bfe
17f8340912468f49bdc30acdb9a9fa02eeb0473a
refs/heads/master
1,621,263,802,637
1,585,399,588,000
1,585,399,588,000
250,833,447
0
0
Apache-2.0
1,585,410,341,000
1,585,410,341,000
null
UTF-8
Lean
false
false
3,190
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.epi_mono import category_theory.limits.shapes.kernels /-! # Definitions and basic properties of regular and normal monomorphisms and epimorphi...
3baba47261a098482d0e3dab671c0366e5fb39f4
618003631150032a5676f229d13a079ac875ff77
/src/logic/basic.lean
ba1a5ce2bc45fa9530b8e73966b7c3bdc816ff27
[ "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
37,644
lean
/- Copyright (c) 2016 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura -/ import tactic.doc_commands /-! # Basic logic properties This file is one of the earliest imports in mathlib. ## Implementation notes Theorems tha...
ac984910cee78fa6da2c29c3d94380fbdd6e8f76
00c000939652bc85fffcfe8ba5dd194580a13c4b
/src/mvfunctor.lean
5f631f5772e4820df93636660fb5280c56d28a62
[ "Apache-2.0" ]
permissive
johoelzl/qpf
a795220c4e872014a62126800313b74ba3b06680
d93ab1fb41d085e49ae476fa364535f40388f44d
refs/heads/master
1,587,372,400,745
1,548,633,467,000
1,548,633,467,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
9,335
lean
/- Copyright (c) 2018 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad Tuples of types, and their categorical structure. Features: `typevec n` : n-tuples of types `α ⟹ β` : n-tuples of maps `f ⊚ g` : composition `mvfunctor n` :...