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
75b93c3fea8d5151cb5ad59b4ed6f9c33a45026a
367134ba5a65885e863bdc4507601606690974c1
/src/tactic/group.lean
0573b63f50796a96eb8b1ce984362da7d95374ff
[ "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,683
lean
/- Copyright (c) 2020. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Patrick Massot -/ import tactic.ring import tactic.doc_commands /-! # `group` Normalizes expressions in the language of groups. The basic idea is to use the simplifier to put everything into a produ...
22b8c9b756f114f66b9ea2ad3049b8567e374ad3
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/1493.lean
d9c8809ced93999d9955c3abed64e683570376aa
[ "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
87
lean
open tactic.interactive meta def bug : tactic unit := do _ ← solve1 refl, return ()
0e6fe0e8a1b4f4eab47300eda32e5ac5b611350b
fcf3ffa92a3847189ca669cb18b34ef6b2ec2859
/src/world6/level9.lean
4433e72a83af012d64abd92f2e9ccc2505499f1d
[ "Apache-2.0" ]
permissive
nomoid/lean-proofs
4a80a97888699dee42b092b7b959b22d9aa0c066
b9f03a24623d1a1d111d6c2bbf53c617e2596d6a
refs/heads/master
1,674,955,317,080
1,607,475,706,000
1,607,475,706,000
314,104,281
0
0
null
null
null
null
UTF-8
Lean
false
false
303
lean
example (A B C D E F G H I J K L : Prop) (f1 : A → B) (f2 : B → E) (f3 : E → D) (f4 : D → A) (f5 : E → F) (f6 : F → C) (f7 : B → C) (f8 : F → G) (f9 : G → J) (f10 : I → J) (f11 : J → I) (f12 : I → H) (f13 : E → H) (f14 : H → K) (f15 : I → L) : A → L := begin cc, end
7f01499bb0c56fe4db091b923798a39c082aeae6
cf39355caa609c0f33405126beee2739aa3cb77e
/library/system/random.lean
f0abc0b44f6fd48d0e91f872f3f787fd8bef7317
[ "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
4,120
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 -/ universes u /-! # Basic random number generator support based on the one available on the Haskell library -/ /-- Interface for random number generators. ...
7f06930793162e95ee1eeda75ceb2b0839c364a6
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/algebra/punit_instances.lean
a293d5bc2eb52da6d6d37cc713c6fb4fc8b2cc1e
[ "Apache-2.0" ]
permissive
ayush1801/mathlib
78949b9f789f488148142221606bf15c02b960d2
ce164e28f262acbb3de6281b3b03660a9f744e3c
refs/heads/master
1,692,886,907,941
1,635,270,866,000
1,635,270,866,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,778
lean
/- Copyright (c) 2019 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import algebra.module.basic /-! # Instances on punit This file collects facts about algebraic structures on the one-element type, e.g. that it is a commutative ring. -/ uni...
7e0b493fcddab2bcde39b12ae6681e943ec74ea2
d642a6b1261b2cbe691e53561ac777b924751b63
/src/analysis/normed_space/operator_norm.lean
431fb7c589a38852057f4a30572e7586d9d4fffb
[ "Apache-2.0" ]
permissive
cipher1024/mathlib
fee56b9954e969721715e45fea8bcb95f9dc03fe
d077887141000fefa5a264e30fa57520e9f03522
refs/heads/master
1,651,806,490,504
1,573,508,694,000
1,573,508,694,000
107,216,176
0
0
Apache-2.0
1,647,363,136,000
1,508,213,014,000
Lean
UTF-8
Lean
false
false
10,860
lean
/- Copyright (c) 2019 Jan-David Salchow. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jan-David Salchow, Sébastien Gouëzel, Jean Lo Operator norm on the space of continuous linear maps Define the operator norm on the space of continuous linear maps between normed s...
a209784ad25eabb2cf88c6fc308c61602fa97e52
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/set_theory/principal.lean
13c2ea254a4f67c06e6901a5c24a916452cb3751
[ "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
3,821
lean
/- Copyright (c) 2022 Violeta Hernández Palacios. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Violeta Hernández Palacios -/ import set_theory.ordinal_arithmetic /-! ### Principal ordinals We define principal or indecomposable ordinals, and we prove the standard p...
09b07d509063dbbd268e6f4c9d75b1e5c3890a56
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/library/data/list/sort.lean
7f63a5ea2e71e4b6c12e06178d201a506691d02a
[ "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
8,497
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 Naive sort for lists -/ import data.list.comb data.list.set data.list.perm data.list.sorted logic.connectives algebra.order namespace list open decidable nat va...
ebdf66108e32ff0803e816e203054ad44c998157
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/monoidal/Mon__auto.lean
c8adf24c0849aee4fcb3b3d7cded25d3120c640e
[]
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
13,154
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.monoidal.discrete import Mathlib.category_theory.monoidal.unitors import Ma...
f803cffba0b1fabb5068e9ad86c206572b01b3d6
07c76fbd96ea1786cc6392fa834be62643cea420
/hott/homotopy/imaginaroid.hlean
cf15db00c747105054c198c1efea6c6dc8dd3b90
[ "Apache-2.0" ]
permissive
fpvandoorn/lean2
5a430a153b570bf70dc8526d06f18fc000a60ad9
0889cf65b7b3cebfb8831b8731d89c2453dd1e9f
refs/heads/master
1,592,036,508,364
1,545,093,958,000
1,545,093,958,000
75,436,854
0
0
null
1,480,718,780,000
1,480,718,780,000
null
UTF-8
Lean
false
false
8,516
hlean
/- Copyright (c) 2016 Ulrik Buchholtz and Egbert Rijke. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Ulrik Buchholtz, Egbert Rijke Cayley-Dickson construction via imaginaroids -/ import algebra.group cubical.square types.pi .hopf open eq eq.ops equiv susp hopf poi...
1475ed876798ae8db32666a5f2fc220e026c1562
8e31b9e0d8cec76b5aa1e60a240bbd557d01047c
/scratch/transfer_mathlib.lean
fd2eaf96d653ca519856a692ba8219421786ca94
[]
no_license
ChrisHughes24/LP
7bdd62cb648461c67246457f3ddcb9518226dd49
e3ed64c2d1f642696104584e74ae7226d8e916de
refs/heads/master
1,685,642,642,858
1,578,070,602,000
1,578,070,602,000
195,268,102
4
3
null
1,569,229,518,000
1,562,255,287,000
Lean
UTF-8
Lean
false
false
7,424
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl (CMU) -/ prelude import init.meta.tactic init.meta.match_tactic init.meta.mk_dec_eq_instance import init.data.list.instances logic.relator namespace transfer open tactic...
c1e29233517670814a0b128527566acacab5328a
e39f04f6ff425fe3b3f5e26a8998b817d1dba80f
/category_theory/functor_category.lean
d596ffd41ecc58464310c6d76be23a5d0e9135ce
[ "Apache-2.0" ]
permissive
kristychoi/mathlib
c504b5e8f84e272ea1d8966693c42de7523bf0ec
257fd84fe98927ff4a5ffe044f68c4e9d235cc75
refs/heads/master
1,586,520,722,896
1,544,030,145,000
1,544,031,933,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,681
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Tim Baumann, Stephen Morgan, Scott Morrison import category_theory.natural_transformation namespace category_theory universes u₁ v₁ u₂ v₂ u₃ v₃ open nat_trans variables (C :...
cc240fe1e16c4a86d063fc506e543949a62ca666
b3fced0f3ff82d577384fe81653e47df68bb2fa1
/src/tactic/core.lean
b257ca45034442df803267804e9d1fff23c593ed
[ "Apache-2.0" ]
permissive
ratmice/mathlib
93b251ef5df08b6fd55074650ff47fdcc41a4c75
3a948a6a4cd5968d60e15ed914b1ad2f4423af8d
refs/heads/master
1,599,240,104,318
1,572,981,183,000
1,572,981,183,000
219,830,178
0
0
Apache-2.0
1,572,980,897,000
1,572,980,896,000
null
UTF-8
Lean
false
false
46,870
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Simon Hudon, Scott Morrison, Keeley Hoek -/ import data.dlist.basic category.basic meta.expr meta.rb_map data.bool namespace expr open tactic attribute [derive has_re...
090097b67ffa32585fb242d18ae77df74bdefe0f
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/src/Init/Data/Option/BasicAux.lean
692507ee53b741484b177b547ada23e4233f56f4
[ "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
383
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 -/ prelude import Init.Data.Option.Basic import Init.Util universes u namespace Option @[inline] def get! {α : Type u} [Inhabited α] : Option α → α | some...
b2ad01cc67dffade3e38d80eeeed959bd4e152d6
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/stage0/src/Init/Data/Array/Subarray.lean
7e3472afb71940b607ed5b090b415ab91391a55d
[ "Apache-2.0" ]
permissive
dupuisf/lean4
d082d13b01243e1de29ae680eefb476961221eef
6a39c65bd28eb0e28c3870188f348c8914502718
refs/heads/master
1,676,948,755,391
1,610,665,114,000
1,610,665,114,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,191
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Data.Array.Basic universes u v w structure Subarray (α : Type u) where as : Array α start : Nat stop : Nat h₁ : start ≤ stop ...
1806d03b05114202000a46ad02f7847c34a03a31
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/logic/equiv/nat.lean
ffe91f0fa86ee9105c5ef76c67c52b80284a0136
[ "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,776
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.nat.pairing /-! # Equivalences involving `ℕ` > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib...
e2122dabb366f242a5438b1512ab9e2e4bd3182a
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/analysis/normed_space/add_torsor.lean
41aac14b15db587bcf4ac24eeffcaadd1303f77e
[]
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
19,776
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.linear_algebra.affine_space.midpoint import Mathlib.topology.metric_space.iso...
fa4f945553b5469e44fb99299f19c429f5a041e4
d436468d80b739ba7e06843c4d0d2070e43448e5
/src/data/nat/parity.lean
876e056c1bce6c39d6e81c06ace15601831c8b41
[ "Apache-2.0" ]
permissive
roro47/mathlib
761fdc002aef92f77818f3fef06bf6ec6fc1a28e
80aa7d52537571a2ca62a3fdf71c9533a09422cf
refs/heads/master
1,599,656,410,625
1,573,649,488,000
1,573,649,488,000
221,452,951
0
0
Apache-2.0
1,573,647,693,000
1,573,647,692,000
null
UTF-8
Lean
false
false
3,228
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad The `even` predicate on the natural numbers. -/ import .modeq algebra.group_power namespace nat @[simp] theorem mod_two_ne_one {n : nat} : ¬ n % 2 = 1 ↔ n % 2 = 0 := by...
bf4db8b22fe4e9de86496f655cd0e81b4a8f2449
94e33a31faa76775069b071adea97e86e218a8ee
/src/tactic/wlog.lean
863193ce9308a81fd7247a645446e5e7a27cf105
[ "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
9,090
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 Without loss of generality tactic. -/ import data.list.perm open expr setup_tactic_parser namespace tactic private meta def update_pp_name : expr → name → expr | (lo...
094c31501f068cff58fabf1bae868b19a2153d9f
968e2f50b755d3048175f176376eff7139e9df70
/examples/pred_logic/unnamed_88.lean
21c47dc8459d851791f862b9f902394ada4b9d8a
[]
no_license
gihanmarasingha/mth1001_sphinx
190a003269ba5e54717b448302a27ca26e31d491
05126586cbf5786e521be1ea2ef5b4ba3c44e74a
refs/heads/master
1,672,913,933,677
1,604,516,583,000
1,604,516,583,000
309,245,750
1
0
null
null
null
null
UTF-8
Lean
false
false
77
lean
variables U V : Type* variable x : U variable f : U → V #check f #check f x
84ed5aa7e22c8029140045803f70cab9085c98a9
367134ba5a65885e863bdc4507601606690974c1
/src/set_theory/ordinal.lean
11305d9f5ab76d52d827031236b01cfbb81a0699
[ "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
56,673
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Floris van Doorn -/ import set_theory.cardinal /-! # Ordinals Ordinals are defined as equivalences of well-ordered sets under order isomorphism. They are endowed with...
f5ac0ed894f549c5ed4e13b6760a73f9f649b881
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/order/sup_indep.lean
b10415afb001700642763e283d3a94c914bf2069
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
4,298
lean
/- Copyright (c) 2021 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import data.finset.pairwise import data.set.finite /-! # Finite supremum independence In this file, we define supremum independence of indexed sets. An indexed family `...
6cf187b89e953b594b96f51e15f891181fbabf0b
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/data/set/basic.lean
554b6a187539d896459ee1b0de1f559fc81e384e
[ "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
98,132
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 -/ import logic.unique import order.boolean_algebra /-! # Basic properties of sets Sets in Lean are homogeneous; all their elements have the same type...
dab61b8a527a17bf9cbf90ed451e8b0bdb1d3d0c
64874bd1010548c7f5a6e3e8902efa63baaff785
/library/data/fin.lean
05b9b039efb4490bb4839a2950bd4bcb953a4441
[ "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
2,843
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: data.fin Author: Leonardo de Moura Finite ordinals. -/ import data.nat open nat inductive fin : nat → Type := fz : Π n, fin (succ n), fs : Π {n}, fin n → fin (succ n) namespa...
4bf8fbeea8168d64a06a152c631d85599c793395
367134ba5a65885e863bdc4507601606690974c1
/src/linear_algebra/free_module.lean
7b879306bcf0bd1236dbe82ab4e3c17a69c16274
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
13,827
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Anne Baanen -/ import linear_algebra.basis import linear_algebra.finsupp_vector_space import ring_theory.principal_ideal_domain /-! # Free modules A free `R`-module `M` is a module with ...
29013bfb585fe588e140164c7dd4727be3b16740
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/group_theory/group_action/units.lean
5aa1f4eaa86f7d043e8fd8ff43a7e170888bf2bf
[ "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,886
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 group_theory.group_action.defs /-! # Group actions on and by `Mˣ` > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR ...
c4e6b116d1294cae6694cc04fbfec43ef358dc75
534c92d7322a8676cfd1583e26f5946134561b54
/src/Exercises/01_Propositions/Q0102/Q0002.lean
37b3ec59a34cbed3bec2aab93504f37082e09948
[ "Apache-2.0" ]
permissive
kbuzzard/mathematics-in-lean
53f387174f04d6077f434e27c407aee9425837f7
3fad7bb7e888dabef94921101af8671b78a4304a
refs/heads/master
1,586,812,457,439
1,546,893,744,000
1,546,893,744,000
163,450,734
8
0
null
null
null
null
UTF-8
Lean
false
false
76
lean
theorem easy (P Q : Prop) (HP : P) (HPQ : P → Q) : Q := begin sorry end
8d8acf950ce435d55509cb4e5a44b67338feeeea
fcf3ffa92a3847189ca669cb18b34ef6b2ec2859
/src/world3/level3.lean
faa36131f8f8c3c728a7a9f5cf2d65f183a2a3b7
[ "Apache-2.0" ]
permissive
nomoid/lean-proofs
4a80a97888699dee42b092b7b959b22d9aa0c066
b9f03a24623d1a1d111d6c2bbf53c617e2596d6a
refs/heads/master
1,674,955,317,080
1,607,475,706,000
1,607,475,706,000
314,104,281
0
0
null
null
null
null
UTF-8
Lean
false
false
322
lean
import mynat.definition import mynat.mul import world2.level5 namespace mynat lemma one_mul (m : mynat) : 1 * m = m := begin [nat_num_game] induction m with d hd, { rw mul_zero, refl, }, { rw mul_succ, rw succ_eq_add_one, rw hd, refl, }, end end myn...
bd1a8c54e5c56e49c22303a2ccd902d40518c2f2
ff5230333a701471f46c57e8c115a073ebaaa448
/library/data/buffer.lean
9312f3dd54e7b91d0181b015c5ab221520d55686
[ "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
4,607
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ universes u w def buffer (α : Type u) := Σ n, array n α def mk_buffer {α : Type u} : buffer α := ⟨0, {data := λ i, fin.elim0 i}⟩ def array.to_buffer {α :...
ff1e2188a157e2c9ee3cadb5b85f563b40c3a4bc
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/monad/basic.lean
2516f941e3bc9698c1f2913b1daab332ae8450f8
[ "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,357
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, Adam Topaz -/ import category_theory.functor.category import category_theory.functor.fully_faithful import category_theory.functor.reflects_isomorphisms ...
21db879e4bc58a13c6fa8f41a35d9085bcf50dc0
842b7df4a999c5c50bbd215b8617dd705e43c2e1
/LeanTutorial/LeanDay1.lean
679a49a4388970ae22e922ac2e31e16de01e00bd
[]
no_license
Samyak-Surti/LeanCode
1c245631f74b00057d20483c8ac75916e8643b14
944eac3e5f43e2614ed246083b97fbdf24181d83
refs/heads/master
1,669,023,730,828
1,595,534,784,000
1,595,534,784,000
282,037,186
0
0
null
null
null
null
UTF-8
Lean
false
false
627
lean
#check 0 #check "A" #check tt #check ff #check true #check 0 = 0 #check Type 10 /- T: Type, t : T --------------- (eq.refl) pf: t = t -/ #check eq.refl 0 #check eq.refl "Hello Lean" #check eq.refl ff #check eq.refl bool #check eq.refl (0 = 0) variable b : bool #check tt && ff #reduce tt && ff #check tt && b #reduce ...
027b9ce6ddf23b82e7498bbcdf36b6df5058fa4d
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/data/typevec.lean
75c1f5c3b8de83e3079461c2a1a283f6b6ced6b8
[ "Apache-2.0" ]
permissive
dupuisf/mathlib
62de4ec6544bf3b79086afd27b6529acfaf2c1bb
8582b06b0a5d06c33ee07d0bdf7c646cae22cf36
refs/heads/master
1,669,494,854,016
1,595,692,409,000
1,595,692,409,000
272,046,630
0
0
Apache-2.0
1,592,066,143,000
1,592,066,142,000
null
UTF-8
Lean
false
false
20,418
lean
/- Copyright (c) 2018 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad, Mario Carneiro, Simon Hudon -/ import data.fin2 import logic.function.basic import tactic.basic /-! Tuples of types, and their categorical structure. Features: `typeve...
569795ddd7ee4ddb4fbe6f4f172d643af6b2d1c7
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/hott/types/type_functor.hlean
2e7465e2369471ea8d3eacc317da98d1c01a7942
[ "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
1,925
hlean
/- Copyright (c) 2016 Jakob von Raumer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jakob von Raumer Pointed and unpointed type functor, and adjoint pairs. More or less ported from Evan Cavallo's HoTT-Agda homotopy library. -/ import types.pointed open equiv func...
35496787028788d9368770691ae5315a91758f29
3bdd27ffdff3ffa22d4bb010eba695afcc96bc4a
/src/combinatorics/simplicial_complex/closure.lean
9332cce3b6564153930b7b5deec84d599266d4e4
[]
no_license
mmasdeu/brouwerfixedpoint
684d712c982c6a8b258b4e2c6b2eab923f2f1289
548270f79ecf12d7e20a256806ccb9fcf57b87e2
refs/heads/main
1,690,539,793,996
1,631,801,831,000
1,631,801,831,000
368,139,809
4
3
null
1,624,453,250,000
1,621,246,034,000
Lean
UTF-8
Lean
false
false
3,264
lean
/- Copyright (c) 2021 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.simplicial_complex.pure open_locale classical affine big_operators open set namespace affine variables {m n : ℕ} {E : ...
6fe94357801cd3e8ec6cdfa30ccf2db908687adf
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/continuous_map.lean
1a2a07a7774d24846aa9d6108d9c116c5d03502d
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
2,814
lean
/- Copyright © 2020 Nicolò Cavalleri. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Nicolò Cavalleri. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.topology.subset_properties import Mathlib.topology.tactic import Mathlib.PostPort univer...
f2344ed06e4c7d2eb630bbcce98d69c919500966
4727251e0cd73359b15b664c3170e5d754078599
/src/order/filter/ennreal.lean
2673f8643da8ecbeea881c64d7b2ef72ec35eb2a
[ "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,473
lean
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Rémy Degenne -/ import data.real.ennreal import order.filter.countable_Inter import order.liminf_limsup /-! # Order properties of extended non-negative reals This file compiles filter...
04ed30fd853cd5296de7818cffd4194314399278
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/lambda_cons.lean
31e1eba83a5271305798328e6a8cd98889b239f8
[ "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
35
lean
#eval list.foldr (::) [] [1, 2, 3]
a74da7d70ae161a6d65971aeea72392a19f190fd
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/tactic/interval_cases.lean
f95b67faeedb9ed197174678e97feb8ecea62581
[ "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
10,455
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Scott Morrison Case bashing on variables in finite intervals. In particular, `interval_cases n` 1) inspects hypotheses looking for lower and upper bounds of the form `a ≤ n` and `n < ...
25a285ed389df57d755dc73b9b965376790c0a50
08bd4ba4ca87dba1f09d2c96a26f5d65da81f4b4
/src/Init/Core.lean
25f3454e44d733fb6f1f357678cb4acdb76d063e
[ "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "Apache-2.0", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
gebner/lean4
d51c4922640a52a6f7426536ea669ef18a1d9af5
8cd9ce06843c9d42d6d6dc43d3e81e3b49dfc20f
refs/heads/master
1,685,732,780,391
1,672,962,627,000
1,673,459,398,000
373,307,283
0
0
Apache-2.0
1,691,316,730,000
1,622,669,271,000
Lean
UTF-8
Lean
false
false
65,744
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 notation, basic datatypes and type classes -/ prelude import Init.Prelude import Init.SizeOf set_option linter.missingDocs true -- keep it documented univers...
fc1988eb8ac09e2e29791d58d1829bc6b59a8f58
0c9c1ff8e5013c525bf1d72338b62db639374733
/library/init/data/prod.lean
1f30135267df87fad92c2c9a0d0c0d2ce72d3246
[ "Apache-2.0" ]
permissive
semorrison/lean
1f2bb450c3400098666ff6e43aa29b8e1e3cdc3a
85dcb385d5219f2fca8c73b2ebca270fe81337e0
refs/heads/master
1,638,526,143,586
1,634,825,588,000
1,634,825,588,000
258,650,844
0
0
Apache-2.0
1,587,772,955,000
1,587,772,954,000
null
UTF-8
Lean
false
false
1,134
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 -/ prelude import init.logic universes u v section variables {α : Type u} {β : Type v} @[simp] lemma prod.mk.eta : ∀{p : α × β}, (p.1, p.2) = p...
174975203255dac45af92dcd4035c83c17a8167d
4efff1f47634ff19e2f786deadd394270a59ecd2
/src/field_theory/minimal_polynomial.lean
874b3f42400094971f43188d2144208530fe70f9
[ "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
8,124
lean
/- Copyright (c) 2019 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Johan Commelin -/ import ring_theory.integral_closure import data.polynomial.field_division /-! # Minimal polynomials This file defines the minimal polynomial of an eleme...
8d430f7d6216bdd1ece3b7c33fbe98384d723a6b
9028d228ac200bbefe3a711342514dd4e4458bff
/src/analysis/normed_space/bounded_linear_maps.lean
0f37f1350977d005091c1e71828ab2422080018c
[ "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,549
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl Continuous linear functions -- functions between normed vector spaces which are bounded and linear. -/ import analysis.normed_space.multilinear noncomp...
a53753edeca38c352fb25937e286606fc015d5e9
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/tests/lean/trust0/t1.lean
f99dc4ae771021f736f35694e2991ce70f1a46f9
[ "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
28
lean
import standard print trust
aa2cac113abf31cc1b996cec354e91aafe3b707c
e61a235b8468b03aee0120bf26ec615c045005d2
/stage0/src/Init/Lean/Util/FoldConsts.lean
a9d0c21961cf994c1d9a998f4f7ebdedf11f4c5d
[ "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
2,516
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Control.Option import Init.Lean.Expr import Init.Lean.Environment namespace Lean namespace Expr namespace FoldConstsImpl abbrev cacheS...
8293d9edba89678a252534a5f9cdead075f2101a
f3849be5d845a1cb97680f0bbbe03b85518312f0
/library/tools/mini_crush/nano_crush.lean
84214a9621d26a38f81182aa159b91efc7fdb8fc
[ "Apache-2.0" ]
permissive
bjoeris/lean
0ed95125d762b17bfcb54dad1f9721f953f92eeb
4e496b78d5e73545fa4f9a807155113d8e6b0561
refs/heads/master
1,611,251,218,281
1,495,337,658,000
1,495,337,658,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,878
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura We implement a crush-like strategy using simplifier, SMT gadgets, and robust simplifier. This is just a demo. -/ namespace nano_crush open tactic meta def s...
4423524f40e1ff77c69cd735f4f952f89c15fb33
c777c32c8e484e195053731103c5e52af26a25d1
/src/algebraic_geometry/elliptic_curve/point.lean
59c6aa82ed658be7d4315cf23fb8319e8de2c4e6
[ "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
26,706
lean
/- Copyright (c) 2022 David Kurniadi Angdinata. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Kurniadi Angdinata -/ import algebraic_geometry.elliptic_curve.weierstrass /-! # The group of nonsingular rational points on a Weierstrass curve over a field This fi...
926aa17e88d18141517ec06b6022f30634db027f
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/namedHoles.lean
79269931a76f046ff426fbf621ac7e56a0a04f14
[ "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,437
lean
def f (x : Nat) (y : Bool) := x + if y then 1 else 0 def g (x y : Nat) := x + y #check f ?x ?x -- error the first occurrence (?x : Nat) and the second (?x : Bool) #check g ?x ?x -- ok def h1 (x : Nat) : Nat := by refine g ?hole ?hole; -- it is the same hole case hole => exact x #eval h1 10 theorem ex1 : h1 10 =...
e2de13b3d7fb63e83a1c4818a667e264bcd63c57
f68ef9a599ec5575db7b285d4960e63c5d464ccc
/Exercises/cap17-LucasMoschen.lean
4c45fb5cfbe98d2bbe8a356faeba1832617cc3a0
[]
no_license
lucasmoschen/discrete-mathematics
a38d5970cc571b0b9d202bf6a43efeb8ed6f66e3
0f1945cc5eb094814c926cd6ae4a8b4c5c579a1e
refs/heads/master
1,677,111,757,003
1,611,500,097,000
1,611,500,097,000
205,903,359
1
0
null
null
null
null
UTF-8
Lean
false
false
3,812
lean
-- Lista 8 -- Lucas Machado Moschen open nat --1.a. example : ∀ m n k : nat, m * (n + k) = m * n + m * k := assume m n k, nat.rec_on k (show m*(n + 0) = m*n + m*0, from calc m*(n + 0) = m*n : by rw add_zero ... = m*n + 0 : by rw add_zero ... = m*n + m*0 : by rw mul_zero ) (assu...
5e6a628b4e405ea3d2b80391bff34298d1801f61
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Parser/Module.lean
ff3c58482e7c878f92f8f30c2c3e448906bcb923
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
5,976
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich -/ import Lean.Message import Lean.Parser.Command namespace Lean namespace Parser namespace Module def «prelude» := leading_parser "prelu...
6c8ae64fee6b9374e19a252dcb40c27f20161ab7
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/calculus/fderiv/mul.lean
12ccaad983130e5c3ac319d6f8e07cccb3546bf7
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
26,064
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Sébastien Gouëzel, Yury Kudryashov -/ import analysis.calculus.fderiv.bilinear /-! # Multiplicative operations on derivatives > THIS FILE IS SYNCHRONIZED WITH MATHLIB4....
691ccb2154cd733564a6dab4606d0e843d1fa0f8
9dc8cecdf3c4634764a18254e94d43da07142918
/src/topology/algebra/semigroup.lean
8aa53080d36bcfae2edd9a87ef584b2a4c768d3f
[ "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
4,720
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 topology.separation /-! # Idempotents in topological semigroups This file provides a sufficient condition for a semigroup `M` to contain an idempotent (i.e. an eleme...
eda4a3f17790352d994f9a4368d2257ca7675350
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/nat/succ_pred.lean
676901cd3b4b4481935742eda450110f1df006ee
[ "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,235
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.fin.basic import order.succ_pred.basic /-! # Successors and predecessors of naturals > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file r...
47f48efe33fc4b9629a207e955cf1bc42f0935f2
626e312b5c1cb2d88fca108f5933076012633192
/src/analysis/special_functions/pow.lean
2efcfdd2f9adb5087439b7163261aee2f307eb96
[ "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
79,694
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Abhimanyu Pallavi Sudhir, Jean Lo, Calle Sönne, Sébastien Gouëzel, Rémy Degenne -/ import analysis.special_functions.trigonometric import analysis.calculus.extend_deriv ...
c416a87aa32816b32be7582a65ec23b14bb904cb
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/complex/determinant.lean
931e201d17f4f5f286f3387ba9d5a418e81bf5b9
[ "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
961
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...
d87c28c04a2a198fc767ff3fd818e64417c46930
c31182a012eec69da0a1f6c05f42b0f0717d212d
/src/for_mathlib/Cech/adjunction.lean
60c77ed3cdd836cd505e9793df7d78246378ee94
[]
no_license
Ja1941/lean-liquid
fbec3ffc7fc67df1b5ca95b7ee225685ab9ffbdc
8e80ed0cbdf5145d6814e833a674eaf05a1495c1
refs/heads/master
1,689,437,983,362
1,628,362,719,000
1,628,362,719,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,526
lean
import algebraic_topology.cech_nerve universe u noncomputable theory open_locale simplicial namespace category_theory open category_theory.limits variables {C : Type*} [category C] namespace simplicial_object variables [∀ (n : ℕ) (f : arrow C), has_wide_pullback f.right (λ i : ulift (fin (n+1)), f.left) (λ i,...
3c28683ac20898b830cb99d240264dbae1263a60
c7114155c06e8d4370c3ac2c1919ac456fdbf3e7
/src/solutions/02_iff_if_and.lean
8dc29a3710bfe5380c449090a5e5efcffe368c86
[ "Apache-2.0" ]
permissive
fcasal/tutorials
c2c04a30f756964b7db31159be216ba7a2779272
0644a78265959f576888824e11e78f89d210eaf7
refs/heads/master
1,658,194,417,828
1,590,057,408,000
1,590,057,408,000
265,922,436
0
0
Apache-2.0
1,590,085,590,000
1,590,085,589,000
null
UTF-8
Lean
false
false
15,329
lean
import data.real.basic /- In the previous file, we saw how to rewrite using equalities. The analogue operation with mathematical statements is rewriting using equivalences. This is also done using the `rw` tactic. Lean uses ↔ to denote equivalence instead of ⇔. In the following exercises we will use the lemma: su...
bc1cb4df0bb23b8320ec7946d0686ac15abae7e6
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/analysis/normed_space/finite_dimension.lean
8591f6d6e43deb5c5f77fa8c3234ede35db4ebf7
[]
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
8,216
lean
/- Copyright (c) 2019 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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.analysis.normed_space.operator_norm import Mathlib.analysis.normed_space.add_torsor i...
3342cfab73e75f641d0c072fef8100566589cf9f
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/group_theory/subgroup/basic.lean
b3697aab00753b1f2ab008a37d08977d55dccbea
[ "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
106,570
lean
/- Copyright (c) 2020 Kexing Ying. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kexing Ying -/ import group_theory.submonoid.pointwise import group_theory.submonoid.membership import group_theory.submonoid.center import algebra.group.conj import algebra.module.basic ...
bdd1ecf5be57ab1d88a81faaf02df9c7a37fb8c8
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/measure_theory/measure/haar/basic.lean
8765941a9aa26884b8e5287ec544a36fc700817e
[ "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
38,882
lean
/- Copyright (c) 2020 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn -/ import measure_theory.measure.content import measure_theory.group.prod import group_theory.divisible import topology.algebra.group.compact /-! # Haar measure > ...
7ee271d591f0c59a00a21a051303c9c6ad0f0195
9dc8cecdf3c4634764a18254e94d43da07142918
/src/algebraic_topology/cech_nerve.lean
ba1748f4352412ae4da56b3491b73eccf0fbdf0b
[ "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
12,735
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 algebraic_topology.simplicial_object import category_theory.limits.shapes.wide_pullbacks import category_theory.arrow /-! # The Čech Nerve This file provides a def...
3f3517f06dc8f879a173f165a4a580bbd3f39aec
94637389e03c919023691dcd05bd4411b1034aa5
/src/inClassNotes/predicate_logic/or.lean
2ad8ffc706c23bfff179b8a1cb5bf46d17cdd55b
[]
no_license
kevinsullivan/complogic-s21
7c4eef2105abad899e46502270d9829d913e8afc
99039501b770248c8ceb39890be5dfe129dc1082
refs/heads/master
1,682,985,669,944
1,621,126,241,000
1,621,126,241,000
335,706,272
0
38
null
1,618,325,669,000
1,612,374,118,000
Lean
UTF-8
Lean
false
false
2,012
lean
/- If P and Q are propositions, then so in P ∨ Q. We want to judge P ∨ Q to be true if at least one of them is true. In other words, to judge P ∨ Q to be true, we need either to be able to judge P to be true or Q to be true (and if both are true, that's fine, too). -/ #check or /- inductive or (a b : Prop) : Prop | i...
8dbd5495c9dcde9b9209910c1a33ccaec25c830b
4727251e0cd73359b15b664c3170e5d754078599
/src/linear_algebra/bilinear_form.lean
153cdf854b69e254a48b1ddb44612af9d4866039
[ "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
50,442
lean
/- Copyright (c) 2018 Andreas Swerdlow. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Andreas Swerdlow, Kexing Ying -/ import linear_algebra.dual import linear_algebra.matrix.to_lin import linear_algebra.tensor_product /-! # Bilinear form This file defines a biline...
7c00df6efe3ba2c2052cbfd430eec21ecadbc37d
037dba89703a79cd4a4aec5e959818147f97635d
/src/2019/solutions/sheet3.lean
92cc086b59a487cc9dd710a4a300afd9ff10b764
[]
no_license
ImperialCollegeLondon/M40001_lean
3a6a09298da395ab51bc220a535035d45bbe919b
62a76fa92654c855af2b2fc2bef8e60acd16ccec
refs/heads/master
1,666,750,403,259
1,665,771,117,000
1,665,771,117,000
209,141,835
115
12
null
1,640,270,596,000
1,568,749,174,000
Lean
UTF-8
Lean
false
false
1,041
lean
import data.set.basic open function set theorem question5 (X Y Z : Type) (f : X → Z) (g : Y → Z) (hf : injective f) (hg : injective g) : (∃ h : X → Y, bijective h ∧ f = g ∘ h) ↔ (set.range f = set.range g) := begin split, { rintro ⟨h, h1, h2⟩, ext z, split, rintro ⟨x, hx⟩, use (h x), co...
b50dd912b410387c061d3d32be47cc3b2a0b6d75
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/quote_wo_eval.lean
d5d997ca1f2ccc23be025bc921dc7e7f9705ac9d
[ "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
87
lean
meta def loop : nat → nat | n := loop n meta def tst : expr := `(loop 1) #eval tst
3e07272b7eb21d765a7cc6bac736367fb7a93337
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/measure_theory/function/conditional_expectation/basic.lean
2005c88e1d8c9f490a7a3a8f32f461c3c50b2a46
[ "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
106,115
lean
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Rémy Degenne -/ import analysis.inner_product_space.projection import measure_theory.function.l2_space import measure_theory.decomposition.radon_nikodym import measure_theory.function.u...
87010f2550e2f6fda593901a4c3c0f8c7bcaca3c
d642a6b1261b2cbe691e53561ac777b924751b63
/src/topology/stone_cech.lean
c073d5083db0c5ab06f10c2248f1b1beab8c0a41
[ "Apache-2.0" ]
permissive
cipher1024/mathlib
fee56b9954e969721715e45fea8bcb95f9dc03fe
d077887141000fefa5a264e30fa57520e9f03522
refs/heads/master
1,651,806,490,504
1,573,508,694,000
1,573,508,694,000
107,216,176
0
0
Apache-2.0
1,647,363,136,000
1,508,213,014,000
Lean
UTF-8
Lean
false
false
11,222
lean
/- Copyright (c) 2018 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton Construction of the Stone-Čech compactification using ultrafilters. Parts of the formalization are based on "Ultrafilters and Topology" by Marius Stekelenburg, particularly ...
cd11e8143fd6b17fad47ac6aca83da39062d77d4
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/pkg/frontend/Frontend/Compile.lean
165d4e3b06bd8a4d17c24026b565d45cc73562d0
[ "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,190
lean
import Lean.Elab.Frontend open Lean Elab unsafe def processInput (input : String) (initializers := false) : IO (Environment × List Message) := do let fileName := "<input>" let inputCtx := Parser.mkInputContext input fileName if initializers then enableInitializersExecution let (header, parserState, m...
6cf422541aa470643dc79b5e2c4ffb6c81eb5909
618003631150032a5676f229d13a079ac875ff77
/src/data/opposite.lean
93fe9122d00c0de132f43429ef6ca59646894935
[ "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
3,546
lean
/- Copyright (c) 2018 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Reid Barton, Simon Hudon, Kenny Lau Opposites. -/ import data.list.defs universes v u -- declare the `v` first; see `category_theory.category` for an explanation vari...
3890d061bea3b7571a7a76b1763633fb28a92058
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/number_theory/padics/padic_norm.lean
78f97ae3874f79fcfdb6fff8d2087d1cbcfbf0cd
[ "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
29,247
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import algebra.order.absolute_value import algebra.field_power import ring_theory.int.basic import tactic.basic import tactic.ring_exp import number_theory.divisors...
e112076180b0636dc62f1ed9daa75b046543979d
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/model_theory/basic.lean
5d97d4f852350003305b6bef8654e69d2369c41a
[ "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
29,081
lean
/- Copyright (c) 2021 Aaron Anderson, Jesse Michael Han, Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson, Jesse Michael Han, Floris van Doorn -/ import data.fin.vec_notation import set_theory.cardinal.basic /-! # Basics on First-Order ...
7c6f4816e9d4921f0fa161ecac7b4d896ee808c7
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/algebra/group/conj.lean
4c14449eef074f6326cc31409f2a230678d468dc
[ "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
7,794
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Chris Hughes, Michael Howes -/ import data.fintype.basic import algebra.group.hom import algebra.group.semiconj import data.equiv.mul_add_aut import algebra.group_with...
adb61e78cb018501c1150bece54b74fe3bd707bc
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/number_theory/legendre_symbol/add_character.lean
6e898d7f228b71505bf65ef92643e4e7fe571af7
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
15,175
lean
/- Copyright (c) 2022 Michael Stoll. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Michael Stoll -/ import number_theory.cyclotomic.primitive_roots import field_theory.finite.trace /-! # Additive characters of finite rings and fields Let `R` be a finite commutative ...
7fd508d2e520414ce253cd0c3e875b9d970c2f0f
7b4371534ac437ca8cfb325dd5c6638ff111d31a
/finite.lean
5dfa5fdd1780d1f631e50dae4ff83655239e700a
[]
no_license
Shamrock-Frost/boolean_rings
6d78294568b6b9ad7b9c67b5de5e9545227826da
5da11beeaa37ec186c1deff946f2dbf7594fceb4
refs/heads/master
1,588,394,857,485
1,553,973,949,000
1,553,973,949,000
177,757,941
0
0
null
null
null
null
UTF-8
Lean
false
false
19,079
lean
import .logic_util .nat_util lemma fin.pos_of_elem {n} : fin n → 0 < n := by { intro k, by_cases n = 0, rw [h] at k, exact k.elim0, exact nat.pos_of_ne_zero h, } lemma fin1.all_zero : ∀ x : fin 1, x.val = 0 := begin intros, cases x, simp, apply nat.eq_zero_of_le_zero, apply nat.le_of_succ_le_succ, exact x_...
4a7aa5ea56198c592aa1024998b2b6c3c9c9727a
bd12a817ba941113eb7fdb7ddf0979d9ed9386a0
/src/category_theory/currying.lean
52f69938a1419ac0f84d253de1a6741df67e4371
[ "Apache-2.0" ]
permissive
flypitch/mathlib
563d9c3356c2885eb6cefaa704d8d86b89b74b15
70cd00bc20ad304f2ac0886b2291b44261787607
refs/heads/master
1,590,167,818,658
1,557,762,121,000
1,557,762,121,000
186,450,076
0
0
Apache-2.0
1,557,762,289,000
1,557,762,288,000
null
UTF-8
Lean
false
false
3,445
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison import category_theory.products.bifunctor import category_theory.equivalence import category_theory.eq_to_hom namespace category_theory universes v₁ v₂ v₃ u₁ u₂...
de55843a83c638820098534a551fd84bef933ace
737dc4b96c97368cb66b925eeea3ab633ec3d702
/tests/lean/run/conv1.lean
09bbb553477267f9617036bea3669c9814f7f052
[ "Apache-2.0" ]
permissive
Bioye97/lean4
1ace34638efd9913dc5991443777b01a08983289
bc3900cbb9adda83eed7e6affeaade7cfd07716d
refs/heads/master
1,690,589,820,211
1,631,051,000,000
1,631,067,598,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,035
lean
set_option pp.analyze false def p (x y : Nat) := x = y example (x y : Nat) : p (x + y) (y + x + 0) := by conv => whnf congr . skip . whnf; skip traceState rw [Nat.add_comm] rfl example (x y : Nat) : p (x + y) (y + x + 0) := by conv => whnf rhs whnf traceState rw [Nat.add_com...
ff32c514101411a7edbdd8ce1bd49323d73b9664
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/linear_algebra/contraction.lean
a3ad409280a27f8d5ac56d9dcf3a9e6a3003f0f9
[ "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
1,820
lean
/- Copyright (c) 2020 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash -/ import linear_algebra.dual /-! # Contractions Given modules $M, N$ over a commutative ring $R$, this file defines the natural linear maps: $M^* \otimes M \to R$, $M \otim...
4c79b6e646e1f5fcff50fa90cd06435619e25f06
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/src/Init/System/IO.lean
0b51b7564193f47c85e47132c252f35997e9c5bf
[ "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
25,673
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Luke Nelson, Jared Roesch, Leonardo de Moura, Sebastian Ullrich -/ prelude import Init.Control.EState import Init.Control.Reader import Init.Data.String import Init.Data.ByteArr...
635ba0ea717f35238f8002dc65af15a571047835
82e44445c70db0f03e30d7be725775f122d72f3e
/src/geometry/euclidean/triangle.lean
099b2de64d7efae08335188a2b2321d3f2457f4f
[ "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
19,276
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers, Manuel Candales -/ import geometry.euclidean.basic import tactic.interval_cases /-! # Triangles This file proves basic geometrical results about distances and angles in (...
c129c77a6ee361a84376bcd80b3d513e8abc4a3a
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/eq20.lean
952639ac5475d1336037114be9cbf1c716ed6741
[ "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
872
lean
open nat list section parameter {A : Type} parameter (p : A → Prop) parameter [H : decidable_pred p] include H definition filter : list A → list A | nil := nil | (a :: l) := if p a then a :: filter l else filter l theorem filter_nil : filter nil = nil := rfl theorem filter_cons (a : A) (l :...
382f44b07886149600a756bea17795b1092b2c71
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/bicategory/functor.lean
e2697618d3fecc2380f060a32fa550e0f7bb00d9
[ "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
19,304
lean
/- Copyright (c) 2022 Yuma Mizuno. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yuma Mizuno -/ import category_theory.bicategory.basic /-! # Oplax functors and pseudofunctors An oplax functor `F` between bicategories `B` and `C` consists of * a function between obj...
dfe0ef1e47cf6a94e33f731bb692845d26b7cf70
ae9f8bf05de0928a4374adc7d6b36af3411d3400
/src/formal_ml/vc_pac_bounds.lean
f13d24b2758d558c152a621ee94690e6d507636c
[ "Apache-2.0" ]
permissive
NeoTim/formal-ml
bc42cf6beba9cd2ed56c1cd054ab4eb5402ed445
c9cbad2837104160a9832a29245471468748bb8d
refs/heads/master
1,671,549,160,900
1,601,362,989,000
1,601,362,989,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
40,207
lean
/- Copyright 2020 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
b6497e11f3a1433038a980c7f379a7060be4ecfd
737dc4b96c97368cb66b925eeea3ab633ec3d702
/stage0/src/Lean/PrettyPrinter/Delaborator/Builtins.lean
a25cc1c739c783b774dd200b7cb3d78ad1839e8a
[ "Apache-2.0" ]
permissive
Bioye97/lean4
1ace34638efd9913dc5991443777b01a08983289
bc3900cbb9adda83eed7e6affeaade7cfd07716d
refs/heads/master
1,690,589,820,211
1,631,051,000,000
1,631,067,598,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
30,445
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.PrettyPrinter.Delaborator.Basic import Lean.PrettyPrinter.Delaborator.SubExpr import Lean.PrettyPrinter.Delaborator.TopDownAnalyze import Lean.Pars...
f81a68f0add866d9c3fba6953ee7ec99173fddef
c3f2fcd060adfa2ca29f924839d2d925e8f2c685
/hott/algebra/precategory/nat_trans.hlean
09237859ca53b7f1410b64aea303594b60a4ad8a
[ "Apache-2.0" ]
permissive
respu/lean
6582d19a2f2838a28ecd2b3c6f81c32d07b5341d
8c76419c60b63d0d9f7bc04ebb0b99812d0ec654
refs/heads/master
1,610,882,451,231
1,427,747,084,000
1,427,747,429,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,630
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: algebra.precategory.nat_trans Author: Floris van Doorn, Jakob von Raumer -/ import .functor .iso open eq category functor is_trunc equiv sigma.ops sigma is_equiv function pi funext ...
b2cc7e068bfa28d912054f0e81a83b01faf37319
4727251e0cd73359b15b664c3170e5d754078599
/src/linear_algebra/matrix/adjugate.lean
bb95ae9e35f13736c4bb8dffee2227913b3fe3d7
[ "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
19,002
lean
/- Copyright (c) 2019 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen -/ import algebra.associated import algebra.regular.basic import linear_algebra.matrix.mv_polynomial import linear_algebra.matrix.polynomial import ring_theory.polynomial.basi...
1344f6a32bebfaf8d51ea6f87c31808879a4dfff
367134ba5a65885e863bdc4507601606690974c1
/src/analysis/calculus/mean_value.lean
c1beb77008a72a8eed0414bea82747f41d5a00a2
[ "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
60,476
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel, Yury Kudryashov -/ import analysis.calculus.local_extr import analysis.convex.topology import data.complex.is_R_or_C /-! # The mean value inequality and equaliti...
2c028448936791a98a3d1e4a58c61443e0032c3d
32025d5c2d6e33ad3b6dd8a3c91e1e838066a7f7
/tests/lean/run/elab_cmd.lean
16a3ed8234bb846ab4876fe3dd3d3c411fcb2f7c
[ "Apache-2.0" ]
permissive
walterhu1015/lean4
b2c71b688975177402758924eaa513475ed6ce72
2214d81e84646a905d0b20b032c89caf89c737ad
refs/heads/master
1,671,342,096,906
1,599,695,985,000
1,599,695,985,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
645
lean
import Lean new_frontend open Lean.Elab.Term open Lean.Elab.Command elab "∃" b:term "," P:term : term => do ex ← `(Exists (fun $b => $P)); elabTerm ex none elab "#check2" b:term : command => do cmd ← `(#check $b #check $b); elabCommand cmd #check ∃ x, x > 0 #check ∃ (x : UInt32), x > 0 #check2 10 elab "tr...
c933e624044fc4be92cf7dff169ed542219b0a20
94e33a31faa76775069b071adea97e86e218a8ee
/src/category_theory/limits/shapes/binary_products.lean
663d82320607f92c5d22e7b7dcdb04a03a44c703
[ "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
41,931
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.shapes.terminal import category_theory.discrete_category import category_theory.epi_mono import category_theory.over /-! ...
1c7b7c548e90dfed931e17c2cd80b5cea1c82b95
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/analysis/normed_space/real_inner_product.lean
1db92b0a6d4d5e4f013cec6c5697d1af2aee5dd8
[ "Apache-2.0" ]
permissive
dupuisf/mathlib
62de4ec6544bf3b79086afd27b6529acfaf2c1bb
8582b06b0a5d06c33ee07d0bdf7c646cae22cf36
refs/heads/master
1,669,494,854,016
1,595,692,409,000
1,595,692,409,000
272,046,630
0
0
Apache-2.0
1,592,066,143,000
1,592,066,142,000
null
UTF-8
Lean
false
false
43,467
lean
/- Copyright (c) 2019 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Sébastien Gouëzel -/ import algebra.quadratic_discriminant import linear_algebra.bilinear_form import tactic.apply_fun import tactic.monotonicity import topology.metric_s...
1e8af0fdee58f697452584d78560a8d32eedc073
aac33c518959cd0633fdc254edbbf27b2f581c31
/src/data/complex/exponential.lean
91b51bac585ab1d9e421a07794b13c19adb1f1ea
[ "Apache-2.0" ]
permissive
digama0/mathlib-ITP2019
992c4f9ac02260fca4a14860813c3ecbd5ca1ae6
5cbd0362e04e671ef5db1284870592af6950197c
refs/heads/master
1,588,517,123,478
1,554,081,078,000
1,554,081,078,000
178,686,466
2
1
null
null
null
null
UTF-8
Lean
false
false
46,909
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Abhimanyu Pallavi Sudhir -/ import algebra.archimedean import data.nat.choose data.complex.basic import tactic.linarith local attribute [instance, priority 0] cla...
334a972b981929c3f2291604446ed97f0724ab82
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/tests/lean/elab7.lean
edb6bdee49d9dee6a415285aa0ae094195bf5274
[ "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
163
lean
set_option pp.all true set_option pp.purify_metavars false check λ x : nat, x + 1 check λ x y : nat, x + y check λ x y, x + y + 1 check λ x, (x + 1) :: []
ee2ffa75e387199c0ce6ec753d93d2943877dac0
b82c5bb4c3b618c23ba67764bc3e93f4999a1a39
/src/formal_ml/convex_optimization.lean
1717e77e2b5bbc2b4e8be0a17efe246ddbc80360
[ "Apache-2.0" ]
permissive
nouretienne/formal-ml
83c4261016955bf9bcb55bd32b4f2621b44163e0
40b6da3b6e875f47412d50c7cd97936cb5091a2b
refs/heads/master
1,671,216,448,724
1,600,472,285,000
1,600,472,285,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,765
lean
/- Copyright 2020 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software di...
6f05e2b185ebe71906338323a4853c8b4ae247de
4e3bf8e2b29061457a887ac8889e88fa5aa0e34c
/lean/love11_logical_foundations_of_mathematics_exercise_solution.lean
2948c2f1b0cdeaed5ab4c756137da6793f067101
[]
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
5,788
lean
/- LoVe Exercise 11: Logical Foundations of Mathematics -/ import .love11_logical_foundations_of_mathematics_demo namespace LoVe universe variable u set_option pp.beta true /- Question 1: Subtypes -/ namespace my_vector /- Recall the definition of vectors from the lecture: -/ #check vector /- The following fu...
024eb6b7523ee3b26bb3f8c5b83691f5215e25e5
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/linear_algebra/affine_space/affine_subspace.lean
321ca954d5a125be6219bd7d6cb64fe55d08a23b
[ "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
71,048
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import linear_algebra.affine_space.affine_equiv /-! # Affine spaces > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to ...
6ca65cb60aa8e961211c185905e0ba4ec3298e01
302b541ac2e998a523ae04da7673fd0932ded126
/tests/simple/main.lean
23e8db50d94e60d1af730ea4dc6e5bdd9c458052
[]
no_license
mattweingarten/lambdapure
4aeff69e8e3b8e78ea3c0a2b9b61770ef5a689b1
f920a4ad78e6b1e3651f30bf8445c9105dfa03a8
refs/heads/master
1,680,665,168,790
1,618,420,180,000
1,618,420,180,000
310,816,264
2
1
null
null
null
null
UTF-8
Lean
false
false
99
lean
set_option trace.compiler.ir.init true unsafe def main : List String → IO UInt32 | _ => pure 0
b536fd652925e9fec2f9c1bdff19411ef3bd0512
c777c32c8e484e195053731103c5e52af26a25d1
/src/geometry/euclidean/sphere/basic.lean
a017fe8d65a47cdcb8a3f8f973b61c92c70dbb77
[ "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
15,511
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import analysis.convex.strict_convex_between import geometry.euclidean.basic /-! # Spheres This file defines and proves basic results about spheres and cospherical sets...
e0b4ca4d9e4a01058305de48fcf6e611f2eba331
367134ba5a65885e863bdc4507601606690974c1
/src/algebraic_topology/simplicial_set.lean
c0ae2d99a3f98cf6e3776c6762d62ff0fba5e436
[ "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,436
lean
/- Copyright (c) 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Scott Morrison -/ import algebraic_topology.simplicial_object import category_theory.yoneda /-! A simplicial set is just a simplicial object in `Type`, i.e. a `Type`-v...
6b2737cab5bedfaab888c5c38752a9ca9807683d
947b78d97130d56365ae2ec264df196ce769371a
/src/Lean/Environment.lean
8ebb09d43c40e8e5480114423f5e483a99826b75
[ "Apache-2.0" ]
permissive
shyamalschandra/lean4
27044812be8698f0c79147615b1d5090b9f4b037
6e7a883b21eaf62831e8111b251dc9b18f40e604
refs/heads/master
1,671,417,126,371
1,601,859,995,000
1,601,860,020,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
31,416
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 Std.Data.HashMap import Lean.Data.SMap import Lean.Declaration import Lean.LocalContext import Lean.Util.Path import Lean.Util.FindExpr namespace Le...
f70b830ed28e247cfbda1bfaa082fb9ce29c90c8
36cfb52a5926b96dc8a44d3b71d2f14a21ef8574
/examples.lean
baf72e04eab3fc784fe578e0ab84ed2d5242157a
[]
no_license
minchaowu/relevance_filter
b46e3cc166b8225b19fac61b8f9911eeecdd42d8
3ae59d297ed5a07bd14749112e520b74209f10fd
refs/heads/master
1,631,071,413,821
1,507,745,131,000
1,507,745,131,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
5,992
lean
import _target.deps.mathlib.category.basic import _target.deps.mathlib.algebra.ordered_monoid import _target.deps.mathlib.algebra.big_operators import _target.deps.mathlib.algebra.ring import _target.deps.mathlib.algebra.group_power import _target.deps.mathlib.algebra.group import _target.deps.mathlib.algebra.module im...
aefafbb99303b370e9824a10eb238dcd816ac470
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/order/modular_lattice_auto.lean
9458a65ed7f6fba0693f113a7efb4cc040a352a7
[]
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,556
lean
/- Copyright (c) 2020 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.order.rel_iso import Mathlib.order.lattice_intervals import Mathlib.order.order_dual import...
7cf78cf65778a870611aeaccd353f2abcc88d666
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/grothendieck.lean
c304cd2f89a7f19ed2125a4be5c1b8662d2ca664
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
5,543
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.category.Cat import category_theory.elements /-! # The Grothendieck construction Given a functor `F : C ⥤ Cat`, the objects of `grothendieck ...