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
6091ac02b56d0ce939635e2fef863736f6c11856
0d9b0a832bc57849732c5bd008a7a142f7e49656
/src/direction.lean
85b05f63858078c3784592aa2fda3e7745b4dfd8
[]
no_license
mirefek/sokoban.lean
bb9414af67894e4d8ce75f8c8d7031df02d371d0
451c92308afb4d3f8e566594b9751286f93b899b
refs/heads/master
1,681,025,245,267
1,618,997,832,000
1,618,997,832,000
359,491,681
10
0
null
null
null
null
UTF-8
Lean
false
false
1,346
lean
import data.fintype.basic import data.prod inductive direction : Type | up | down | left | right namespace direction def luniv := [up, down, left, right] def opposite : direction -> direction | up := down | down := up | left := right | right := left def transpose : direction -> direction | up := left | down := rig...
0a14f24aa601009bd50a0df3d4204f0303dc5414
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/pi_instances.lean
1cdff1c2c61b1057863c79b0e24f484d6660ac23
[]
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
759
lean
/- Copyright (c) 2018 Simon Hudon All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Simon Hudon -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.order.basic import Mathlib.PostPort namespace Mathlib /-! # `pi_instance` Automation for creatin...
859bf88ba8c43898d76110ac82e1434e6317f5e3
c777c32c8e484e195053731103c5e52af26a25d1
/archive/miu_language/decision_nec.lean
d70116a20b054dd043b4b39b8ea684511ad1e8cf
[ "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,734
lean
/- Copyright (c) 2020 Gihan Marasingha. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gihan Marasingha -/ import .basic import data.list.count import data.nat.modeq import tactic.ring /-! # Decision procedure: necessary condition We introduce a condition `decstr` an...
6bee371d723397f9d1506ea08bb6e5cf9630724a
c9b68131de1dfe4e7f0ea5749b11e67a774bc839
/src/correctness.lean
55ac67fe5f44985c2b6168701192664c9429944d
[]
no_license
congge666/formal-proofs
2013f158f310abcfc07c156bb2a5113fb78f7831
b5f6964d0220c8f89668357f2c08e44861128fe3
refs/heads/master
1,691,374,567,671
1,632,704,604,000
1,632,706,366,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,608
lean
/- A proof of the main theorem of the whitepaper: Given a collection of data meeting all the constraints in `constraints`, assuming the extra probabilistic assumptions hold, there is an execution trace according to the semantics given in `cpu`, with the given length, start state, and final value of the program counter...
3589aabf1c9885ef327642d9877d5d8bf8bafc34
690889011852559ee5ac4dfea77092de8c832e7e
/src/tactic/lift.lean
23c22f7398318078356895b7579e2b343ba34c0e
[ "Apache-2.0" ]
permissive
williamdemeo/mathlib
f6df180148f8acc91de9ba5e558976ab40a872c7
1fa03c29f9f273203bbffb79d10d31f696b3d317
refs/heads/master
1,584,785,260,929
1,572,195,914,000
1,572,195,913,000
138,435,193
0
0
Apache-2.0
1,529,789,739,000
1,529,789,739,000
null
UTF-8
Lean
false
false
7,162
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 condition...
0e6d453a55fdefdb0cceb40978fc6a5bc7ebe41d
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/version.lean
6b5d539dd3db45743b32f32243a148a944d4ee10
[]
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
429
lean
import Mathlib.PrePort import Mathlib.Lean3Lib.init.data.nat.basic import Mathlib.Lean3Lib.init.data.string.basic namespace Mathlib def lean.version : ℕ × ℕ × ℕ := (bit1 1, bit0 (bit1 (bit0 (bit1 1))), 0) def lean.githash : string := sorry def lean.is_release : Bool := to_bool (1 ≠ 0) /-- Additional version ...
241e6278808a802e4551e13378394da86d6f9359
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/limits/presheaf.lean
4e407a134d1936caa0105ba6e9bc864db31ae8d7
[]
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
14,452
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.adjunction.default import Mathlib.category_theory.elements import Mathlib.categ...
aa9920d72ef1e57f6c86ff17cefdbf72cef02654
5ee26964f602030578ef0159d46145dd2e357ba5
/src/stalk_valuation.lean
a5547a63c4cfa57ce3c2fb32a5c505385cf4b1ef
[ "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
1,237
lean
import r_o_d_completion import valuation.field open topological_space valuation Spv spa namespace spa.presheaf variable {A : Huber_pair} -- now we can define the valuation on the stalks local attribute [instance, priority 0] classical.prop_decidable section scary_uniform_space_instance set_option class.instance_m...
500961814621386bfab420188fd00dd21a9d7379
3c693e12637d1cf47effc09ab5e21700d1278e73
/src/nat/even_and_odd.lean
754234d66da9ac6f468f78cd5afffa0390a78979
[]
no_license
ImperialCollegeLondon/Example-Lean-Projects
e731664ae046980921a69ccfeb2286674080c5bb
87b27ba616eaf03f3642000829a481a1932dd08e
refs/heads/master
1,685,399,670,721
1,623,092,696,000
1,623,092,696,000
275,571,570
19
1
null
1,593,361,524,000
1,593,344,124,000
Lean
UTF-8
Lean
false
false
1,517
lean
import tactic /- The theory of even and odd numbers -/ def even (n : ℕ) : Prop := ∃ d, n = 2 * d def odd (n : ℕ) : Prop := ∃ d, n = 2 * d + 1 /- see https://www.codewars.com/kata/5e998b42dcf07b0001581def/lean for a completely different approach (inductive definitions) -/ /- ## interaction with 0 -/ lemma even_zero :...
ef3bb09022a7d768519ddfe1bc55f6829077338e
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/category_theory/sites/sheaf.lean
6e8c10b4a65a22e9c2591b9ad026860ac49a2d1f
[ "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
23,531
lean
/- Copyright (c) 2020 Kevin Buzzard, Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Buzzard, Bhavik Mehta -/ import category_theory.limits.preserves.shapes.equalizers import category_theory.limits.preserves.shapes.products import category_theory.li...
b0b8b038f378290e96d58afcc471b4734c8f3ec7
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/adjunction/whiskering.lean
16dc8b4da632e9d6df081d61b541c6b039980b4d
[ "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
2,490
lean
/- Copyright (c) 2021 Adam Topaz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Adam Topaz -/ import category_theory.adjunction import category_theory.whiskering /-! Given categories `C D E`, functors `F : D ⥤ E` and `G : E ⥤ D` with an adjunction `F ⊣ G`, we provid...
c75c28c4a543ef3b896ce186ed5e5228c4ea87da
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/interactive/completion7.lean
2ff061d568a89f0d78f42e0776fe5c71671cd38c
[ "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
155
lean
prelude structure And where left : Type right : Type #check And --^ textDocument/completion #check And. --^ textDocument/completion
051f97c0ed5eec179f4c343d6ecd929422316240
367134ba5a65885e863bdc4507601606690974c1
/src/group_theory/group_action/group.lean
8da3371689cb4ad4dde47896b42d6515d997e088
[ "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,906
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.defs import algebra.group.units import algebra.group_with_zero import data.equiv.mul_add import group_theory.perm.basic /-! # Group acti...
4041f2d9e8022f9b0ee15d40022bdca198c36106
32025d5c2d6e33ad3b6dd8a3c91e1e838066a7f7
/src/Lean/Meta/KAbstract.lean
9ea5623f510c21b3dafefa3f93a45d385f940263
[ "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
1,793
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ import Lean.Data.Occurrences import Lean.HeadIndex import Lean.Meta.ExprDefEq namespace Lean namespace Meta private partial def kabstractAux (occs : Occurr...
7cca4d1ac4d35f54fc9584d17d56e0214ec2c034
a4673261e60b025e2c8c825dfa4ab9108246c32e
/stage0/src/Std/Data/Stack.lean
0de62ab5e7d5520e0dd34dc763245bbaee1015d8
[ "Apache-2.0" ]
permissive
jcommelin/lean4
c02dec0cc32c4bccab009285475f265f17d73228
2909313475588cc20ac0436e55548a4502050d0a
refs/heads/master
1,674,129,550,893
1,606,415,348,000
1,606,415,348,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
900
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Daniel Selsam Simple stack API implemented using an array. -/ namespace Std universes u v w structure Stack (α : Type u) := (vals : Array α := #[]) namespace Stack variabl...
b9371dcc0bbb59ace91e83c3e6f87ebebdf77516
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/algebra/gcd_domain.lean
2ad4bb211c1beef31c56b977de0bcae018c1a43d
[ "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
28,392
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 GCD domain and integral domains with normalization functions TODO: abstract the domains to semi domains (i.e. domains on semirings) to include ℕ and ℕ[...
7420ec428b07663e79fd29a6b12c8fd5e5d5157f
5d166a16ae129621cb54ca9dde86c275d7d2b483
/library/init/meta/default.lean
6d327f2346308b7c5987e060572f32d397249b4a
[ "Apache-2.0" ]
permissive
jcarlson23/lean
b00098763291397e0ac76b37a2dd96bc013bd247
8de88701247f54d325edd46c0eed57aeacb64baf
refs/heads/master
1,611,571,813,719
1,497,020,963,000
1,497,021,515,000
93,882,536
1
0
null
1,497,029,896,000
1,497,029,896,000
null
UTF-8
Lean
false
false
900
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.name init.meta.options init.meta.format init.meta.rb_map import init.meta.level init.meta.expr init.meta.environment init.meta.attr...
847c20e17ae359f6efe8fcc7e78bfaef01e11a77
0845ae2ca02071debcfd4ac24be871236c01784f
/tests/lean/run/array1.lean
652065af4487bc2e84e0e2d074be5db20af4e7bb
[ "Apache-2.0" ]
permissive
GaloisInc/lean4
74c267eb0e900bfaa23df8de86039483ecbd60b7
228ddd5fdcd98dd4e9c009f425284e86917938aa
refs/heads/master
1,643,131,356,301
1,562,715,572,000
1,562,715,572,000
192,390,898
0
0
null
1,560,792,750,000
1,560,792,749,000
null
UTF-8
Lean
false
false
557
lean
#check @Array.mk def v : Array Nat := @Array.mk Nat 10 (fun ⟨i, _⟩ => i) def w : Array Nat := (mkArray 9 1).push 3 def f : Fin w.sz → Nat := Array.casesOn w (fun _ f => f) def arraySum (a : Array Nat) : Nat := a.foldl Nat.add 0 #exit #eval mkArray 4 1 #eval Array.map (+10) v #eval f ⟨1, sorry⟩ #eval f ⟨9, sorry⟩ ...
5f3856f9e7c9ee904fca024ca9a0f6da12ad06b5
4727251e0cd73359b15b664c3170e5d754078599
/src/data/polynomial/inductions.lean
22d2f03d1b60c6e5fbe8b01a0e7bc4f10737b40c
[ "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
6,531
lean
/- Copyright (c) 2021 Damiano Testa. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Johannes Hölzl, Scott Morrison, Damiano Testa, Jens Wagemaker -/ import data.nat.interval import data.polynomial.degree.definitions /-! # Induction on polynomials This f...
6e9538d39dc53806265c9ed53c3ac9031b118468
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/algebra/group_with_zero/default.lean
03893e3bbd7b61aca0f0589ff8d6c2251bd9da98
[ "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
37
lean
import algebra.group_with_zero.basic
8317033fe0dd1a1aa5c065d0e1a09aacfc490568
22e97a5d648fc451e25a06c668dc03ac7ed7bc25
/src/algebra/category/Group/basic.lean
8a4ac41e2dcf2c7b087a143237c9ecbd498be086
[ "Apache-2.0" ]
permissive
keeferrowan/mathlib
f2818da875dbc7780830d09bd4c526b0764a4e50
aad2dfc40e8e6a7e258287a7c1580318e865817e
refs/heads/master
1,661,736,426,952
1,590,438,032,000
1,590,438,032,000
266,892,663
0
0
Apache-2.0
1,590,445,835,000
1,590,445,835,000
null
UTF-8
Lean
false
false
8,981
lean
/- Copyright (c) 2018 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import algebra.category.Mon.basic import category_theory.endomorphism /-! # Category instances for group, add_group, comm_group, and add_comm_group. We introduce th...
1ee560cb620988cc2c9eb5fff06beb31c122bc3d
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Elab/DeclUtil.lean
0347b80b288913b295ba03bf721ae3501508d1ca
[ "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
3,788
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich -/ import Lean.Meta.Basic import Lean.Meta.Check namespace Lean.Meta def forallTelescopeCompatibleAux {α} (k : Array Expr → Expr → Expr → ...
600c3f16bdd5f0d98dc7c16456cab7cdb471cf32
8f67b34bba98f894155dedf263bc8d61c31e89cd
/2ltt/matching_facts.lean
0b6fe9f4533e059d37cdf1f24f203cf4a3ce01bf
[]
no_license
5HT/two-level
3b1523db242cba819681b862fbc8f490d9571a66
370f5a91311db3b463b10a31891370721e2476e2
refs/heads/master
1,648,254,367,420
1,576,269,550,000
1,576,269,550,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,788
lean
import algebra.category import .inverse .limit .fibrant .finite .matching open sigma category eq.ops function functor open reduced_coslice invcat section MO_facts variables {C : Category.{1 1}} {D : Category} open reduced_coslice reduced_coslice.coslice_obs nat subcat_obj fincat matching_object ...
898a4d6c1486baad9cdfac6f41460ea8c966228b
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Compiler/IR/CompilerM.lean
95964faf6dc2b26f41864c3494a3078b827a4e66
[ "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
5,003
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.Environment import Lean.Compiler.IR.Basic import Lean.Compiler.IR.Format namespace Lean.IR inductive LogEntry where | step (cls : Name) (dec...
6107705a7afc63a7729c769693e14f22c85022cf
b00eb947a9c4141624aa8919e94ce6dcd249ed70
/stage0/src/Lean/Meta/Injective.lean
34db9b6280d2012159c59fe49ee3797a1439317e
[ "Apache-2.0" ]
permissive
gebner/lean4-old
a4129a041af2d4d12afb3a8d4deedabde727719b
ee51cdfaf63ee313c914d83264f91f414a0e3b6e
refs/heads/master
1,683,628,606,745
1,622,651,300,000
1,622,654,405,000
142,608,821
1
0
null
null
null
null
UTF-8
Lean
false
false
6,477
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.Tactic.Injection import Lean.Meta.Tactic.Apply import Lean.Meta.Tactic.Cases import Lean.Meta.Tactic.Subst import Lean.Meta.Tactic.Simp.Typ...
6dd56c1bb711daf3d73fbe914b8e61a3387d1263
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/e15.lean
4ce7da5f5d309bef83553be87105b6725a1fb7ab
[ "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
542
lean
prelude inductive nat : Type | zero : nat | succ : nat → nat namespace nat end nat open nat inductive list (A : Sort*) | nil {} : list | cons : A → list → list namespace list end list open list #check nil #check nil.{1} #check @nil.{1} nat #check @nil nat #check cons zero nil inductive vector (A : Sort*) : nat → S...
24952343dc17d2851455c4dd4f0bcdee7c8e8be7
26ac254ecb57ffcb886ff709cf018390161a9225
/src/order/filter/filter_product.lean
cd3ef15a1cb17ce65d891876d7fb988a427e6ce1
[ "Apache-2.0" ]
permissive
eric-wieser/mathlib
42842584f584359bbe1fc8b88b3ff937c8acd72d
d0df6b81cd0920ad569158c06a3fd5abb9e63301
refs/heads/master
1,669,546,404,255
1,595,254,668,000
1,595,254,668,000
281,173,504
0
0
Apache-2.0
1,595,263,582,000
1,595,263,581,000
null
UTF-8
Lean
false
false
8,318
lean
/- Copyright (c) 2019 Abhimanyu Pallavi Sudhir. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Abhimanyu Pallavi Sudhir -/ import order.filter.ultrafilter import order.filter.germ import algebra.pi_instances /-! # Ultraproducts If `φ` is an ultrafilter, then the spac...
9a53e435c928dcf81a64f5d20ac4a9e7bd16d568
94e33a31faa76775069b071adea97e86e218a8ee
/src/ring_theory/int/basic.lean
c138a37d10f561a2ae4fd6aab86035abc64ca5e4
[ "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
13,678
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Jens Wagemaker, Aaron Anderson -/ import ring_theory.coprime.basic import ring_theory.principal_ideal_domain /-! # Divisibility over ℕ and ℤ This file collects result...
10e570ca0c4e3d0c2075511c112e21f5be8ef030
aa3f8992ef7806974bc1ffd468baa0c79f4d6643
/library/logic/cast.lean
94ac46183d2ffb991bf043e10d5bd959097d02ea
[ "Apache-2.0" ]
permissive
codyroux/lean
7f8dff750722c5382bdd0a9a9275dc4bb2c58dd3
0cca265db19f7296531e339192e9b9bae4a31f8b
refs/heads/master
1,610,909,964,159
1,407,084,399,000
1,416,857,075,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,052
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 import logic.eq logic.heq logic.quantifiers open eq.ops -- cast.lean -- ========= section universe variable u variables {A B : Type.{u}} definitio...
890b925d9dbdbf68e507f3edb558d058101774cd
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/tmp/new-frontend/parser/level.lean
94b54ea1ef34430387842c034a6542f92bbaf4b7
[ "Apache-2.0" ]
permissive
mhuisi/lean4
28d35a4febc2e251c7f05492e13f3b05d6f9b7af
dda44bc47f3e5d024508060dac2bcb59fd12e4c0
refs/heads/master
1,621,225,489,283
1,585,142,689,000
1,585,142,689,000
250,590,438
0
2
Apache-2.0
1,602,443,220,000
1,585,327,814,000
C
UTF-8
Lean
false
false
2,267
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Sebastian Ullrich Level-Level parsers -/ prelude import init.lean.parser.pratt namespace Lean namespace Parser open Combinators Parser.HasView MonadParsec @[derive Monad Alter...
083dd1b32fc93c5c525496fb470adaa67ee2b836
e94d3f31e48d06d252ee7307fe71efe1d500f274
/library/theories/topology/basic.lean
b94f75a9a810aa8350ddc2cff98fa1a0ca289ab4
[ "Apache-2.0" ]
permissive
GallagherCommaJack/lean
e4471240a069d82f97cb361d2bf1a029de3f4256
226f8bafeb9baaa5a2ac58000c83d6beb29991e2
refs/heads/master
1,610,725,100,482
1,459,194,829,000
1,459,195,377,000
55,377,224
0
0
null
1,459,731,701,000
1,459,731,700,000
null
UTF-8
Lean
false
false
11,227
lean
/- Copyright (c) 2015 Jacob Gross. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jacob Gross, Jeremy Avigad Open and closed sets, seperation axioms and generated topologies. -/ import data.set data.nat open algebra eq.ops set nat structure topology [class] (X : Type...
b2b3d64b36766ffaffa7358a5f90b460fc2d5e44
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/linear_algebra/matrix/charpoly/minpoly.lean
ca0ffecda79b6646d6ae3af62d4c817b0a36cdbe
[ "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,885
lean
/- Copyright (c) 2020 Aaron Anderson, Jalex Stark. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson, Jalex Stark, Eric Wieser -/ import linear_algebra.matrix.charpoly.coeff import linear_algebra.matrix.to_lin import ring_theory.power_basis /-! # The mini...
857f52f0b632c32871938b354b2f3de627ccbad6
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/hom/commute.lean
24e71649ed21503a9e709d707ebdec7ede1e03c5
[ "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
924
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Kevin Buzzard, Scott Morrison, Johan Commelin, Chris Hughes, Johannes Hölzl, Yury Kudryashov -/ import algebra.hom.group import algebra.group.commute /-! # Multiplic...
6bcf302e5c74dabc2dd6807f603cbbc6846cf729
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/finsupp/indicator.lean
d2fa77851a51005d8cfccb6d02f2486fa342bb0e
[ "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
1,886
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 data.finsupp.defs /-! # Building finitely supported functions off finsets This file defines `finsupp.indicator` to help create finsupps from finsets. ## Main de...
de1e2862c265ca737d687d73575af0e3e67c64f2
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/measure_theory/pi_system.lean
6b51be17b34384c0a27d46c399b65e6968bbe326
[ "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
31,330
lean
/- Copyright (c) 2021 Martin Zinkevich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Martin Zinkevich, Rémy Degenne -/ import logic.encodable.lattice import measure_theory.measurable_space_def /-! # Induction principles for measurable sets, related t...
db93a78ae9af001d41b1c193a1925a81269d12c0
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/algebra/char_p/algebra.lean
2f3343ff6b3a4194e0c31cd0aea015350e3f6a4d
[ "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
3,668
lean
/- Copyright (c) 2021 Jon Eugster. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jon Eugster, Eric Wieser -/ import algebra.char_p.basic import ring_theory.localization import algebra.free_algebra /-! # Characteristics of algebras In this file we describe the chara...
44fe18fe035aefee6e2dfd557c84c1eeebb826c4
9d2e3d5a2e2342a283affd97eead310c3b528a24
/src/solutions/wednesday/morning/structures.lean
326631b05f4de5bea028bfb42657948def0dc75b
[]
permissive
Vtec234/lftcm2020
ad2610ab614beefe44acc5622bb4a7fff9a5ea46
bbbd4c8162f8c2ef602300ab8fdeca231886375d
refs/heads/master
1,668,808,098,623
1,594,989,081,000
1,594,990,079,000
280,423,039
0
0
MIT
1,594,990,209,000
1,594,990,209,000
null
UTF-8
Lean
false
false
21,514
lean
import data.rat.basic import data.nat.parity import tactic.basic open nat noncomputable theory -- definitions are allowed to not compute in this file open_locale classical -- use classical logic in this file /-! ## Structures and Classes In this session we will discuss structures together, and then you can solve th...
df7fd7a1b6f646fb1ac6360b58c40ec797a5dadd
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/fn_default.lean
a7036865aad662f128206253112d0c7cc02758e0
[ "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
129
lean
structure foo := (bar : Π n : ℕ, ℕ := id) (baz : Π {n : ℕ}, ℕ := id) (bat : Π n : ℕ, ℕ := λ n, n) #check {foo.}
4197114439ab4c14121ac8c80c50efcaf4ee2fcb
8d65764a9e5f0923a67fc435eb1a5a1d02fd80e3
/src/data/nat/prime.lean
56c18ca58223cead4ec86e8ddb917403d1f289a9
[ "Apache-2.0" ]
permissive
troyjlee/mathlib
e18d4b8026e32062ab9e89bc3b003a5d1cfec3f5
45e7eb8447555247246e3fe91c87066506c14875
refs/heads/master
1,689,248,035,046
1,629,470,528,000
1,629,470,528,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
37,248
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Jeremy Avigad, Mario Carneiro -/ import data.nat.sqrt import data.nat.gcd import data.list.sort import algebra.group_power import tactic.wlog import tactic.n...
f4eb8f50279e24f017fafc8ea3e6636459f9a939
367134ba5a65885e863bdc4507601606690974c1
/src/algebraic_geometry/Spec.lean
8bc1ce18c0bfffb04c7311f3cf6f3481b8abc621
[ "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
1,236
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 algebraic_geometry.locally_ringed_space import algebraic_geometry.structure_sheaf import data.equiv.transfer_instance /-! # $Spec R$ as a `LocallyRingedSpace`...
38602ad3e8bdff95a7851db576cb09e2457a101c
78630e908e9624a892e24ebdd21260720d29cf55
/src/logic_first_order/fol_10.lean
1ff1670ef5daa2bde579e21dd925a1a58d4dd4af
[ "CC0-1.0" ]
permissive
tomasz-lisowski/lean-logic-examples
84e612466776be0a16c23a0439ff8ef6114ddbe1
2b2ccd467b49c3989bf6c92ec0358a8d6ee68c5d
refs/heads/master
1,683,334,199,431
1,621,938,305,000
1,621,938,305,000
365,041,573
1
0
null
null
null
null
UTF-8
Lean
false
false
695
lean
namespace fol_10 variable A : Prop variables P Q : A → Prop theorem fol_10 : ((∃ x, P x ∨ Q x) ∧ (¬ ∃ x, P x)) → ¬ ∀ x, (Q x → P x) := assume h1: (∃ x, P x ∨ Q x) ∧ (¬ ∃ x, P x), have h2: ∃ x, P x ∨ Q x, from and.left h1, have h3: ¬ ∃ x, P x, from and.right h1, assume h4: ∀ x, Q x → P x, show false, from exists.elim ...
6ca25b345d98749101527f853e03b68254d04169
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/07_Induction_and_Recursion.org.24.lean
832c0b8efc9b0b195462927b084eb69f16a0ccfb
[]
no_license
cjmazey/lean-tutorial
ba559a49f82aa6c5848b9bf17b7389bf7f4ba645
381f61c9fcac56d01d959ae0fa6e376f2c4e3b34
refs/heads/master
1,610,286,098,832
1,447,124,923,000
1,447,124,923,000
43,082,433
0
0
null
null
null
null
UTF-8
Lean
false
false
472
lean
/- page 109 -/ import standard import data.examples.vector open nat vector -- BEGIN variables {A B : Type} definition tail : Π {n}, vector A (succ n) → vector A n | tail (h :: t) := t definition map (f : A → B) : Π {n : nat}, vector A n → vector B n | map nil := nil | map (a::va) := f a :: map va definition di...
fbf9b5763fc3de98c1d6121181e1665d46ec0a31
82e44445c70db0f03e30d7be725775f122d72f3e
/src/data/finset/noncomm_prod.lean
e6ad94d1dfe979559d85ec4811c0b638cfb66482
[ "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
9,474
lean
/- Copyright (c) 2021 Yakov Pechersky. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yakov Pechersky -/ import algebra.big_operators.basic /-! # Products (respectively, sums) over a finset or a multiset. The regular `finset.prod` and `multiset.prod` require `[comm_...
b162d155e642658342031a507de66ea5d55f47ab
1abd1ed12aa68b375cdef28959f39531c6e95b84
/src/analysis/special_functions/pow.lean
22efd237b7240521ce4552ed3e67402333cd7401
[ "Apache-2.0" ]
permissive
jumpy4/mathlib
d3829e75173012833e9f15ac16e481e17596de0f
af36f1a35f279f0e5b3c2a77647c6bf2cfd51a13
refs/heads/master
1,693,508,842,818
1,636,203,271,000
1,636,203,271,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
81,067
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.complex.log import analysis.calculus.extend_deriv imp...
3b706e6e366b0b0fe1c131c97defa610e1d38cd4
94e33a31faa76775069b071adea97e86e218a8ee
/src/ring_theory/noetherian.lean
a48ef2c51b355d8d409808f2fbb4370b1c42ae41
[ "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
37,585
lean
/- Copyright (c) 2018 Mario Carneiro, Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Kevin Buzzard -/ import group_theory.finiteness import data.multiset.finset_ops import algebra.algebra.tower import order.order_iso_nat import ring_theor...
f8d8348abcff2023bcb8412e886f170a19619fed
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/coe5.lean
852fc631c6f7304ee17daa276dd4d64f8729cb36
[ "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
1,040
lean
import logic namespace setoid inductive setoid : Type := mk_setoid: Π (A : Type'), (A → A → Prop) → setoid set_option pp.universes true check setoid definition test : Type.{2} := setoid.{0} definition carrier (s : setoid) := setoid.rec (λ a eq, a) s definition eqv {s : setoid} : carrier s → carrier...
b6093aad68a6f325e7fad4433b84614ec9531bdf
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/src/Lean/Meta/Tactic/Subst.lean
c01da416d450b20275ca74bb712709cd4da09ee3
[ "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
10,335
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.AppBuilder import Lean.Meta.MatchUtil import Lean.Meta.Tactic.Util import Lean.Meta.Tactic.Revert import Lean.Meta.Tactic.Assert import Lea...
bfc7874ceaf81f7fbb987d984be0ca0da0655d56
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/data/matrix/basic.lean
a0ecec1009ff68df5602e10a1f34bc0845047a4f
[ "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
63,435
lean
/- Copyright (c) 2018 Ellen Arlt. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Ellen Arlt, Blair Shi, Sean Leather, Mario Carneiro, Johan Commelin, Lu-Ming Zhang -/ import algebra.algebra.basic import algebra.big_operators.pi import algebra.big_operators.ring import ...
2a0f38bf7584e60ec54444153aac0ef17e1cad60
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/stage0/src/Lean/Elab/Binders.lean
1f8b3a56fe39e9da87f43681ee7fd6a35661275a
[ "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
24,680
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.Elab.Term import Lean.Parser.Term namespace Lean.Elab.Term open Meta open Lean.Parser.Term /-- Given syntax of the forms a) (`:` term)? ...
556ca5e126671088647da0f9bf8c766736ae779d
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/ring_theory/polynomial/homogeneous_auto.lean
1becd57854271bef084edee3775e96ba4d2e1467
[]
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
6,604
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.mv_polynomial.default import Mathlib.data.fintype.card import Mathlib.PostPort univer...
6f548cfbda36389ea0ea243c505f5220e7295a99
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/algebra/euclidean_domain.lean
3d7cddcfacd3fdafbdda701cd43cf14f27f6d562
[ "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
14,079
lean
/- Copyright (c) 2018 Louis Carlin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Louis Carlin, Mario Carneiro Euclidean domains and Euclidean algorithm (extended to come) A lot is based on pre-existing code in mathlib for natural number gcds -/ import data.int.basic...
2d4b0c3a24350954cf8e2545b2147d537c6c1dc2
b328e8ebb2ba923140e5137c83f09fa59516b793
/stage0/src/Lean/Meta/AppBuilder.lean
96c9f06c0f4b4bd0b62c1668bfd65d0263827890
[ "Apache-2.0" ]
permissive
DrMaxis/lean4
a781bcc095511687c56ab060e816fd948553e162
5a02c4facc0658aad627cfdcc3db203eac0cb544
refs/heads/master
1,677,051,517,055
1,611,876,226,000
1,611,876,226,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
18,438
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.Structure import Lean.Util.Recognizers import Lean.Meta.SynthInstance import Lean.Meta.Check namespace Lean.Meta /-- Return `id e` -/ def mkId...
7b876b88fe252a7b01934d21945b2ac6782c619a
43390109ab88557e6090f3245c47479c123ee500
/src/xenalib/keji_lemma.lean
b82efd1723e212f3af87e92e31c2b2a690ab26d4
[ "Apache-2.0" ]
permissive
Ja1941/xena-UROP-2018
41f0956519f94d56b8bf6834a8d39473f4923200
b111fb87f343cf79eca3b886f99ee15c1dd9884b
refs/heads/master
1,662,355,955,139
1,590,577,325,000
1,590,577,325,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,603
lean
import data.finset import algebra.big_operators import data.fintype open finset lemma disjoint_equiv_classes (α : Type*) [fintype α] [h : setoid α] [decidable_rel h.r] [decidable_eq α]: ∀ x ∈ @finset.univ (quotient h) _, ∀ y ∈ @finset.univ (quotient h) _, x ≠ y → (finset.filter (λ b : α, ⟦b⟧ = x) finset.univ) ∩...
da37d62050be1dad498a6ae0377463a0f84e7d13
07c6143268cfb72beccd1cc35735d424ebcb187b
/src/algebra/module.lean
b3787bbfea5f8769d7afe5252a1a46669fa28741
[ "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
26,170
lean
/- Copyright (c) 2015 Nathaniel Thomas. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Nathaniel Thomas, Jeremy Avigad, Johannes Hölzl, Mario Carneiro -/ import algebra.ring algebra.big_operators group_theory.subgroup group_theory.group_action /-! # Modules over a rin...
57bf2f65a0b089a15fcc90c2bfacd453fe125e94
bb31430994044506fa42fd667e2d556327e18dfe
/src/analysis/box_integral/partition/subbox_induction.lean
e171fc752b88eeace6279c16ea5c3c27dbb3cc11
[ "Apache-2.0" ]
permissive
sgouezel/mathlib
0cb4e5335a2ba189fa7af96d83a377f83270e503
00638177efd1b2534fc5269363ebf42a7871df9a
refs/heads/master
1,674,527,483,042
1,673,665,568,000
1,673,665,568,000
119,598,202
0
0
null
1,517,348,647,000
1,517,348,646,000
null
UTF-8
Lean
false
false
10,553
lean
/- Copyright (c) 2021 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import analysis.box_integral.box.subbox_induction import analysis.box_integral.partition.tagged /-! # Induction on subboxes In this file we prove (see `box_integr...
740b4a0972aa54900ece34eee2bcc71f079c4dab
92b50235facfbc08dfe7f334827d47281471333b
/library/data/list/set.lean
9ed84b4b5b24e359bde741ba37c294907eb96ab3
[ "Apache-2.0" ]
permissive
htzh/lean
24f6ed7510ab637379ec31af406d12584d31792c
d70c79f4e30aafecdfc4a60b5d3512199200ab6e
refs/heads/master
1,607,677,731,270
1,437,089,952,000
1,437,089,952,000
37,078,816
0
0
null
1,433,780,956,000
1,433,780,955,000
null
UTF-8
Lean
false
false
37,082
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 Set-like operations on lists -/ import data.list.basic data.list.comb open nat function decidable helper_tactics eq.ops namespace list section erase variable {A ...
6062689c16d70ca2292da05afac1162227c27315
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/order/imp.lean
2da67e149a002c90cdb6174fc41653916cc53b1f
[ "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,758
lean
/- Copyright (c) 2021 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Yury Kudryashov -/ import order.symm_diff import tactic.monotonicity.basic /-! # Implication and equivalence as operations on a boolean algebra In this file we de...
06a4d1690e73487932f93324e539cf698194be40
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/geometry/manifold/instances/units_of_normed_algebra.lean
a7b7b50267a7176c4b9fdfcd7298de6318556221
[ "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,585
lean
/- Copyright © 2021 Nicolò Cavalleri. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Nicolò Cavalleri, Heather Macbeth -/ import geometry.manifold.smooth_manifold_with_corners import analysis.normed_space.units /-! # Units of a normed algebra > THIS FILE IS SYNCHRON...
e8fd9eb042b2a2ffca960a202512721e993b8f0d
432d948a4d3d242fdfb44b81c9e1b1baacd58617
/src/data/real/basic.lean
b961a8ea7f937553bb5a8ce261381c45ffb691fa
[ "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
22,901
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Floris van Doorn The (classical) real numbers ℝ. This is a direct construction from Cauchy sequences. -/ import order.conditionally_complete_lattice import data.real.c...
4c0cb6fd115bc1cd9135ef0a7dce55f224d1deda
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/induction_auto.lean
9a60158ef74a06a5a3a5981d6a27160fded169d7
[]
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
10,959
lean
/- Copyright (c) 2020 Jannis Limperg. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jannis Limperg -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.dependencies import Mathlib.tactic.fresh_names import Mathlib.tactic.generalizes impo...
021016761cc48d2e4f08a8cf1d9385f58bf36546
a7602958ab456501ff85db8cf5553f7bcab201d7
/Notes/Theorem_Proving_in_Lean/Chapter2/2.4.lean
ed2ff4e77052c9aede10576657eab74feb60c490
[]
no_license
enlauren/math-logic
081e2e737c8afb28dbb337968df95ead47321ba0
086b6935543d1841f1db92d0e49add1124054c37
refs/heads/master
1,594,506,621,950
1,558,634,976,000
1,558,634,976,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,188
lean
-- 2.4 Introducing Definitions -- To define a new "object", we use the `def` keyword. This allows -- us to create something, with a type, that we can reference later -- via some name, and prove things about. def foo: ℕ → ℕ := fun (x: ℕ), x + 2 -- Basic check. #check foo -- Going to be the type that we defined just b...
8ab80cc4d70ef81c96d27c54deae719af85f0c41
12dabd587ce2621d9a4eff9f16e354d02e206c8e
/world10/level04.lean
0ebb0249d4e3079e9b8b2272d1c2ad85fba26598
[]
no_license
abdelq/natural-number-game
a1b5b8f1d52625a7addcefc97c966d3f06a48263
bbddadc6d2e78ece2e9acd40fa7702ecc2db75c2
refs/heads/master
1,668,606,478,691
1,594,175,058,000
1,594,175,058,000
278,673,209
0
1
null
null
null
null
UTF-8
Lean
false
false
92
lean
lemma zero_le (a : mynat) : 0 ≤ a := begin rw le_iff_exists_add, use a, rwa zero_add, end
c4a17afc35250d296917ef51357a7b24c94e525e
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/match2.lean
1c1d824299773957f4e7fd0a1fdbe1a30b4ac8d5
[ "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
252
lean
inductive imf (f : nat → nat) : nat → Type | mk1 : ∀ (a : nat), imf (f a) | mk2 : imf (f 0 + 1) definition inv_2 (f : nat → nat) : ∀ (b : nat), imf f b → {x : nat // x > b} → nat | _ (imf.mk1 a) x := a | _ imf.mk2 x := subtype.val x
84631b84e8c569bbe36c70c0156bde9104e25016
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/ring_theory/eisenstein_criterion.lean
6b0ea20da2a46c98d5c3c9ed3ae2a251fcd43501
[ "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
5,543
lean
/- Copyright (c) 2020 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import ring_theory.prime import ring_theory.polynomial.content /-! # Eisenstein's criterion A proof of a slight generalisation of Eisenstein's criterion for the irreduci...
bc8b1a884c9dfdc15a4bc5b456efcff09fa29b7a
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/category/Group/preadditive.lean
f6002036a76f09c51f88a37723ccfae63c250368
[ "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
719
lean
/- Copyright (c) 2020 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel -/ import algebra.category.Group.basic import category_theory.preadditive.basic /-! # The category of additive commutative groups is preadditive. > THIS FILE IS SYNCHRON...
73657b60f63b1762a030e543865d4a77c31ca64c
bdb33f8b7ea65f7705fc342a178508e2722eb851
/meta/expr.lean
a6d644b2056bd87c5acca23ac1236e7ff287d473
[ "Apache-2.0" ]
permissive
rwbarton/mathlib
939ae09bf8d6eb1331fc2f7e067d39567e10e33d
c13c5ea701bb1eec057e0a242d9f480a079105e9
refs/heads/master
1,584,015,335,862
1,524,142,167,000
1,524,142,167,000
130,614,171
0
0
Apache-2.0
1,548,902,667,000
1,524,437,371,000
Lean
UTF-8
Lean
false
false
1,302
lean
/- Copyright (c) 2017 Simon Hudon All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Simon Hudon Traversal for Lean expressions -/ universes u v section expr open expr variables {m : Type → Type u} [monad m] variables {elab elab' : bool} variables f : expr elab → m (expr...
e472cfe82335a030532553917906292ac3f8bfbf
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/group_theory/free_product.lean
e2affe73cfd853d4eb5349c4a918d03affecc12b
[ "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
14,374
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 algebra.free_monoid import group_theory.congruence import data.list.chain /-! # The free product of groups or monoids Given an `ι`-indexed family `M` of monoids, we d...
8f9d0aae14039d7dac75f519b88c56c8ae46e109
e0b0b1648286e442507eb62344760d5cd8d13f2d
/stage0/src/Lean/PrettyPrinter/Formatter.lean
56508c7337781a7bdec6a478ce89acd849392d2a
[ "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
21,851
lean
/- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ /-! The formatter turns a `Syntax` tree into a `Format` object, inserting both mandatory whitespace (to separate adjacent tokens) as well as "pretty" optional ...
196fcc7181c74e06f63d4a53abbdf74ad6acf954
05f637fa14ac28031cb1ea92086a0f4eb23ff2b1
/tests/lean/exists2.lean
aa6ad409cff4761d5f63c1d427338805c48a6cda
[ "Apache-2.0" ]
permissive
codyroux/lean0.1
1ce92751d664aacff0529e139083304a7bbc8a71
0dc6fb974aa85ed6f305a2f4b10a53a44ee5f0ef
refs/heads/master
1,610,830,535,062
1,402,150,480,000
1,402,150,480,000
19,588,851
2
0
null
null
null
null
UTF-8
Lean
false
false
831
lean
import Int. variable a : Int variable P : Int -> Int -> Bool variable f : Int -> Int -> Int variable g : Int -> Int axiom H1 : P (f a (g a)) (f a (g a)) axiom H2 : P (f (g a) (g a)) (f (g a) (g a)) axiom H3 : P (f (g a) (g a)) (g a) theorem T1 : exists x y : Int, P (f y x) (f y x) := exists_intro _ (exists_intro _ H1) ...
54884c46d78f51980af3ebd199d1fec2499d9623
94e33a31faa76775069b071adea97e86e218a8ee
/src/algebra/lie/of_associative.lean
8398a14d00de1952779fbe254195459b8ab9263c
[ "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
10,449
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.basic import algebra.lie.subalgebra import algebra.lie.submodule import algebra.algebra.subalgebra.basic /-! # Lie algebras of associative algebras Thi...
e7c8ae0044a1406da6fcde724abced132227b487
9b9a16fa2cb737daee6b2785474678b6fa91d6d4
/src/ring_theory/adjoin_root.lean
a7e85752940feb880e0e5c1cf66b76f5a9167af0
[ "Apache-2.0" ]
permissive
johoelzl/mathlib
253f46daa30b644d011e8e119025b01ad69735c4
592e3c7a2dfbd5826919b4605559d35d4d75938f
refs/heads/master
1,625,657,216,488
1,551,374,946,000
1,551,374,946,000
98,915,829
0
0
Apache-2.0
1,522,917,267,000
1,501,524,499,000
Lean
UTF-8
Lean
false
false
3,771
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Chris Hughes Adjoining roots of polynomials -/ import data.polynomial ring_theory.principal_ideal_domain universes u v w variables {α : Type u} {β : Type v} {γ : Ty...
9018e943c1263c302eea92452fc02d9ccfb58a84
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/data/set/function.lean
7580ac6908cc7b34170c94152f3b0890bce23328
[ "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
39,851
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Andrew Zipperer, Haitao Zhang, Minchao Wu, Yury Kudryashov -/ import data.set.basic import logic.function.conjugate /-! # Functions over sets ## Main definitions ### P...
4ffb81b3e06c17827c2d330bb7ec509b9c1bc882
46125763b4dbf50619e8846a1371029346f4c3db
/src/analysis/calculus/deriv.lean
8a0a6d3fc10fb28f90d533181be3563db0d23445
[ "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
54,733
lean
/- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Sébastien Gouëzel -/ import analysis.calculus.fderiv /-! # One-dimensional derivatives This file defines the derivative of a function `f : 𝕜 → F` where `𝕜` is a norm...
c4e1109643901814f38280520393676aee982544
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/topology/algebra/infinite_sum.lean
a5ee14875b32cfe4209bbda27452e9edefc98e45
[ "Apache-2.0" ]
permissive
hamdysalah1/mathlib
b915f86b2503feeae268de369f1b16932321f097
95454452f6b3569bf967d35aab8d852b1ddf8017
refs/heads/master
1,677,154,116,545
1,611,797,994,000
1,611,797,994,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
43,109
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 algebra.big_operators.intervals import topology.instances.real import topology.algebra.module import data.indicator_function import data.equiv.encodable.lattic...
77a815e15b09eb99b3844a94c3ae5ee5c853dae8
a45212b1526d532e6e83c44ddca6a05795113ddc
/src/ring_theory/multiplicity.lean
2b8d96f5ab31edd1e61d0d091c8754b03f4bbf7f
[ "Apache-2.0" ]
permissive
fpvandoorn/mathlib
b21ab4068db079cbb8590b58fda9cc4bc1f35df4
b3433a51ea8bc07c4159c1073838fc0ee9b8f227
refs/heads/master
1,624,791,089,608
1,556,715,231,000
1,556,715,231,000
165,722,980
5
0
Apache-2.0
1,552,657,455,000
1,547,494,646,000
Lean
UTF-8
Lean
false
false
14,760
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, Chris Hughes -/ import algebra.associated data.int.gcd data.nat.enat import tactic.converter.interactive variables {α : Type*} open nat roption /-- `multiplicity a...
64e2d354b3234ded4c995e243f2018819fbaa7e6
a7602958ab456501ff85db8cf5553f7bcab201d7
/Notes/Theorem_Proving_in_Lean/Chapter3/3.1.lean
378f4fc1339469e049cad365fbc3f934c16ced46
[]
no_license
enlauren/math-logic
081e2e737c8afb28dbb337968df95ead47321ba0
086b6935543d1841f1db92d0e49add1124054c37
refs/heads/master
1,594,506,621,950
1,558,634,976,000
1,558,634,976,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,112
lean
-- 3.1 Propositions as types -- We can build our own "proof" and assertion language on top of -- dependent type theory. namespace hidden -- Introduce a new type `Prop` to represent propositions, as well as -- constructors that can build new Props from others. variables p q r: Prop -- Constructors: constan...
ae6e5064b4db3c285b38e2bdcaa08e062d6284ce
8b9f17008684d796c8022dab552e42f0cb6fb347
/tests/lean/run/parity.lean
76fb68b174c997bd3dec04fb7d0fcd1a27d64327
[ "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
638
lean
import data.nat open nat inductive Parity : nat → Type := | even : ∀ n : nat, Parity (2 * n) | odd : ∀ n : nat, Parity (2 * n + 1) open Parity definition parity : Π (n : nat), Parity n | parity 0 := even 0 | parity (n+1) := begin have aux : Parity n, from parity n, cases aux with [k, k], begin ...
6fd233cc40cc431d8f72b8fd9dd35e7817f4fb1a
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/category_theory/limits/filtered.lean
2ac24e16f159b889054e93d4d1ff0f099e15f432
[ "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,491
lean
/- Copyright (c) 2022 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel -/ import category_theory.filtered import category_theory.limits.has_limits /-! # Possession of filtered colimits > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any change...
bf1af2bfb4233aafc8842b8fbd55ee87e9323dde
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/order/extension/linear.lean
cdfb97de16c56a8654bf8a260c494aae2a54c5ab
[ "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
3,976
lean
/- Copyright (c) 2021 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import order.zorn import tactic.by_contra /-! # Extend a partial order to a linear order > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a...
483a5782adfb92dde7d1dcd65d224da5b201af33
0845ae2ca02071debcfd4ac24be871236c01784f
/tests/bench/rbmap4.lean
7e58649cf3ff9a521db78bef446a10e61b7424a9
[ "Apache-2.0" ]
permissive
GaloisInc/lean4
74c267eb0e900bfaa23df8de86039483ecbd60b7
228ddd5fdcd98dd4e9c009f425284e86917938aa
refs/heads/master
1,643,131,356,301
1,562,715,572,000
1,562,715,572,000
192,390,898
0
0
null
1,560,792,750,000
1,560,792,749,000
null
UTF-8
Lean
false
false
2,829
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.ordering.basic init.coe init.data.option.basic init.io universes u v w w' inductive color | Red | Black inductive Tree | Leaf {...
8265454c5d6037994365a4725a7bc6bd7cdfe6b4
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/order/well_founded_set.lean
fce6a9a517d09adab95d2e95ded142ed39f580a1
[ "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
32,976
lean
/- Copyright (c) 2021 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson -/ import data.set.finite import order.well_founded import order.order_iso_nat import algebra.pointwise /-! # Well-founded sets A well-founded subset of an ordered typ...
7deaabc7c901671ebd25970e2f8b0c1783534bca
367134ba5a65885e863bdc4507601606690974c1
/src/group_theory/free_abelian_group.lean
bf2d83094ea27a9d776e6f7bebb008961be219c9
[ "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
18,851
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import algebra.group.pi import group_theory.free_group import group_theory.abelianization import algebra.module.basic -- we use the ℤ-module structure on an add_comm_group in ...
3575c1f4503f84cbdd7d9dcdd05ea2b8b51658fe
ecad13897fdb44984cf1968424224d1750040236
/lean/lean/examples/example06.lean
d751a25dbd52ff38d5194e9910520db5078f9bec
[]
no_license
MetaBorgCube/sdf3-demo
4899159b1cfb0a95ae3af325035bbba8a1255477
e831606d5b404eba75b087916a1162923143b98a
refs/heads/master
1,609,472,086,310
1,553,380,857,000
1,553,380,857,000
59,577,395
0
0
null
null
null
null
UTF-8
Lean
false
false
27
lean
(a : b)(c : d)(e : f) -> e
5a7317953dfd0ec5839dd90254c17edb1b9f2bfc
3bdd27ffdff3ffa22d4bb010eba695afcc96bc4a
/src/combinatorics/simplicial_complex/pyramid.lean
5297f833e7892e221b0be2ed83ea6b8afbaf94b5
[]
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
2,495
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 import combinatorics.simplicial_complex.subdivision namespace affine open_locale classical affi...
169052e522089d2dc354b317add18e232803bc14
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/limits/preserves/functor_category_auto.lean
1cbb5fdb3dbf45c8f3fca4b47b0c0ef526730702
[]
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,978
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.limits.presheaf import Mathlib.category_theory.limits.functor_category import M...
24878253adac556727a2425ff0228ffd33055378
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/category_theory/monad/adjunction.lean
ea24ae9c9ea126c7803beefeb8d94664f297f6ae
[ "Apache-2.0" ]
permissive
hamdysalah1/mathlib
b915f86b2503feeae268de369f1b16932321f097
95454452f6b3569bf967d35aab8d852b1ddf8017
refs/heads/master
1,677,154,116,545
1,611,797,994,000
1,611,797,994,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
5,965
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.monad.algebra import category_theory.adjunction namespace category_theory open category universes v₁ v₂ u₁ u₂ -- declare the `v...
fd2e8d7b1f8f94fc98c75c5c44546ed06530bb9c
71c05f289da9a856f1d16197a32b6a874eb1052e
/hlean/contr_toys.hlean
e6701d01af8161b2be592b3e4ba2469f23063503
[]
no_license
gbaz/works-in-progress
e7701b1c2f8d0cfb6bfb8d84fc4d21ffd9937521
af7bacd7f68649106a3581c232548958aca79a08
refs/heads/master
1,661,485,946,844
1,659,018,408,000
1,659,018,408,000
32,045,948
14
1
null
null
null
null
UTF-8
Lean
false
false
1,014
hlean
import types.nat types.sigma hit.trunc open nat sigma is_trunc trunc eq prod definition isFive : ℕ -> Type.{0} := λ x, prod (5 ≤ x) (x ≤ 5) definition fiveIsFive : sigma isFive := sigma.mk 5 (prod.mk (le.refl 5) (le.refl 5)) definition isFive.elim {n : ℕ} (x : isFive n) : 5 = n := prod.rec begin intros, exfalso, di...
9c6accb0d06bfae07834fa07035e640e3c759c1f
491068d2ad28831e7dade8d6dff871c3e49d9431
/library/data/real/complete.lean
d72b9d9930897e8261a3fa89c0a101129cf2ae9b
[ "Apache-2.0" ]
permissive
davidmueller13/lean
65a3ed141b4088cd0a268e4de80eb6778b21a0e9
c626e2e3c6f3771e07c32e82ee5b9e030de5b050
refs/heads/master
1,611,278,313,401
1,444,021,177,000
1,444,021,177,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
30,533
lean
/- Copyright (c) 2015 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Robert Y. Lewis The real numbers, constructed as equivalence classes of Cauchy sequences of rationals. This construction follows Bishop and Bridges (1985). At this point, we no longer...
2141866d4e552d96b6ad01c8905bfda465d5a2f4
f57749ca63d6416f807b770f67559503fdb21001
/library/algebra/ring.lean
87a1c9d6bd6027955f4c3c79ffe1f84d0e148427
[ "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
13,292
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 Structures with multiplicative and additive components, including semirings, rings, and fields. The development is modeled after Isabelle's library. -/...
8e956628b1f0ddf70f2b3a8fa909b7c062a429fb
30b012bb72d640ec30c8fdd4c45fdfa67beb012c
/data/equiv/algebra.lean
a6ae83a8b640dd8ce1d1f571c20e09e35704f097
[ "Apache-2.0" ]
permissive
kckennylau/mathlib
21fb810b701b10d6606d9002a4004f7672262e83
47b3477e20ffb5a06588dd3abb01fe0fe3205646
refs/heads/master
1,634,976,409,281
1,542,042,832,000
1,542,319,733,000
109,560,458
0
0
Apache-2.0
1,542,369,208,000
1,509,867,494,000
Lean
UTF-8
Lean
false
false
1,887
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 data.equiv.basic algebra.group algebra.field namespace equiv variables {α : Type*} [group α] protected def mul_left (a : α) : α ≃ α := { to_fun := λx, a *...
73fdc92fc9161a21f8614241a0b2895a238e30e7
27a31d06bcfc7c5d379fd04a08a9f5ed3f5302d4
/stage0/src/Init/Data/ByteArray/Basic.lean
a3d4e95c14446609ac5f30abf82ddd3d0c179a4d
[ "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
7,240
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ prelude import Init.Data.Array.Basic import Init.Data.Array.Subarray import Init.Data.UInt import Init.Data.Option.Basic universe u structure ByteArray wher...
d29d5e927e92e01fede60a3ae6a84473980c156d
aa101d73b1a3173c7ec56de02b96baa8ca64c42e
/src/solutions/tuto_lib.lean
9589580ad755f23cf14fb6c1c231607e1a99413f
[ "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,205
lean
import analysis.specific_limits import data.int.parity import topology.sequences attribute [instance] classical.prop_decidable /- Lemmas from that file were hidden in my course, or restating things which were proved without name in previous files. -/ notation `|`x`|` := abs x -- The mathlib version is unusable bec...
ca9d0ecda5b5595c6ce499f2125c0de9078c3432
82e44445c70db0f03e30d7be725775f122d72f3e
/src/topology/metric_space/antilipschitz.lean
fd3f5feb157e967e9e2dbcd9586a182bbe745a61
[ "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
8,784
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import topology.metric_space.lipschitz import topology.uniform_space.complete_separated /-! # Antilipschitz functions We say that a map `f : α → β` between two (e...
3a637f927357dec0139f5e0b058bb955ff5bace2
36c7a18fd72e5b57229bd8ba36493daf536a19ce
/tests/lean/run/blast27.lean
b46ec0d51a070fd8786be0f2633956f6dccda2eb
[ "Apache-2.0" ]
permissive
YHVHvx/lean
732bf0fb7a298cd7fe0f15d82f8e248c11db49e9
038369533e0136dd395dc252084d3c1853accbf2
refs/heads/master
1,610,701,080,210
1,449,128,595,000
1,449,128,595,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,152
lean
-- Basic (propositional) forward chaining with conjunctive conclusions constants (a b c d e : nat) constants (p : nat → Prop) constants (q : nat → nat → Prop) constants (f : nat → nat) set_option blast.recursor false set_option blast.subst false definition lemma1 : a = d → b = e → p b → (p a → (¬ p e) ∧ p c) → ¬ p...
cb918efdde7aaf2ca905ac9bca665c0efad3bcb3
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/topology/shrinking_lemma.lean
be82d9206caafc48e0efb66e837e1c8064cbd898
[ "Apache-2.0" ]
permissive
jjgarzella/mathlib
96a345378c4e0bf26cf604aed84f90329e4896a2
395d8716c3ad03747059d482090e2bb97db612c8
refs/heads/master
1,686,480,124,379
1,625,163,323,000
1,625,163,323,000
281,190,421
2
0
Apache-2.0
1,595,268,170,000
1,595,268,169,000
null
UTF-8
Lean
false
false
12,200
lean
/- Copyright (c) 2021 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov, Reid Barton -/ import topology.separation /-! # The shrinking lemma In this file we prove a few versions of the shrinking lemma. The lemma says that in a normal top...
6b524a5cfe4c491e5ff14620f36a750ac509d288
9dc8cecdf3c4634764a18254e94d43da07142918
/src/ring_theory/polynomial/vieta.lean
9c4512d5551edc1cf7417c62b171eff30d888c5d
[ "Apache-2.0" ]
permissive
jcommelin/mathlib
d8456447c36c176e14d96d9e76f39841f69d2d9b
ee8279351a2e434c2852345c51b728d22af5a156
refs/heads/master
1,664,782,136,488
1,663,638,983,000
1,663,638,983,000
132,563,656
0
0
Apache-2.0
1,663,599,929,000
1,525,760,539,000
Lean
UTF-8
Lean
false
false
6,913
lean
/- Copyright (c) 2020 Hanting Zhang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Hanting Zhang -/ import field_theory.splitting_field import ring_theory.polynomial.symmetric /-! # Vieta's Formula The main result is `multiset.prod_X_add_C_eq_sum_esymm`, which shows...
6ffbd55fe7292dd08d2a94ace1ad182c2c22e3f1
a047a4718edfa935d17231e9e6ecec8c7b701e05
/src/topology/algebra/open_subgroup.lean
98eefa8310521794847e695caf8b34823b5c5f8b
[ "Apache-2.0" ]
permissive
utensil-contrib/mathlib
bae0c9fafe5e2bdb516efc89d6f8c1502ecc9767
b91909e77e219098a2f8cc031f89d595fe274bd2
refs/heads/master
1,668,048,976,965
1,592,442,701,000
1,592,442,701,000
273,197,855
0
0
null
1,592,472,812,000
1,592,472,811,000
null
UTF-8
Lean
false
false
7,253
lean
/- Copyright (c) 2019 Johan Commelin All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import order.filter.lift import topology.opens import topology.algebra.ring open topological_space open_locale topological_space set_option old_structure_cmd true /...
9aaebc91b1a9bce67e21052ab7901bd72ed54b2f
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/ring_theory/polynomial/scale_roots.lean
393103daa7ccca9d71329bfd28cd703e0f6d9e43
[ "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,582
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.non_zero_divisors import data.polynomial.algebra_map /-! # Scaling the roots of a polynomial This file defines `scale_roots p s` for a pol...
0160a756b9c5bc9cc8ea16ad10f14827454bcfde
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Lean/Data/Lsp/Capabilities.lean
4e78c5fa3cc3565cfed75271c70d295fc6bdf272
[ "Apache-2.0" ]
permissive
williamdemeo/lean4
72161c58fe65c3ad955d6a3050bb7d37c04c0d54
6d00fcf1d6d873e195f9220c668ef9c58e9c4a35
refs/heads/master
1,678,305,356,877
1,614,708,995,000
1,614,708,995,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,108
lean
/- Copyright (c) 2020 Marc Huisinga. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Marc Huisinga, Wojciech Nawrocki -/ import Lean.Data.JsonRpc import Lean.Data.Lsp.TextSync /-! Minimal LSP servers/clients do not have to implement a lot of functionality. Most useful...
1f4565bab51c4069cf401fb1706e1927e6ba607b
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/set/intervals/monoid.lean
30d120a5f3a257c11733b9b18eae858a74bdbeb4
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
4,107
lean
/- Copyright (c) 2020 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov, Patrick Massot -/ import data.set.intervals.basic import data.set.function import algebra.order.monoid.cancel.defs import algebra.order.monoid.canonical.defs im...