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
944574b471b227547d26836d64a1d5ae478525e8
7cef822f3b952965621309e88eadf618da0c8ae9
/src/data/fintype/intervals.lean
ed973a1d44dd3e2b80c992bf414b5c9b9dee7413
[ "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
752
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import data.set.intervals import data.set.finite import data.fintype import tactic /-! # fintype instances for intervals We provide `fintype` instances for `Ico l u...
570b7b2484fea30803153f87f4b5141a669d0d3a
626e312b5c1cb2d88fca108f5933076012633192
/src/algebra/module/pi.lean
0892f90ab920fb9b857a3fe0ce0e55edc04e104f
[ "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
7,863
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon, Patrick Massot -/ import algebra.module.basic import algebra.regular.smul import algebra.ring.pi /-! # Pi instances for module and multiplicative actions This file defines ...
86d146c55eec918f1b5a3585fcd8217833ab2639
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/metric_space/completion_auto.lean
7a5a0316b3960c174883cc5ff59c2f765547d705
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
4,853
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 -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.topology.uniform_space.completion import Mathlib.topology.metric_space.isometry import...
b779e1999a69770cc3bb3c40774074709b743117
40ad357bbd0d327dd1e3e7f7beb868bd4e5b0a9d
/src/temporal_logic/basic.lean
a4d53a7b41aab7353287cd0fbde76913929dc4aa
[]
no_license
unitb/temporal-logic
9966424f015976d5997a9ffa30cbd77cc3a9cb1c
accec04d1b09ca841be065511c9e206b725b16e9
refs/heads/master
1,633,868,382,769
1,541,072,223,000
1,541,072,223,000
114,790,987
5
3
null
null
null
null
UTF-8
Lean
false
false
20,075
lean
import util.predicate import util.classical import util.meta.tactic import tactic.linarith @[user_attribute] meta def strengthening_attr : user_attribute := { name := `strengthening , descr := " Strenghtening lemmas to facilitate the stripping of small details in application. Expected shape `∀ p : pred' α, ⊩ f p ⟶ g ...
d8b92f5b93deaedbf8d9997e1446f7f65f6640de
3b15c7b0b62d8ada1399c112ad88a529e6bfa115
/src/Lean/Elab/Match.lean
b7c1f5c08a6933730a1f1222bd6c087fd7e0da26
[ "Apache-2.0" ]
permissive
stephenbrady/lean4
74bf5cae8a433e9c815708ce96c9e54a5caf2115
b1bd3fc304d0f7bc6810ec78bfa4c51476d263f9
refs/heads/master
1,692,621,473,161
1,634,308,743,000
1,634,310,749,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
45,520
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.Util.CollectFVars import Lean.Meta.Match.MatchPatternAttr import Lean.Meta.Match.Match import Lean.Meta.SortLocalDecls import Lean.Meta.Generali...
ebd384c2ad50e544aed18863cc3dccd71df69b7d
5ee26964f602030578ef0159d46145dd2e357ba5
/src/for_mathlib/uniform_space/group.lean
d52e5fabcd296206fe618c4fb252537f1e5bb2d2
[ "Apache-2.0" ]
permissive
fpvandoorn/lean-perfectoid-spaces
569b4006fdfe491ca8b58dd817bb56138ada761f
06cec51438b168837fc6e9268945735037fd1db6
refs/heads/master
1,590,154,571,918
1,557,685,392,000
1,557,685,392,000
186,363,547
0
0
Apache-2.0
1,557,730,933,000
1,557,730,933,000
null
UTF-8
Lean
false
false
3,557
lean
import topology.algebra.group_completion import for_mathlib.uniform_space.separation noncomputable theory local attribute [instance, priority 0] classical.prop_decidable section uniform_add_group_sep_quot open uniform_space variables {α : Type*} [add_group α] [uniform_space α] [uniform_add_group α] variables {β : T...
7a4bea10d69e5a1917ca93bb5f70e64d15f5d4f3
4727251e0cd73359b15b664c3170e5d754078599
/src/data/real/pi/bounds.lean
82276154949846317dbbd3a0b81adc8b5ba3b408
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
7,777
lean
/- Copyright (c) 2019 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Mario Carneiro -/ import analysis.special_functions.trigonometric.bounds /-! # Pi This file contains lemmas which establish bounds on `real.pi`. Notably, these in...
274451c1e3b23f298f957e3034804c249e7b9a65
9cb9db9d79fad57d80ca53543dc07efb7c4f3838
/src/combinatorial_lemma.lean
215114d46d525d73fb68a752b2807e272e1fc8bb
[]
no_license
mr-infty/lean-liquid
3ff89d1f66244b434654c59bdbd6b77cb7de0109
a8db559073d2101173775ccbd85729d3a4f1ed4d
refs/heads/master
1,678,465,145,334
1,614,565,310,000
1,614,565,310,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
25,509
lean
import algebra.group.basic import normed_group.NormedGroup import set_theory.ordinal import set_theory.cardinal_ordinal import order.lexicographic import Mbar.basic import polyhedral_lattice.basic import normed_group.pseudo_normed_group /-! In this file we state and prove lemmas 9.7 and 9.8 of [Analytic]. -/ open_lo...
71316a0a363c46e3fe753a587f5398142f03e4ac
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/src/Lean/Meta/TransparencyMode.lean
22f602b8d6c01cb3b3425f3090a7578ae58e89c6
[ "Apache-2.0" ]
permissive
banksonian/lean4
3a2e6b0f1eb63aa56ff95b8d07b2f851072d54dc
78da6b3aa2840693eea354a41e89fc5b212a5011
refs/heads/master
1,673,703,624,165
1,605,123,551,000
1,605,123,551,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
948
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 -/ namespace Lean.Meta inductive TransparencyMode | all | default | reducible namespace TransparencyMode instance : Inhabited TransparencyMode := ⟨Transpar...
1aeabbd951e22b3fd2928d283f45ac66a9b47e6e
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/lake/Lake/DSL.lean
ec4003ad61bc4ae6e9e20a345348adbeea6dfc20
[ "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
364
lean
/- Copyright (c) 2021 Mac Malone. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mac Malone -/ import Lake.DSL.DeclUtil import Lake.DSL.Attributes import Lake.DSL.Extensions import Lake.DSL.Config import Lake.DSL.Package import Lake.DSL.Script import Lake.DSL.Require i...
5fc84e247e3ce872d8de041a6e50f7c91f2357a9
27a31d06bcfc7c5d379fd04a08a9f5ed3f5302d4
/stage0/src/Lean/Elab/PreDefinition/Structural/BRecOn.lean
39479ff6be49f53a80ec0bd238ecc3f4bc1187cb
[ "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
joehendrix/lean4
0d1486945f7ca9fe225070374338f4f7e74bab03
1221bdd3c7d5395baa451ce8fdd2c2f8a00cbc8f
refs/heads/master
1,640,573,727,861
1,639,662,710,000
1,639,665,515,000
198,893,504
0
0
Apache-2.0
1,564,084,645,000
1,564,084,644,000
null
UTF-8
Lean
false
false
10,272
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Match.Match import Lean.Elab.PreDefinition.Structural.Basic namespace Lean.Elab.Structural open Meta private def throwToBelowFailed : Met...
e4157f5c1b84cbfdf7bc1e9dcacbbbf67a4e1a4d
9dc8cecdf3c4634764a18254e94d43da07142918
/src/tactic/push_neg.lean
0feea63b832a09756e730e9605b46937027636b5
[ "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
8,013
lean
/- Copyright (c) 2019 Patrick Massot All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Simon Hudon A tactic pushing negations into an expression -/ import logic.basic open tactic expr namespace push_neg section universe u variable {α : Sort u} variab...
721195cd57a5859db6a9d0be20111a85c85ed7d8
cc060cf567f81c404a13ee79bf21f2e720fa6db0
/lean/20180207-pp-implicit-bug.lean
22567383947dee9522a19e667f65e661518d263c
[ "Apache-2.0" ]
permissive
semorrison/proof
cf0a8c6957153bdb206fd5d5a762a75958a82bca
5ee398aa239a379a431190edbb6022b1a0aa2c70
refs/heads/master
1,610,414,502,842
1,518,696,851,000
1,518,696,851,000
78,375,937
2
1
null
null
null
null
UTF-8
Lean
false
false
228
lean
set_option pp.implicit true structure C := ( d : Π { X : Type }, list X → list X ) def P(c : C):= c.d [0] #print P def P : C → list ℕ := λ (c : C), c.d ℕ [0] def P : C → list ℕ := λ (c : C), @C.d c ℕ [0]
30f772f2f3bdcbd3652f1e10ecccc9bd45a1fe5d
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/data/nat/multiplicity.lean
10f07b444c033128094ae21aaba7c434ca4dbcca
[ "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
9,478
lean
/- Copyright (c) 2019 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import data.nat.choose import ring_theory.multiplicity import data.nat.modeq import algebra.gcd_domain /-! # Natural number multiplicity This file contains lemmas abou...
923e9409362f5d05fdab1edb26ba9736130d00fe
05b503addd423dd68145d68b8cde5cd595d74365
/src/algebra/char_p.lean
368d713dde20fb6aaad21a0cbb71e9634946aa7e
[ "Apache-2.0" ]
permissive
aestriplex/mathlib
77513ff2b176d74a3bec114f33b519069788811d
e2fa8b2b1b732d7c25119229e3cdfba8370cb00f
refs/heads/master
1,621,969,960,692
1,586,279,279,000
1,586,279,279,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,747
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Kenny Lau, Joey van Langen, Casper Putz Characteristic of semirings. -/ import data.padics.padic_norm data.nat.choose data.fintype.basic import data.zmod.basic algebra.module universes u ...
1fac5dd852aea76efd40e02a4c9a8316893c780c
02005f45e00c7ecf2c8ca5db60251bd1e9c860b5
/src/data/mv_polynomial/variables.lean
c4cf865645f95a0661b56f288c91c73a1552f7ea
[ "Apache-2.0" ]
permissive
anthony2698/mathlib
03cd69fe5c280b0916f6df2d07c614c8e1efe890
407615e05814e98b24b2ff322b14e8e3eb5e5d67
refs/heads/master
1,678,792,774,873
1,614,371,563,000
1,614,371,563,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
23,200
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Johan Commelin, Mario Carneiro -/ import data.mv_polynomial.monad import data.set.disjointed /-! # Degrees and variables of polynomials This file establishes many re...
d220589c24f571b83397c234ee8fd5e189f582a8
abd85493667895c57a7507870867b28124b3998f
/src/field_theory/finite.lean
4b7f44bb60b8d4810e1d9ae21c1452bbb41f77b9
[ "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
10,066
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Joey van Langen, Casper Putz -/ import data.equiv.ring import data.zmod.basic import linear_algebra.basis import ring_theory.integral_domain /-! # Finite fields This fil...
7902cdb0e92dc108abb9ddf84793b24e20bcb2b8
432d948a4d3d242fdfb44b81c9e1b1baacd58617
/src/data/int/basic.lean
d3636d2015fd700679b71512dd701d155a2b233f
[ "Apache-2.0" ]
permissive
JLimperg/aesop3
306cc6570c556568897ed2e508c8869667252e8a
a4a116f650cc7403428e72bd2e2c4cda300fe03f
refs/heads/master
1,682,884,916,368
1,620,320,033,000
1,620,320,033,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
54,875
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 import algebra.order_functions open nat namespace int instance : inhabited ℤ := ...
ada0d74f6e9927aa8ccce50f36a6a19e8d0f291a
26bff4ed296b8373c92b6b025f5d60cdf02104b9
/tests/lean/run/vec_inv2.lean
be5cacfb8ffeec972680687ddddf3ed180619e7a
[ "Apache-2.0" ]
permissive
guiquanz/lean
b8a878ea24f237b84b0e6f6be2f300e8bf028229
242f8ba0486860e53e257c443e965a82ee342db3
refs/heads/master
1,526,680,092,098
1,427,492,833,000
1,427,493,281,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
751
lean
import data.nat.basic data.empty data.prod open nat eq.ops prod inductive vector (T : Type) : ℕ → Type := | nil {} : vector T 0 | cons : T → ∀{n}, vector T n → vector T (succ n) set_option pp.metavar_args true set_option pp.implicit true set_option pp.notation false namespace vector variables {A B C : Type} va...
42f26b6a61ddff69013e6b32690c79c200cf1158
137c667471a40116a7afd7261f030b30180468c2
/src/group_theory/sylow.lean
f5d9683607801073417c7581914a1e8eb65528f0
[ "Apache-2.0" ]
permissive
bragadeesh153/mathlib
46bf814cfb1eecb34b5d1549b9117dc60f657792
b577bb2cd1f96eb47031878256856020b76f73cd
refs/heads/master
1,687,435,188,334
1,626,384,207,000
1,626,384,207,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
13,274
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import group_theory.group_action import group_theory.quotient_group import group_theory.order_of_element import data.zmod.basic import data.fintype.card import data.list....
2eb1b15767fb31e39f9c40c739d0e87743b7b639
6096e76aa1d83b3f250d2c69eeda5b692d6bd3e2
/src/metric_space_fintype_pi.lean
4801c808413066f2d743cfe1f5b15594a426e38c
[]
no_license
ChrisHughes24/lean-differential-topology
3782f1841e5205f76a122b7e8ceb9c65ace06088
0abdf5a61414459fb0833f39b4d04c3528404454
refs/heads/master
1,584,570,674,323
1,527,526,729,000
1,527,526,729,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,750
lean
import analysis.metric_space variables {α : Type*} {β : Type*} noncomputable theory namespace finset lemma image_const [decidable_eq β] {s : finset α} (h : s ≠ ∅) (b : β) : s.image (λa, b) = singleton b := ext.2 $ assume b', by simp [exists_mem_of_ne_empty h, eq_comm] @[simp] theorem max_singleton' [decidable_linea...
9bdeaa5fd88c6925f4036258d0864b7b8c279775
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/linarith/verification.lean
6b26bb480b1635e15ca0bf23356d2a02e8d0927c
[]
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
894
lean
/- Copyright (c) 2020 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.linarith.elimination import Mathlib.tactic.linarith.parsing import Mathlib.PostPor...
f64972f5bcc28dd79370a0a9779f36de425a5037
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/388.lean
e69ca59c19ae4d4cd5c14156fe09b8d2f0640708
[ "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
524
lean
inductive trans_gen {α} (r : α → α → Prop) (a : α) : α → Prop | single {b} : r a b → trans_gen b | tail {b c} : trans_gen b → r b c → trans_gen c def uncurry {α β γ} (f : α → β → γ) (p : α × β) : γ := f p.fst p.snd def curry {α β γ} (f : α × β → γ) (a : α) (b : β) : γ := f (a, b) def foo {α : Type} {r : α × α → ...
c05908dec04c069bcc4b2f55eb284da52418115b
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/category/BoolRing.lean
9ec49984dc885ea2b90822db62fdcae683f9c896
[ "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,519
lean
/- Copyright (c) 2022 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import algebra.category.Ring.basic import algebra.ring.boolean_ring import order.category.BoolAlg /-! # The category of Boolean rings > THIS FILE IS SYNCHRONIZED WITH M...
9290c490ff721852fe11b2f185eaf092f8017393
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/measure_theory/indicator_function.lean
ff2904472f9cc72988bb05649d0451e70f12589e
[ "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
5,663
lean
/- Copyright (c) 2020 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou -/ import data.indicator_function import measure_theory.measure_space import analysis.normed_space.basic /-! # Indicator function Properties of indicator functions. ##...
7badc0710f1c242bc305b88f4716850783794dae
46125763b4dbf50619e8846a1371029346f4c3db
/src/ring_theory/unique_factorization_domain.lean
7f267a53c721660cbf8cf4a80a27a7036753ac89
[ "Apache-2.0" ]
permissive
thjread/mathlib
a9d97612cedc2c3101060737233df15abcdb9eb1
7cffe2520a5518bba19227a107078d83fa725ddc
refs/heads/master
1,615,637,696,376
1,583,953,063,000
1,583,953,063,000
246,680,271
0
0
Apache-2.0
1,583,960,875,000
1,583,960,875,000
null
UTF-8
Lean
false
false
19,713
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Jens Wagemaker Theory of unique factorization domains. @TODO: setup the complete lattice structure on `factor_set`. -/ import algebra.gcd_domain variables {α : Type*...
64a47ff2440ed42d7c2a7f69abe2e71db251db39
82e44445c70db0f03e30d7be725775f122d72f3e
/src/category_theory/preadditive/projective.lean
4745c47d719a1302c853bccc230a98c9ae3458aa
[ "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
6,439
lean
/- Copyright (c) 2020 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel, Scott Morrison -/ import algebra.homology.exact import category_theory.types /-! # Projective objects and categories with enough projectives An object `P` is called pro...
2308540f1c9e383b3ce51176d1cf9b5607951b91
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/tactic/lift.lean
6fa9bdf5ad5e2a58cf9657add0c7ea9d845518c4
[ "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
9,522
lean
/- Copyright (c) 2019 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn -/ import tactic.rcases /-! # lift tactic This file defines the `lift` tactic, allowing the user to lift elements from one type to another under a specified condi...
d8b2e4cf6b9e5bc9ba70d424bfe32d24ddaa7b03
8b9f17008684d796c8022dab552e42f0cb6fb347
/library/data/list/basic.lean
c8a526c38fc97a00870f94cffbd2d41bb4832fff
[ "Apache-2.0" ]
permissive
chubbymaggie/lean
0d06ae25f9dd396306fb02190e89422ea94afd7b
d2c7b5c31928c98f545b16420d37842c43b4ae9a
refs/heads/master
1,611,313,622,901
1,430,266,839,000
1,430,267,083,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
18,911
lean
/- Copyright (c) 2014 Parikshit Khanna. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: data.list.basic Authors: Parikshit Khanna, Jeremy Avigad, Leonardo de Moura Basic properties of lists. -/ import logic tools.helper_tactics data.nat.basic algebra.function open eq.o...
f21abd6010209538c6bef618f28c50f79f32e47c
500f65bb93c499cd35c3254d894d762208cae042
/src/meta/expr.lean
10f84b2802649425b1b391509cf18a36aeba1632
[ "Apache-2.0" ]
permissive
PatrickMassot/mathlib
c39dc0ff18bbde42f1c93a1642f6e429adad538c
45df75b3c9da159fe3192fa7f769dfbec0bd6bda
refs/heads/master
1,623,168,646,390
1,566,940,765,000
1,566,940,765,000
115,220,590
0
1
null
1,514,061,524,000
1,514,061,524,000
null
UTF-8
Lean
false
false
11,813
lean
/- Copyright (c) 2019 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Simon Hudon, Scott Morrison, Keeley Hoek, Robert Y. Lewis -/ /-! # Additional operations on expr and related types This file defines basic operations on the types e...
1adffaa52b1d3b5efb81130fd15cc1ec775e6da0
59aed81a2ce7741e690907fc374be338f4f88b6f
/src/math-688/lectures/lec-26.lean
44eaecf0e1017d37bddda85937334dc4d07e5a56
[]
no_license
agusakov/math-688-lean
c84d5e1423eb208a0281135f0214b91b30d0ef48
67dc27ebff55a74c6b5a1c469ba04e7981d2e550
refs/heads/main
1,679,699,340,788
1,616,602,782,000
1,616,602,782,000
332,894,454
0
0
null
null
null
null
UTF-8
Lean
false
false
66
lean
/- 30 Oct 2019 -/ -- MWT -- weighted cover -- cost -- transversal
6165f4d6e460a61cb5843ab4b5bf22d22cf6829f
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/data/nat/digits.lean
f93cb193dddc8c0b37280303e80c8ffd65fe68b6
[ "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
20,659
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Shing Tak Lam, Mario Carneiro -/ import data.int.modeq import tactic.interval_cases import tactic.linarith /-! # Digits of a natural number This provides a basic API ...
6026d51410c6251088cba25dbd324fe921f8f27d
32025d5c2d6e33ad3b6dd8a3c91e1e838066a7f7
/src/Lean/Elab/PreDefinition/Main.lean
dc4d9c7b1ab3cf2041c919ba45d1fc0ffd2a7ace
[ "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
2,812
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.Elab.PreDefinition.Basic import Lean.Elab.PreDefinition.Structural import Lean.Elab.PreDefinition.WF namespace Lean namespace Elab open Meta op...
957ba1963d6683e2f10d5146e0237cdb8b810920
94e33a31faa76775069b071adea97e86e218a8ee
/src/analysis/asymptotics/asymptotics.lean
b360c534cec973999a88fff82cdf712d426f0cb2
[ "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
69,572
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Yury Kudryashov -/ import analysis.normed_space.basic import topology.algebra.order.liminf_limsup import topology.local_homeomorph /-! # Asymptotics We introduce these ...
6436991279728566a2deddb08714cbadb0b5bda0
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/special_functions/trigonometric/inverse_deriv.lean
897138e6344f93221f9c7bd82adb86b4134cbcc1
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
7,779
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, Benjamin Davidson -/ import analysis.special_functions.trigonometric.inverse import analysis.special_functions.trigonometric...
125537cea3cd286436c65199d5f9e13a9b078b56
7cef822f3b952965621309e88eadf618da0c8ae9
/src/topology/uniform_space/completion.lean
c6ce4d504d597b9420bfabc6e87c2a04b2944f05
[ "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
23,425
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl Hausdorff completions of uniform spaces. The goal is to construct a left-adjoint to the inclusion of complete Hausdorff uniform spaces into all uniform...
07e07423c731d26dee6723436ae440e028b0baeb
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/quaternion.lean
964e93ea8a988e7cd881b784bbdb8c610781d337
[]
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
31,843
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.ring_exp import Mathlib.algebra.algebra.basic import Mathlib.algebra.opposites imp...
7887ded90efdf902b06766b3a696f2c718091b77
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/adjunction/default.lean
2332ab897fe05ead7fd9a0e799b0f613fdd996c7
[]
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
258
lean
import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.adjunction.limits import Mathlib.category_theory.adjunction.opposites import Mathlib.category_theory.adjunction.reflective import Mathlib.PostPort namespace Mathlib
92029b320fa98b3ef8cc67fe3d213e8122920a76
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/rbtree/default.lean
5f4c624f847986368cc4a3a30185c61045668f0f
[]
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
256
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 -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.data.rbtree.basic namespace Mathlib
df7bc740dc3f8600a4d529c51b6cd8bccd248192
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/2077.lean
cbee5c37ef538195e3ee1086b253403c07987ede
[ "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
576
lean
import Lean noncomputable section @[simp] def foo : Nat := 1 @[simp] noncomputable def bar : Nat := Classical.choice ⟨0⟩ @[simp] def baz : Nat := Classical.choice ⟨0⟩ -- `@[simp]` attribute doesn't get executed open Lean Meta Elab Command #eval liftCoreM <| do let x1 := simpExtension.getState (← getEnv) |>.toUnfol...
51fc2441f56bdc5fd9301ee0fb64b4e70fc8714e
63abd62053d479eae5abf4951554e1064a4c45b4
/src/ring_theory/polynomial/scale_roots.lean
b916e8f00477f4517a31b09654a6b8a741cd7e68
[ "Apache-2.0" ]
permissive
Lix0120/mathlib
0020745240315ed0e517cbf32e738d8f9811dd80
e14c37827456fc6707f31b4d1d16f1f3a3205e91
refs/heads/master
1,673,102,855,024
1,604,151,044,000
1,604,151,044,000
308,930,245
0
0
Apache-2.0
1,604,164,710,000
1,604,163,547,000
null
UTF-8
Lean
false
false
5,101
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Devon Tuma -/ import ring_theory.polynomial.basic import ring_theory.non_zero_divisors section scale_roots variables {A K R S : Type*} [integral_domain A] [field K] [comm_...
b055298af3d176e96c482d11d7a267c60c138a70
94e33a31faa76775069b071adea97e86e218a8ee
/src/category_theory/natural_isomorphism.lean
db6947c5a6bcb0de4b1760f39728bcc618a13520
[ "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
7,822
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, Floris van Doorn -/ import category_theory.functor.category import category_theory.isomorphism /-! # Natural isomorphisms For the most pa...
35e3e461953bedc7fa82b44adcd0987c7428a798
52b9f0379b3b0200088f3b2ec594d4dd3d3e6128
/factor_matrix.lean
26aacb776de068afd92e455e43861ed51fad47d2
[]
no_license
minchaowu/mathematica_examples
f83fdf092a136f157dde8119b8a75c2cd4d91aae
fcc65b0b9fcb854f8671c0ebbca77bb3c1a9ecc1
refs/heads/master
1,610,729,580,720
1,498,331,049,000
1,498,331,049,000
99,731,631
0
0
null
1,502,222,706,000
1,502,222,706,000
null
UTF-8
Lean
false
false
2,366
lean
/- Copyright (c) 2017 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Robert Y. Lewis -/ import init.meta.mathematica .bquant .datatypes open expr tactic @[reducible] def {u} ith {α : Type u} [inhabited α] (l : list α) (i : ℕ) : α := match l^.nth i wi...
475db8106330bc2da83a63fcc6518b406a475b2f
e0b0b1648286e442507eb62344760d5cd8d13f2d
/stage0/src/Lean/Parser/Basic.lean
7f65798c7e12092907b29ff77bc3733b12c291f7
[ "Apache-2.0" ]
permissive
MULXCODE/lean4
743ed389e05e26e09c6a11d24607ad5a697db39b
4675817a9e89824eca37192364cd47a4027c6437
refs/heads/master
1,682,231,879,857
1,620,423,501,000
1,620,423,501,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
76,120
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 -/ /-! # Basic Lean parser infrastructure The Lean parser was developed with the following primary goals in mind: * flexibility: Lean's g...
9984b576819866c40c884a56fd2162901a1d1a48
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/algebra/lie/base_change.lean
2f4ae5df7b53d02ab1d6b8aa00f5328582a25c91
[ "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
5,871
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.algebra.restrict_scalars import algebra.lie.tensor_product /-! # Extension and restriction of scalars for Lie algebras Lie algebras have a well-behaved the...
4ad3ab301cbec43031df02cc5ab3980864d548b9
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/tactic/interval_cases.lean
53585b0acaecea79093b8575a5db9092c97305da
[ "Apache-2.0" ]
permissive
lacker/mathlib
f2439c743c4f8eb413ec589430c82d0f73b2d539
ddf7563ac69d42cfa4a1bfe41db1fed521bd795f
refs/heads/master
1,671,948,326,773
1,601,479,268,000
1,601,479,268,000
298,686,743
0
0
Apache-2.0
1,601,070,794,000
1,601,070,794,000
null
UTF-8
Lean
false
false
10,943
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 < ...
267b19231992396ff2b58c43bdd2495c3fe5f668
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/list/func.lean
4cbef33c6264e4e27ab0a74b244e6ffa455f7d8c
[ "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,127
lean
/- Copyright (c) 2019 Seul Baek. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Seul Baek -/ import data.nat.basic /-! # Lists as Functions Definitions for using lists as finite representations of finitely-supported functions with domain ℕ. These include pointwise o...
3f0786c3631ecc26a981708cc24d158dc89acc62
aa101d73b1a3173c7ec56de02b96baa8ca64c42e
/src/exercises/03_forall_or.lean
1c8d4cad45393b856febab84e3e6efb259efa6e3
[ "Apache-2.0" ]
permissive
gihanmarasingha/tutorials
b554d4d53866c493c4341dc13e914b01444e95a6
56617114ef0f9f7b808476faffd11e22e4380918
refs/heads/master
1,671,141,758,153
1,599,173,318,000
1,599,173,318,000
282,405,870
0
0
Apache-2.0
1,595,666,751,000
1,595,666,750,000
null
UTF-8
Lean
false
false
7,800
lean
import data.real.basic import algebra.pi_instances set_option pp.beta true /- In this file, we'll learn about the ∀ quantifier, and the disjunction operator ∨ (logical OR). Let P be a predicate on a type X. This means for every mathematical object x with type X, we get a mathematical statement P x. In Lean, P x ha...
128dfc030817b16393db9b471f3127d7eb7e99b9
6f510b1ed724f95a55b7d26a8dcd13e1264123dd
/src/nat/extra.lean
bcf86b8ed053870c5af93e9f9acc942b0e05bc13
[]
no_license
jcommelin/oberharmersbach2019
adaf2e54ba4eff7c178c933978055ff4d6b0593b
d2cdf780a10baa8502a9b0cae01c7efa318649a6
refs/heads/master
1,587,558,516,731
1,550,558,213,000
1,550,558,213,000
170,372,753
0
0
null
null
null
null
UTF-8
Lean
false
false
534
lean
import tactic.interactive namespace nat lemma dvd_add_iff_right_of_left (k m n : ℕ) (h : k ∣ m) : k ∣ n ↔ k ∣ m + n := nat.dvd_add_iff_right h lemma dvd_right_of_dvd_add_of_dvd_left (k m n : ℕ) (h : k ∣ m) : k ∣ m + n → k ∣ n := (dvd_add_iff_right_of_left _ _ _ h).mpr end nat namespace tactic namespace interac...
b538690d7626ee9744304ab3264af082ac5c385b
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/category_theory/limits/creates.lean
accb1c29cd63ea0565bb0e5e146dbb9c6d4c29f3
[ "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
22,213
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import category_theory.limits.preserves.basic open category_theory category_theory.limits noncomputable theory namespace category_theory universes v u₁ u₂ u₃ variabl...
c385aa36b34fafd4e9e32479cbc6512b34903230
130c49f47783503e462c16b2eff31933442be6ff
/src/Lean/Elab/MutualDef.lean
1b9c8417afec00781e7576df3450c66930fd9040
[ "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
29,280
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.Parser.Term import Lean.Meta.Closure import Lean.Meta.Check import Lean.Elab.Command import Lean.Elab.DefView import Lean.Elab.PreDefinition imp...
7fa4ad32550dd10ee7d994ebb8a8e6cb9bd868b6
a45212b1526d532e6e83c44ddca6a05795113ddc
/src/category/bitraversable/instances.lean
d41415e73f3011192e9e05b733f557bffcf7e8b6
[ "Apache-2.0" ]
permissive
fpvandoorn/mathlib
b21ab4068db079cbb8590b58fda9cc4bc1f35df4
b3433a51ea8bc07c4159c1073838fc0ee9b8f227
refs/heads/master
1,624,791,089,608
1,556,715,231,000
1,556,715,231,000
165,722,980
5
0
Apache-2.0
1,552,657,455,000
1,547,494,646,000
Lean
UTF-8
Lean
false
false
3,995
lean
import category.bitraversable.basic category.bitraversable.lemmas category.traversable.lemmas tactic.interactive universes u v w variables {t : Type u → Type u → Type u} [bitraversable t] section variables {F : Type u → Type u} [applicative F] def prod.bitraverse {α α' β β'} (f : α → F α') (f'...
df5fd850629070401932946aff8c4f7e9436f6b6
75c54c8946bb4203e0aaf196f918424a17b0de99
/src/forcing_CH.lean
54e805973c5f4e1d3f1ea584e004b04ffd8dba87
[ "Apache-2.0" ]
permissive
urkud/flypitch
261e2a45f1038130178575406df8aea78255ba77
2250f5eda14b6ef9fc3e4e1f4a9ac4005634de5c
refs/heads/master
1,653,266,469,246
1,577,819,679,000
1,577,819,679,000
259,862,235
1
0
Apache-2.0
1,588,147,244,000
1,588,147,244,000
null
UTF-8
Lean
false
false
31,443
lean
import .collapse .aleph_one /- Forcing the continuum hypothesis. -/ universe u open lattice bSet topological_space pSet cardinal local infix ` ⟹ `:65 := lattice.imp local infix ` ⇔ `:50 := lattice.biimp local infix `≺`:75 := (λ x y, -(bSet.larger_than x y)) local infix `≼`:75 := (λ x y, bSet.injects_into x y) ...
3e9afde9b4ee17f8927b1881bd1bb875f2f3e5b1
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/topology/metric_space/hausdorff_distance.lean
34a23f43cfa33930cdf8183004d360d1921d5ff7
[ "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
32,407
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 -/ import topology.metric_space.isometry topology.instances.ennreal topology.metric_space.lipschitz /-! # Hausdorff distance The Hausdorff distance on sub...
5eeb1a242a126cc1a6a3219a68371703ff84b568
da23b545e1653cafd4ab88b3a42b9115a0b1355f
/src/tidy/if_then_else.lean
6167035c7c38b53d2eb0f311f29a93145129999b
[]
no_license
minchaowu/lean-tidy
137f5058896e0e81dae84bf8d02b74101d21677a
2d4c52d66cf07c59f8746e405ba861b4fa0e3835
refs/heads/master
1,585,283,406,120
1,535,094,033,000
1,535,094,033,000
145,945,792
0
0
null
null
null
null
UTF-8
Lean
false
false
616
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison open tactic def if_then_else { α β : Type } { m : Type → Type } [monad m] [has_orelse m] ( i : m α ) ( t e : m β ) : m β := do r ← (i >> pure tt) <|> pure ff, ...
d8b72067d65888298ed0c3dc4361c1a019e85759
076f5040b63237c6dd928c6401329ed5adcb0e44
/instructor-notes/2019.10.props_and_proofs.lean
770b83ea2caafb2ff88c96a6b0a37090e04f2b9b
[]
no_license
kevinsullivan/uva-cs-dm-f19
0f123689cf6cb078f263950b18382a7086bf30be
09a950752884bd7ade4be33e9e89a2c4b1927167
refs/heads/master
1,594,771,841,541
1,575,853,850,000
1,575,853,850,000
205,433,890
4
9
null
1,571,592,121,000
1,567,188,539,000
Lean
UTF-8
Lean
false
false
11,495
lean
/- Key differences: Predicate vs propositional logic. (1) In propositional logic, variables range over Boolean truth values. A variable is either Boolean true or Boolean false. In predicate logic, variables can range over values of many types. A variable can represent a Boolean truth value, but also a natural number, ...
c39e8eb34635342143f92242149047087712a333
7850aae797be6c31052ce4633d86f5991178d3df
/src/Lean/Elab/Util.lean
c1c6cd52ee4dfff7ed38ae28a330442cea039ca8
[ "Apache-2.0" ]
permissive
miriamgoetze/lean4
4dc24d4dbd360cc969713647c2958c6691947d16
062cc5d5672250be456a168e9c7b9299a9c69bdb
refs/heads/master
1,685,865,971,011
1,624,107,703,000
1,624,107,703,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,861
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Util.Trace import Lean.Parser.Syntax import Lean.Parser.Extension import Lean.KeyedDeclsAttribute import Lean.Elab.Exception namespace Lean de...
3bca52c4215e806b3471c2214ceadb1e463c8c22
562dafcca9e8bf63ce6217723b51f32e89cdcc80
/src/super/inhabited.lean
d9ff75d6161ce35c5f51172b1a781533ad47b743
[]
no_license
digama0/super
660801ef3edab2c046d6a01ba9bbce53e41523e8
976957fe46128e6ef057bc771f532c27cce5a910
refs/heads/master
1,606,987,814,510
1,498,621,778,000
1,498,621,778,000
95,626,306
0
0
null
1,498,621,692,000
1,498,621,692,000
null
UTF-8
Lean
false
false
2,498
lean
/- Copyright (c) 2017 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause_ops .prover_state open expr tactic monad namespace super meta def try_assumption_lookup_left (c : clause) : tactic (list clause) := on_first_left c $ λ...
d117c31f8ae75291e5b58cbcd79f7b0d0b22d413
cf39355caa609c0f33405126beee2739aa3cb77e
/library/init/data/bool/lemmas.lean
9847373a09e13609bacab38500c7d4487af61625
[ "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,784
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 -/ prelude import init.data.bool.basic init.meta attribute [simp] cond bor band bnot bxor @[simp] lemma {u} cond_a_a {α : Type u} (b : bool) (a : α) : cond b...
16c4720b309b85b332a6df162f961a0816252ab7
08bd4ba4ca87dba1f09d2c96a26f5d65da81f4b4
/src/Lean/Util/Trace.lean
318042a5536fad33a1c88b9aed94940851273e57
[ "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
9,397
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich, Leonardo de Moura -/ import Lean.Exception /-! # Trace messages Trace messages explain to the user what problem Lean solved and what steps it took. Think of...
8c24631ffb1f3a61b7428e65a03b483414da4b17
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/data/typevec.lean
8236b115dee8b2df000185cfc5f69b0210dcc929
[ "Apache-2.0" ]
permissive
AntoineChambert-Loir/mathlib
64aabb896129885f12296a799818061bc90da1ff
07be904260ab6e36a5769680b6012f03a4727134
refs/heads/master
1,693,187,631,771
1,636,719,886,000
1,636,719,886,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
24,496
lean
/- Copyright (c) 2018 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Mario Carneiro, Simon Hudon -/ import data.fin.fin2 import logic.function.basic import tactic.basic /-! # Tuples of types, and their categorical structure. ## Features...
0dd64a9df4645024fd917d446664e5d003e3d2b0
ad0c7d243dc1bd563419e2767ed42fb323d7beea
/linear_algebra/subtype_module.lean
2d0313c22ed17b343d2366cff924e1c745ffdda5
[ "Apache-2.0" ]
permissive
sebzim4500/mathlib
e0b5a63b1655f910dee30badf09bd7e191d3cf30
6997cafbd3a7325af5cb318561768c316ceb7757
refs/heads/master
1,585,549,958,618
1,538,221,723,000
1,538,221,723,000
150,869,076
0
0
Apache-2.0
1,538,229,323,000
1,538,229,323,000
null
UTF-8
Lean
false
false
2,417
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, Kenny Lau Subtype construction of sub modules. -/ import linear_algebra.basic universes u v w variables {α : Type u} {β : Type v} {γ : Type w} variables [ring α] [mod...
50e46db34c5361e0adbe42be57501a21bdbabc4b
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/univ_cnstr1.lean
026d37289358433f09e6005bc08d0d74a127c232
[ "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
396
lean
constant {u₁ u₂ v} M : (Type (max u₁ u₂) → Type v) → Type attribute [class] M constant {u} L : Type u → Type u constant {u₁ u₂} I : M.{u₁ u₂ (max u₁ u₂)} L.{max u₁ u₂} attribute [instance] I constant {u₁ u₂ v} R : ∀ {m : Type (max u₁ u₂) → Type v} [M m] {A : Type u₁} (a : A), m (ulift.{u₂} A) noncomputable example...
abae984e98714440e4c17e2a7664359cab413524
c777c32c8e484e195053731103c5e52af26a25d1
/src/linear_algebra/unitary_group.lean
9a72696fc368477b77521ec61d258e259dd3b70b
[ "Apache-2.0" ]
permissive
kbuzzard/mathlib
2ff9e85dfe2a46f4b291927f983afec17e946eb8
58537299e922f9c77df76cb613910914a479c1f7
refs/heads/master
1,685,313,702,744
1,683,974,212,000
1,683,974,212,000
128,185,277
1
0
null
1,522,920,600,000
1,522,920,600,000
null
UTF-8
Lean
false
false
6,090
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 linear_algebra.general_linear_group import linear_algebra.matrix.to_lin import linear_algebra.matrix.nonsingular_inverse import algebra.star.unitary /-! # The U...
0e30ff56fab1a0cf5fbd226bd26e429a05958ba6
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/category/Profinite_auto.lean
efd072e54510118cbbd6070b35704fe97b953ff9
[]
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,128
lean
/- Copyright (c) 2020 Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Buzzard -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.topology.category.CompHaus import Mathlib.PostPort universes u_1 l namespace Mathlib /-! ...
651c73ba7c24cb1198f52df56bd28f88af25221d
e61a235b8468b03aee0120bf26ec615c045005d2
/stage0/src/Init/Lean/Meta/InferType.lean
f166cb0b199de06da22f347d789ce189e0e51022
[ "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
14,184
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.Lean.Data.LBool import Init.Lean.Meta.Basic namespace Lean namespace Meta private def inferAppType (f : Expr) (args : Array Expr) : Me...
2ca1f7bda1752b498ecfef41a7992b42cc4c36a6
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/order/max.lean
54860a98e8e620d3c93382fd041c7fb109103f0b
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
12,675
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Yury Kudryashov, Yaël Dillies -/ import order.synonym /-! # Minimal/maximal and bottom/top elements > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > https://github.com/lean...
2f97ba93bcd5d6782326831ed21a390f2162645d
0003047346476c031128723dfd16fe273c6bc605
/src/algebra/archimedean.lean
cfe7da71ce4a1d046886fb82626f99046cf31aa3
[ "Apache-2.0" ]
permissive
ChandanKSingh/mathlib
d2bf4724ccc670bf24915c12c475748281d3fb73
d60d1616958787ccb9842dc943534f90ea0bab64
refs/heads/master
1,588,238,823,679
1,552,867,469,000
1,552,867,469,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
14,305
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro Archimedean groups and fields. -/ import algebra.group_power data.rat tactic.linarith tactic.abel local infix ` • ` := add_monoid.smul variables {α : Type*} class fl...
bf9daa107721931d07c2c61c35608ecff5496bc9
02005f45e00c7ecf2c8ca5db60251bd1e9c860b5
/src/data/polynomial/basic.lean
e25ad643c47bd1057675af7f9af61a311111ff0d
[ "Apache-2.0" ]
permissive
anthony2698/mathlib
03cd69fe5c280b0916f6df2d07c614c8e1efe890
407615e05814e98b24b2ff322b14e8e3eb5e5d67
refs/heads/master
1,678,792,774,873
1,614,371,563,000
1,614,371,563,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,230
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Johannes Hölzl, Scott Morrison, Jens Wagemaker -/ import tactic.ring_exp import tactic.chain import algebra.monoid_algebra import data.finset.sort /-! # Theory of univaria...
9f0244051dd62e8710527f4bf640e3ef42cfd58d
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/set/pairwise/basic.lean
25b2a2fac226ea5f8a783f80bc0cc96bf31db654
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
15,667
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 -/ import data.set.function import logic.relation import logic.pairwise /-! # Relations holding pairwise > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to th...
9d55b6235cf9439bc437ad7acc237c59fc6d68d1
54c9ed381c63410c9b6af3b0a1722c41152f037f
/Lib4/Examples/Asymptotics.lean
11d138a889a276db95d8896717689a65a4eb0d7c
[ "Apache-2.0" ]
permissive
dselsam/binport
0233f1aa961a77c4fc96f0dccc780d958c5efc6c
aef374df0e169e2c3f1dc911de240c076315805c
refs/heads/master
1,687,453,448,108
1,627,483,296,000
1,627,483,296,000
333,825,622
0
0
null
null
null
null
UTF-8
Lean
false
false
2,794
lean
import Mathlib.analysis.normed_space.basic import Mathlib.topology.local_homeomorph namespace Mathlib open filter open set namespace asymptotics macro "∀ᶠ " xs:Lean.explicitBinders " in " l:term "," b:term : term => do `($(← Lean.expandExplicitBinders `filter.eventually xs b) $l) macro "∥ " x:term " ∥" : term =>...
960996b499674dcf7737a311cf01653d6e71d9a8
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/data/list/nodup.lean
0a00cc2e111bee59c2d3baa35c4870ade9fcc39e
[ "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
14,570
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Kenny Lau -/ import data.list.pairwise import data.list.forall2 /-! # Lists with no duplicates `list.nodup` is defined in `data/list/defs`. In this file we prove vari...
5d79130effdb6a14bb6b1ffc0cf2b991cd8227f0
f10d66a159ce037d07005bd6021cee6bbd6d5ff0
/unused_lemmas.lean
08fbb88e670cb321dabdda92cb94115c379e146f
[]
no_license
johoelzl/mason-stother
0c78bca183eb729d7f0f93e87ce073bc8cd8808d
573ecfaada288176462c03c87b80ad05bdab4644
refs/heads/master
1,631,751,973,492
1,528,923,934,000
1,528,923,934,000
109,133,224
0
1
null
null
null
null
UTF-8
Lean
false
false
4,208
lean
#exit -- so every polynomial has a GCD? Shouldn't there be some restriction on α --axiom gcd_ax : ∀ a b : polynomial α,( ∃( d : polynomial α ), (is_gcd a b d)) --@[instance] constant polynomial.has_gcd : has_gcd (polynomial α) --def monic (p : polynomial α) : Prop := leading_coeff p = 1 --Assume has_gcd on polyno...
c6cd6cf16b1c7d96d63d9dce1211a6600d504f1d
e2c1ee9c02c59b832eb48536755242ce5f9b2c3e
/src/t5.lean
d7d98e768cf36cfd365bcb197fd362f2d8b0d721
[]
no_license
yairgueta/Lean
cb5bb16d81674e8a07f85c9dbeb56dc2f543d4eb
af8a4fa24f76edfdd0dd33f013db194e611e6a86
refs/heads/master
1,676,275,529,938
1,610,289,661,000
1,610,289,661,000
328,405,309
0
0
null
null
null
null
UTF-8
Lean
false
false
2,997
lean
/- Yair Gueta : 208624908 : t4 Exercise 4 -/ import data.int.basic variable U : Type variables R : U → U → Prop -- Question 9: example : (∃ x, ∀ y, R x y) → ∀ y, ∃ x, R x y := begin intro, cases a with x, intro, existsi x, exact a_h y end -- Question 10: theorem foo {A : Type} {a b c : A} : a = b → c =...
61fdc53188a2c37b8ee7349abed5baaabacbc859
618003631150032a5676f229d13a079ac875ff77
/src/tactic/lint/simp.lean
9a2918da77172be3b27dc49b2de8885e96b77d82
[ "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
8,539
lean
/- Copyright (c) 2020 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import tactic.lint.basic /-! # Linter for simplification lemmas This files defines several linters that prevent common mistakes when declaring simp lemmas: * `simp_...
9e95618b412f3d151d0d29f5681b8f52604c28a2
367134ba5a65885e863bdc4507601606690974c1
/src/control/monad/cont.lean
f1d35ccc3504772112189b2db12e0f27c4599994
[ "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
9,371
lean
/- Copyright (c) 2019 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Simon Hudon Monad encapsulating continuation passing programming style, similar to Haskell's `Cont`, `ContT` and `MonadCont`: <http://hackage.haskell.org/package/mtl-2.2.2/docs/Control-Mo...
3679a5de75e591b059a62fe0e787447ad878e87a
f4bff2062c030df03d65e8b69c88f79b63a359d8
/already_there/stuff.lean
89e61d89bf38a787801c3dcf48e8b8c681136e28
[ "Apache-2.0" ]
permissive
adastra7470/real-number-game
776606961f52db0eb824555ed2f8e16f92216ea3
f9dcb7d9255a79b57e62038228a23346c2dc301b
refs/heads/master
1,669,221,575,893
1,594,669,800,000
1,594,669,800,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,231
lean
-- list of functions which will surely be useful import data.real.basic -- in order.bounds #check @upper_bounds -- and lower_bounds -- upper_bounds : Π {α : Type u_1} [_inst_1 : preorder α], set α → set α #check @is_least -- and is_greatest -- is_least : Π {α : Type u_1} [_inst_1 : preorder α], set α → α → Prop #c...
43179e722a9a4da33d018a4eb38e4e2f4d7d55c0
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/priority_test.lean
68b195982958828f9eb1facbb39a4a647a4699bb
[ "Apache-2.0" ]
permissive
soonhokong/lean
cb8aa01055ffe2af0fb99a16b4cda8463b882cd1
38607e3eb57f57f77c0ac114ad169e9e4262e24f
refs/heads/master
1,611,187,284,081
1,450,766,737,000
1,476,122,547,000
11,513,992
2
0
null
1,401,763,102,000
1,374,182,235,000
C++
UTF-8
Lean
false
false
317
lean
open nat structure foo [class] := (a : nat) (b : nat) definition i1 [instance] [priority std.priority.default+1] : foo := foo.mk 1 1 definition i2 [instance] : foo := foo.mk 2 2 example : foo.a = 1 := rfl definition i3 [instance] [priority std.priority.default+2] : foo := foo.mk 3 3 example : foo.a = 3 := rfl
8fe5318f4f7f5684bf7971fa3bb2d0725b44456b
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/topology/algebra/localization.lean
c195c8603fe026dc272b75823c606418fb337479
[ "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
1,251
lean
/- Copyright (c) 2021 María Inés de Frutos-Fernández. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: María Inés de Frutos-Fernández -/ import ring_theory.localization import topology.algebra.ring /-! # Localization of topological rings The topological localization o...
9a1bce52bd25b64158f836242cf86d49dc7e0f2c
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/analysis/calculus/mean_value.lean
f9ec7a90b9f3ba0fed8c109f7b44d05d83593c31
[ "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
62,454
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.slope import analysis.convex.topology import data.complex.is_R_or_C /-! # The mean ...
5f1672e94811842f9568f3a2e68bec05801c27a5
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/algebra/group/with_one.lean
558b7d919db95a093ca6a8d6eb7ab2cb41a36e18
[ "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
8,887
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Johan Commelin -/ import algebra.ring.basic import data.equiv.basic /-! # Adjoining a zero/one to semigroups and related algebraic structures This file contains diffe...
cc7ca9da1468a2fd51146ae87cac1b34332206b9
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/ring_theory/nullstellensatz.lean
1b85983119e65ca518a2c35d5e47f4aca926f0ce
[ "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
8,175
lean
/- Copyright (c) 2021 Devon Tuma. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Devon Tuma -/ import ring_theory.jacobson import field_theory.algebraic_closure import field_theory.mv_polynomial import algebraic_geometry.prime_spectrum /-! # Nullstellensatz This file ...
1a2569165095593f62a191ee6895d8296668bf3f
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/src/Lean/Elab/Tactic/Injection.lean
0e79fedcd99de7035e1ad6ccc4b16a727124e6c8
[ "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
1,200
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Tactic.Injection import Lean.Elab.Tactic.ElabTerm namespace Lean.Elab.Tactic -- optional (" with " >> many1 ident') private def getInjecti...
881c8b03208d443784bb8d5a86da09fdb06e51f4
07c6143268cfb72beccd1cc35735d424ebcb187b
/src/analysis/calculus/fderiv.lean
41d485bfcf5c9039c0f0ef9adf66d4de0bb71bc2
[ "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
93,951
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.asymptotics analysis.calculus.tangent_cone /-! # The Fréchet derivative Let `E` and `F` be normed spaces, `f : E ...
6cd5db4dd7e9bafce6c765c485119f5fc0828a5f
3bdd27ffdff3ffa22d4bb010eba695afcc96bc4a
/src/combinatorics/simplicial_complex/convex_join.lean
20b3438212a8f62f1884ce2b013471e8df90f2fe
[]
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
11,558
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 analysis.convex.basic import linear_algebra.affine_space.affine_subspace import combinatorics.simplicial_complex.to_move.default open ...
e392bd064b40da9056a438d861ca7138c563955a
e953c38599905267210b87fb5d82dcc3e52a4214
/hott/types/trunc.hlean
fddcd441b629bc6372a404a41c897b52a47ab16d
[ "Apache-2.0" ]
permissive
c-cube/lean
563c1020bff98441c4f8ba60111fef6f6b46e31b
0fb52a9a139f720be418dafac35104468e293b66
refs/heads/master
1,610,753,294,113
1,440,451,356,000
1,440,499,588,000
41,748,334
0
0
null
1,441,122,656,000
1,441,122,656,000
null
UTF-8
Lean
false
false
10,162
hlean
/- Copyright (c) 2015 Jakob von Raumer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn Properties of is_trunc and trunctype -/ -- NOTE: the fact that (is_trunc n A) is a mere proposition is proved in .hprop_trunc import types.pi types.eq types.equiv...
48a806efd781cebdb1484e36ba0ea05dcad7752d
9dc8cecdf3c4634764a18254e94d43da07142918
/src/number_theory/padics/ring_homs.lean
3172279bbab2727f014ce5aa90046437763c7eb3
[ "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
24,058
lean
/- Copyright (c) 2020 Johan Commelin, Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Robert Y. Lewis -/ import data.zmod.basic import number_theory.padics.padic_integers /-! # Relating `ℤ_[p]` to `zmod (p ^ n)` In this file we estab...
8b4e6c95f6d90e3abfff3a636977f8a959e8a71e
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/structuralEqns.lean
f9e1892554dd65b14e6c64b329c574df872254ab
[ "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,574
lean
import Lean open Lean open Lean.Meta def tst (declName : Name) : MetaM Unit := do IO.println (← getUnfoldEqnFor? declName) #eval tst ``List.map #check @List.map._eq_1 #check @List.map._eq_2 #check @List.map._unfold def foo (xs ys zs : List Nat) : List Nat := match (xs, ys) with | (xs', ys') => match zs w...
3f0f39ed24b943c58f0e0e094d53efd97e396bcf
969dbdfed67fda40a6f5a2b4f8c4a3c7dc01e0fb
/src/analysis/special_functions/pow.lean
c20e2b5140dcfb26c692456d16dfd78b4f1a2f79
[ "Apache-2.0" ]
permissive
SAAluthwela/mathlib
62044349d72dd63983a8500214736aa7779634d3
83a4b8b990907291421de54a78988c024dc8a552
refs/heads/master
1,679,433,873,417
1,615,998,031,000
1,615,998,031,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
71,493
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 ...
495d67e625c295eb7dfcc6b0da1afe27ae92059f
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Elab/Tactic/Rewrite.lean
0b9b668eb4b637d3855e16d44028907243472790
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
tobiasgrosser/lean4
ce0fd9cca0feba1100656679bf41f0bffdbabb71
ebdbdc10436a4d9d6b66acf78aae7a23f5bd073f
refs/heads/master
1,673,103,412,948
1,664,930,501,000
1,664,930,501,000
186,870,185
0
0
Apache-2.0
1,665,129,237,000
1,557,939,901,000
Lean
UTF-8
Lean
false
false
3,143
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Tactic.Rewrite import Lean.Meta.Tactic.Replace import Lean.Elab.Tactic.Location import Lean.Elab.Tactic.Config namespace Lean.Elab.Tactic ...
dcdd2cb95cf5e16cac66d82eaeb6ae126f58cb52
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Lean/Widget/InteractiveCode.lean
6258bc7c3f1cb4dadb4d1ad52443f299300c77b7
[ "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
2,274
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Wojciech Nawrocki -/ import Lean.PrettyPrinter import Lean.Server.Rpc.Basic import Lean.Widget.TaggedText import Lean.Widget.Basic /-! RPC infrastructure for storing and forma...
6ad26a768e7816a7ddc08a1bb5c05d43d667358e
98beff2e97d91a54bdcee52f922c4e1866a6c9b9
/src/over.lean
c72d0233718f04654f6227038168f90774c0e865
[]
no_license
b-mehta/topos
c3fc43fb04ba16bae1965ce5c26c6461172e5bc6
c9032b11789e36038bc841a1e2b486972421b983
refs/heads/master
1,629,609,492,867
1,609,907,263,000
1,609,907,263,000
240,943,034
43
3
null
1,598,210,062,000
1,581,877,668,000
Lean
UTF-8
Lean
false
false
9,513
lean
import category_theory.comma import category_theory.adjunction.basic import category_theory.limits.shapes import category_theory.epi_mono import category_theory.limits.over import category_theory.closed.cartesian import category.binary_products import category.adjunction /-! # Properties of the over category. We can ...
0d5a67a8c855cb35070f247c279d498e368b9ac9
f57749ca63d6416f807b770f67559503fdb21001
/library/data/finset/bigops.lean
ac69062389d4aedb8a043eb40ea29ffe579d6883
[ "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
5,711
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad, Haitao Zhang Finite unions and intersections on finsets. Note: for the moment we only do unions. We need to generalize bigops for intersections. -/ import data.f...
831b77bce69ea6edd5ad1b30a80e65b41eac07de
3dc4623269159d02a444fe898d33e8c7e7e9461b
/.github/workflows/project_1_a_decrire/lean-scheme-submission/src/spectrum_of_a_ring/structure_presheaf_localization.lean
cfef59220b00a21451e64a04fa656146c03b71cd
[]
no_license
Or7ando/lean
cc003e6c41048eae7c34aa6bada51c9e9add9e66
d41169cf4e416a0d42092fb6bdc14131cee9dd15
refs/heads/master
1,650,600,589,722
1,587,262,906,000
1,587,262,906,000
255,387,160
0
0
null
null
null
null
UTF-8
Lean
false
false
2,646
lean
/- We show that R[1/S(D(f))] ≅ R[1/f]. Where S(U) := { r | U ⊆ D(r) } -/ import to_mathlib.localization.localization_alt import spectrum_of_a_ring.structure_presheaf universe u local attribute [instance] classical.prop_decidable noncomputable theory variables {R : Type u} [comm_ring R] open topological_space op...
60397caa3fc32ea3bbcac13b27a2b7e6563d2b03
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/sheaves/skyscraper.lean
08b19fe467af6c37a2d453f40223fa03fc6587af
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
17,847
lean
/- Copyright (c) 2022 Jujian Zhang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jujian Zhang, Junyan Xu -/ import topology.sheaves.punit import topology.sheaves.stalks import topology.sheaves.functors /-! # Skyscraper (pre)sheaves > THIS FILE IS SYNCHRONIZED WITH ...
75e7e561d71602744300943dbe8653e31906d339
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/logic/equiv/transfer_instance.lean
16a3667c8ae7cc7cb0167e0df142820603dba517
[ "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
17,009
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.algebra.basic import algebra.field.basic import logic.equiv.defs import ring_theory.ideal.local_ring /-! # Transfer algebraic structures across `equiv...
8901f608e4fb7c25004a3427ff48bacc1b42ed74
367134ba5a65885e863bdc4507601606690974c1
/src/algebra/lie/nilpotent.lean
8bc4d4727a4e9560c38745b42b6e726248b2aa49
[ "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,460
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.solvable /-! # Nilpotent Lie algebras Like groups, Lie algebras admit a natural concept of nilpotency. More generally, any Lie module carries a natural...
b080a9846fabd633f38d34de904c76249effe2ea
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/hott/algebra/category/constructions/comma.hlean
5f51b89d121d512ab6a07eabf7d6692d04a72c06
[ "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
6,765
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn Comma category -/ import ..functor.basic ..strict ..category open eq functor equiv sigma sigma.ops is_trunc iso is_equiv namespace category structure comma_o...
62d0a5724df530d9b47c4dbd1ea2414a77122296
da3a76c514d38801bae19e8a9e496dc31f8e5866
/library/init/meta/expr.lean
8ad27535084e0d842202c18349f2a6081e3e84b3
[ "Apache-2.0" ]
permissive
cipher1024/lean
270c1ac5781e6aee12f5c8d720d267563a164beb
f5cbdff8932dd30c6dd8eec68f3059393b4f8b3a
refs/heads/master
1,611,223,459,029
1,487,566,573,000
1,487,566,573,000
83,356,543
0
0
null
1,488,229,336,000
1,488,229,336,000
null
UTF-8
Lean
false
false
10,367
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.meta.level inductive binder_info | default | implicit | strict_implicit | inst_implicit | other instance : has_to_string binder_info :...
e45324d137281e6f2f6d55d2aaea4e87d9d5491a
b2fe74b11b57d362c13326bc5651244f111fa6f4
/src/data/option/basic.lean
8250f25d02702b3a86d4708220d1b1b9f261c54b
[ "Apache-2.0" ]
permissive
midfield/mathlib
c4db5fa898b5ac8f2f80ae0d00c95eb6f745f4c7
775edc615ecec631d65b6180dbcc7bc26c3abc26
refs/heads/master
1,675,330,551,921
1,608,304,514,000
1,608,304,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,773
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 tactic.basic namespace option variables {α : Type*} {β : Type*} {γ : Type*} lemma coe_def : (coe : α → option α) = some := rfl lemma some_ne_none (x : α) : ...