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
eea99c450a2e1ea2aec2d3ef37c2d29bfbc09553
432d948a4d3d242fdfb44b81c9e1b1baacd58617
/src/topology/uniform_space/basic.lean
ded0478c3148b4e5365d385ffebba473071be28b
[ "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
67,485
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro, Patrick Massot -/ import order.filter.lift import topology.separation /-! # Uniform spaces Uniform spaces are a generalization of metric spaces and top...
0121c41b80f230b2d6521159f3adf2e5b0465226
83c8119e3298c0bfc53fc195c41a6afb63d01513
/library/init/meta/tactic.lean
1d24029195c0774bc9942f4f98852331128c9ed3
[ "Apache-2.0" ]
permissive
anfelor/lean
584b91c4e87a6d95f7630c2a93fb082a87319ed0
31cfc2b6bf7d674f3d0f73848b842c9c9869c9f1
refs/heads/master
1,610,067,141,310
1,585,992,232,000
1,585,992,232,000
251,683,543
0
0
Apache-2.0
1,585,676,570,000
1,585,676,569,000
null
UTF-8
Lean
false
false
62,657
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.function init.data.option.basic init.util import init.category.combinators init.category.monad init.category.alternative init.category.m...
fad5646d53bd5ac4df6ae47ba546d50c9ff10f46
5ae26df177f810c5006841e9c73dc56e01b978d7
/test/rcases.lean
65cd7f7782e4ee5e5169945a5f1a3164b4085b02
[ "Apache-2.0" ]
permissive
ChrisHughes24/mathlib
98322577c460bc6b1fe5c21f42ce33ad1c3e5558
a2a867e827c2a6702beb9efc2b9282bd801d5f9a
refs/heads/master
1,583,848,251,477
1,565,164,247,000
1,565,164,247,000
129,409,993
0
1
Apache-2.0
1,565,164,817,000
1,523,628,059,000
Lean
UTF-8
Lean
false
false
1,867
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon -/ import tactic.rcases universe u variables {α β γ : Type u} example (x : α × β × γ) : true := begin rcases x with ⟨a, b, c⟩, { guard_hyp a := α, guard_hyp b := β,...
bd6901cc1eb9d105f0bd1da28351ed7242a8215a
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/hott/algebra/category/constructions/functor.hlean
866e72be7a4f9ef2bdfb1c10416db352092168e4
[ "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
16,094
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, Jakob von Raumer Functor precategory and category -/ import ..nat_trans ..category .opposite open eq category is_trunc nat_trans iso is_equiv category.hom names...
951d4841d6c925e0e2e571a562ba54bb9eefd9e7
6094e25ea0b7699e642463b48e51b2ead6ddc23f
/library/data/finset/comb.lean
14f22cbabb9da34eef6276f6c0c57685410a2823
[ "Apache-2.0" ]
permissive
gbaz/lean
a7835c4e3006fbbb079e8f8ffe18aacc45adebfb
a501c308be3acaa50a2c0610ce2e0d71becf8032
refs/heads/master
1,611,198,791,433
1,451,339,111,000
1,451,339,111,000
48,713,797
0
0
null
1,451,338,939,000
1,451,338,939,000
null
UTF-8
Lean
false
false
18,908
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura, Jeremy Avigad Combinators for finite sets. -/ import data.finset.basic logic.identities open list quot subtype decidable perm function namespace finset /- i...
1f65df8f2ce1bde54cf5c8e457c06287f8971031
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/linear_algebra/matrix/charpoly/finite_field.lean
429b18e1a6f644b74e198ae6deb4083a5fc1de74
[ "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,347
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 -/ import linear_algebra.matrix.charpoly.coeff import field_theory.finite.basic import data.matrix.char_p /-! # Results on characteristic pol...
80ad05fbfd64bd90f73fea46f04a338b7ecdda42
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/category_theory/products/basic.lean
ebc352011d5c8d01009ec2c571860edf4f38a24b
[ "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
5,750
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Stephen Morgan, Scott Morrison -/ import category_theory.eq_to_hom namespace category_theory universes v₁ v₂ v₃ v₄ u₁ u₂ u₃ u₄ -- declare the `v`'s first; see `category_theory.catego...
caa291221cb0fff2e6e282cd9d6e0bbae7985b6f
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/number_theory/basic.lean
90457329569749b5992946e3a8b514b7bd7c3bc3
[]
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
526
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Kenny Lau -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.geom_sum import Mathlib.ring_theory.ideal.basic import Mathlib.PostPort ...
b883ec210dfed16bfa75320dc01d20762f5e98f7
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/elab_bug1.lean
0afe714e73a0e7a6019c6cabca5526790df7a40f
[ "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
2,669
lean
---------------------------------------------------------------------------------------------------- --- Copyright (c) 2014 Microsoft Corporation. All rights reserved. --- Released under Apache 2.0 license as described in the file LICENSE. --- Author: Jeremy Avigad ------------------------------------------------------...
3527b103000496c4130dd151ac544f92a5b05eb9
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/real/ennreal.lean
d733c10d3bff9e61905bdefcc9d20a78681f5556
[ "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
62,462
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, Yury Kudryashov -/ import data.real.nnreal import data.set.intervals /-! # Extended non-negative reals We define `ennreal = ℝ≥0∞ := with_no ℝ≥0` to be the type of ext...
22b45b8dd4ed52cd067b170bbe4454fa2e0f580b
ec5e5a9dbe7f60fa5784d15211d8bf24ada0825c
/src/LLVMOutput.lean
5fca24462a5814d08282c4c7838d1bf45e2ee172
[]
no_license
pnwamk/lean-llvm
fcd9a828e52e80eb197f7d9032b3846f2e09ef74
ebc3bca9a57a6aef29529d46394f560398fb5c9c
refs/heads/master
1,668,418,078,706
1,593,548,643,000
1,593,548,643,000
258,617,753
0
0
null
1,587,760,298,000
1,587,760,298,000
null
UTF-8
Lean
false
false
5,789
lean
import Init.Data.Array import Init.Data.Int import Init.Data.RBMap import Init.System.IO import LeanLLVM.AST import LeanLLVM.PP import LeanLLVM.DataLayout import LeanLLVM.LLVMCodes import LeanLLVM.LLVMFFI namespace LLVM namespace Output @[reducible] def SymMap := RBMap Symbol FFI.Value (λx y => decide (x < y)) @[re...
458e01fe00cde993b2eaf59c9f86d80423eae811
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/algebra/floor_ring_auto.lean
ec5fe3b7a2cd855f67a3a043d1521b485af40f40
[]
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,734
lean
/- Copyright (c) 2020 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anatole Dedecker Basic topological facts (limits and continuity) about `floor`, `ceil` and `fract` in a `floor_ring`. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default ...
f01caca4d6ec3aee0675b27cd9ba6ccd64930ee2
302c785c90d40ad3d6be43d33bc6a558354cc2cf
/src/analysis/special_functions/pow.lean
83b13ad9b09af920ec8bc8751dd85dbeb2abcab0
[ "Apache-2.0" ]
permissive
ilitzroth/mathlib
ea647e67f1fdfd19a0f7bdc5504e8acec6180011
5254ef14e3465f6504306132fe3ba9cec9ffff16
refs/heads/master
1,680,086,661,182
1,617,715,647,000
1,617,715,647,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
69,661
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 ...
ea283ddc80a6e4de8cf8ce691c57fe2b4b1c0b52
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/algebra/group/ulift.lean
1e790e3fd147d2c8148a5ccf1b7d89eef055c4e4
[ "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
4,098
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 data.equiv.mul_add import tactic.pi_instances /-! # `ulift` instances for groups and monoids This file defines instances for group, monoid, semigroup and rel...
3f6279e73f3eec1e740063f10fce6623169224d9
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/number_theory/dioph.lean
303868f07b3099700cede045788770e649571981
[]
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
25,510
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.number_theory.pell import Mathlib.data.pfun import Mathlib.data.fin2 import Mathlib.PostPor...
fe7dbc23f5e2ef1fcd318babcf2cc7a3cf50c8ce
30b012bb72d640ec30c8fdd4c45fdfa67beb012c
/algebra/pi_instances.lean
be69235c017fd746a17e5e90c410ee0c9eda8a84
[ "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
15,016
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 Pi instances for algebraic structures. -/ import order.basic import algebra.module algebra.group import data.finset import tactic.pi_instances namespace pi u...
056c778b6d3920611196eb245ecab706d1f11ac8
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/src/Lean/Meta/Basic.lean
c08f136ca8fe7a259e54fbdec09a2f520e6e66d8
[ "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
73,186
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Data.LOption import Lean.Environment import Lean.Class import Lean.ReducibilityAttrs import Lean.Util.Trace import Lean.Util.RecDepth import Lea...
2658a3f4495f5b3c9473ec428bb265ffd190e1da
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/data/list/basic.lean
c1f1c5adea7c13a55291696b3f6727d596b321ac
[ "Apache-2.0" ]
permissive
anrddh/mathlib
6a374da53c7e3a35cb0298b0cd67824efef362b4
a4266a01d2dcb10de19369307c986d038c7bb6a6
refs/heads/master
1,656,710,827,909
1,589,560,456,000
1,589,560,456,000
264,271,800
0
0
Apache-2.0
1,589,568,062,000
1,589,568,061,000
null
UTF-8
Lean
false
false
154,184
lean
/- Copyright (c) 2014 Parikshit Khanna. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Parikshit Khanna, Jeremy Avigad, Leonardo de Moura, Floris van Doorn, Mario Carneiro -/ import algebra.group import data.nat.basic /-! # Basic properties of lists -/ open function ...
03895f76548765badb77eca8ea812a68657792ae
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/test/lint.lean
298ca38530bedad72a00efa37622188e8553d474
[ "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
4,325
lean
import tactic.lint import algebra.ring.basic def foo1 (n m : ℕ) : ℕ := n + 1 def foo2 (n m : ℕ) : m = m := by refl lemma foo3 (n m : ℕ) : ℕ := n - m lemma foo.foo (n m : ℕ) : n ≥ n := le_refl n instance bar.bar : has_add ℕ := by apply_instance -- we don't check the name of instances lemma foo.bar (ε > 0) : ε = ε := r...
07757cfe30d4f9e37a411464dfa22b5205618a14
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/preadditive/default.lean
e7e601d26845e83c37067be615cc6942ac308cd7
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
13,328
lean
/- Copyright (c) 2020 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel, Jakob von Raumer -/ import algebra.big_operators.basic import algebra.hom.group import algebra.module.basic import category_theory.endomorphism import category_theory.lim...
159badc638a7b0014d0ad83063b78f8449f8283a
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/measure_theory/decomposition/lebesgue.lean
b6c8c243b82d2c915014354464d75f019efb4221
[ "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
63,440
lean
/- Copyright (c) 2021 Kexing Ying. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kexing Ying -/ import measure_theory.measure.complex import measure_theory.measure.sub import measure_theory.decomposition.jordan import measure_theory.measure.with_density_vector_measure...
b49814c87a6d7cdddf00f067928cddf4f05ed49e
618003631150032a5676f229d13a079ac875ff77
/src/category_theory/monoidal/of_has_finite_products.lean
a9b349549d152268f1cd94eeb53bdc1432b3ebac
[ "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
4,490
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Simon Hudon -/ import category_theory.monoidal.category import category_theory.limits.shapes.binary_products import category_theory.limits.types /-! # The natural mono...
85218c5767456eaafb71f80cf654704a5427a088
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/order/complete_lattice.lean
8c07ab547779d3989a233ad36d2598da4806d67c
[ "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
56,566
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.bool.set import data.nat.basic import order.bounds /-! # Theory of complete lattices ## Main definitions * `Sup` and `Inf` are the supremum and the inf...
0a5610f00f6545c9d0ee72a471ef789f4c9642b5
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/analysis/normed_space/indicator_function.lean
eda49b24d8215566391e7b982a5791a7d65910a1
[ "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
1,166
lean
/- Copyright (c) 2020 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import data.indicator_function import analysis.normed_space.basic /-! # Indicator function and norm This file contains a few simple lemmas about `set...
5fb1b5a05a7d3b7d2653c560223661431a4f15e7
fe84e287c662151bb313504482b218a503b972f3
/src/commutative_algebra/localization.lean
c9caba1e30f9835f93922fcaf8ff729c470740d0
[]
no_license
NeilStrickland/lean_lib
91e163f514b829c42fe75636407138b5c75cba83
6a9563de93748ace509d9db4302db6cd77d8f92c
refs/heads/master
1,653,408,198,261
1,652,996,419,000
1,652,996,419,000
181,006,067
4
1
null
null
null
null
UTF-8
Lean
false
false
15,079
lean
/- Copyright (c) 2019 Neil Strickland. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Neil Strickland This is about localization of commutative rings and semirings. The most common approach is to start with a commutative ring `A` and a subset `S` that contains `1` an...
eb985dd6b93def1a305cf171da02fff537dbadb6
130c49f47783503e462c16b2eff31933442be6ff
/stage0/src/Lean/Elab/Tactic/Basic.lean
2b0ff5806cbad24dc25cfbb3dfe2a88461f26cb4
[ "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
14,554
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich -/ import Lean.Util.CollectMVars import Lean.Parser.Command import Lean.Meta.PPGoal import Lean.Meta.Tactic.Assumption import Lean.Meta.Tact...
bb7bcaa100a5c7226a85b7c6f07e57b8ffdbb013
618003631150032a5676f229d13a079ac875ff77
/src/data/real/pi.lean
d053659b3fc6ea9c2372f0f3e0ae6d1b81e52ea1
[ "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
12,559
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 analysis.special_functions.trigonometric namespace real variable (x : ℝ) /-- the series `sqrt_two_add_series x n` is `sqrt(2 + sqrt(2 + ... ))` with `n` ...
9e43b14a0c1e9f3f2dee4820513949f6098d9ad1
df561f413cfe0a88b1056655515399c546ff32a5
/8-inequality-world/l5.lean
db45687e1f7a743ea2d4a80769df0bfabc335702
[]
no_license
nicholaspun/natural-number-game-solutions
31d5158415c6f582694680044c5c6469032c2a06
1e2aed86d2e76a3f4a275c6d99e795ad30cf6df0
refs/heads/main
1,675,123,625,012
1,607,633,548,000
1,607,633,548,000
318,933,860
3
1
null
null
null
null
UTF-8
Lean
false
false
177
lean
theorem le_trans (a b c : mynat) (hab : a ≤ b) (hbc : b ≤ c) : a ≤ c := begin cases hab with d hd, cases hbc with e he, use (d + e), rw he, rw hd, rw add_assoc, refl, end
cdcd02a1b25593adcd95c711188a836f42d6e2b0
1446f520c1db37e157b631385707cc28a17a595e
/stage0/src/Init/Data/Option/Basic.lean
b1c2f156e102cb79460038ad9876352535badea9
[ "Apache-2.0" ]
permissive
bdbabiak/lean4
cab06b8a2606d99a168dd279efdd404edb4e825a
3f4d0d78b2ce3ef541cb643bbe21496bd6b057ac
refs/heads/master
1,615,045,275,530
1,583,793,696,000
1,583,793,696,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,135
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Core import Init.Control.Monad import Init.Control.Alternative import Init.Coe open Decidable universes u v namespace Option def toMo...
2eecbccfadd7e974dc5d1c05a0a0cfe31f91cee3
cabd1ea95170493667c024ef2045eb86d981b133
/src/super/prover.lean
dd3e1c09723803f77a248531e1a08301bba43cfc
[]
no_license
semorrison/super
31db4b5aa5ef4c2313dc5803b8c79a95f809815b
0c6c03ba9c7470f801eb4d055294f424ff090308
refs/heads/master
1,630,272,140,541
1,511,054,739,000
1,511,054,756,000
114,317,807
0
0
null
1,513,304,776,000
1,513,304,775,000
null
UTF-8
Lean
false
false
3,649
lean
/- Copyright (c) 2017 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause .prover_state import .misc_preprocessing import .selection import .trim -- default inferences -- 0 import .clausifier -- 10 import .demod import .inhabi...
3d70bf67fbcf125c323ac2a219d80443fd32e01c
9dc8cecdf3c4634764a18254e94d43da07142918
/src/measure_theory/integral/mean_inequalities.lean
ea58ec559bf9cccb61311cdf8e5bc31b7edeedb5
[ "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
19,528
lean
/- Copyright (c) 2020 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Rémy Degenne -/ import measure_theory.integral.lebesgue import analysis.mean_inequalities import analysis.mean_inequalities_pow import measure_theory.function.special_functions /-! # Me...
8b531b8cd7112ac0d875886e4be94b2e4ec52525
097294e9b80f0d9893ac160b9c7219aa135b51b9
/instructor/propositional_logic/hw8.lean
a46b72f59106e3967d472e7538cce2865364027e
[]
no_license
AbigailCastro17/CS2102-Discrete-Math
cf296251be9418ce90206f5e66bde9163e21abf9
d741e4d2d6a9b2e0c8380e51706218b8f608cee4
refs/heads/main
1,682,891,087,358
1,621,401,341,000
1,621,401,341,000
368,749,959
0
0
null
null
null
null
UTF-8
Lean
false
false
242
lean
/- In this homework you first reconceptualize our implementation of propositional logic as a language of Boolean arithmetic. Then you apply what you've learned to extend it with relational expressions that evaluate to truth values. -/
3e8e21ff18baeed2eb50c8bafdd05294d14e29eb
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/data/bool.lean
632b51c7276039f9616ee1eebfc70e49aac967cc
[ "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
6,482
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura, Jeremy Avigad -/ /-! # booleans This file proves various trivial lemmas about booleans and their relation to decidable propositions. ## Notations This file...
daed9d839f07a3318717ad12fbaacbd79ab2b781
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/tests/lean/zipper.lean
5e1f081aa88f3b56fb27a77e792c56af1d66137b
[ "Apache-2.0" ]
permissive
dupuisf/lean4
d082d13b01243e1de29ae680eefb476961221eef
6a39c65bd28eb0e28c3870188f348c8914502718
refs/heads/master
1,676,948,755,391
1,610,665,114,000
1,610,665,114,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,405
lean
structure ListZipper (α : Type) := (xs : List α) (bs : List α) -- set_option trace.compiler.ir.rc true variables {α : Type} namespace ListZipper def goForward : ListZipper α → ListZipper α | ⟨[], bs⟩ => ⟨[], bs⟩ | ⟨x::xs, bs⟩ => ⟨xs, x::bs⟩ def goBackward : ListZipper α → ListZipper α | ⟨xs, []⟩ => ⟨xs, []⟩ ...
20074c1db556392e5333af5402c3fea1cde7bbd8
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/nat/modeq.lean
53ee3cded32c970d9eb12dae9367d1f6c152ce4d
[ "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
20,874
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.int.gcd import data.list.rotate import tactic.abel /-! # Congruences modulo a natural number This file defines the equivalence relation `a ≡ b [MOD n]` ...
78b4e6a4c05859ecfc9fbc5abfbd022c6b2fe87f
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/tactic/omega/nat/form.lean
930a3b6d216eb85c55f92e9d6f488c5a4debebbf
[ "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
5,770
lean
/- Copyright (c) 2019 Seul Baek. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Seul Baek Linear natural number arithmetic preformulas in pre-normalized preform. -/ import tactic.omega.nat.preterm namespace omega namespace nat /-- Intermediate shadow syntax for LNA...
26a682b5b058ada81d0d31a90f988e1ecf58fb1f
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/run/lcnf1.lean
dc87a411fe13f78615daff5fa1d0c5bc35ad7371
[ "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,720
lean
import Lean open Lean #eval Compiler.compile #[``List.map] #eval Compiler.compile #[``Lean.Elab.Term.synthesizeInstMVarCore] #eval Compiler.compile #[``Eq.ndrec] def g1 (x : Nat) (h : Nat = Int) : Int := (h ▸ x) + 1 #eval Compiler.compile #[``g1] def f (h : False) (x : Nat) : Nat := (h.rec : Nat → Nat) x #e...
d775ecd71de7edcc009d2158cb8333b1ab717483
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/topology/algebra/infinite_sum.lean
7af2ba7247d4c6a78b15a1b871fa4537b5063b41
[ "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
61,033
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 algebra.big_operators.nat_antidiagonal import data.equiv.encodable.lattice import topology.algebra.mul_action import top...
afa00f818cb949e4e0cf1446bbf518a68c0a013f
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/archive/imo/imo2005_q4.lean
ac90ef53f0bccddf599648f2d2106895e1b08d02
[ "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,607
lean
/- Copyright (c) 2021 Heather Macbeth. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Heather Macbeth -/ import field_theory.finite.basic /-! # IMO 2005 Q4 > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. ...
4f1295b953de64c884c3fbaee97c6ab75d14acb9
48eee836fdb5c613d9a20741c17db44c8e12e61c
/src/universal/product.lean
24d66f33d750e8cb1bea70b4a581c163b773f2d3
[ "Apache-2.0" ]
permissive
fgdorais/lean-universal
06430443a4abe51e303e602684c2977d1f5c0834
9259b0f7fb3aa83a9e0a7a3eaa44c262e42cc9b1
refs/heads/master
1,592,479,744,136
1,589,473,399,000
1,589,473,399,000
196,287,552
1
1
null
null
null
null
UTF-8
Lean
false
false
5,098
lean
-- Copyright © 2019 François G. Dorais. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. import .basic import .homomorphism import .identity namespace universal variables {τ : Type} {σ : Type*} (sig : signature τ σ) namespace algebra section pi variables {sig} {ι : Type*} ...
a2d66d557ee92156347a4f4c89abbde46d2ad3ee
37da0369b6c03e380e057bf680d81e6c9fdf9219
/hott/init/equiv.hlean
48f936cf849d80cdf2fac5f72dbb4d5f262e492e
[ "Apache-2.0" ]
permissive
kodyvajjha/lean2
72b120d95c3a1d77f54433fa90c9810e14a931a4
227fcad22ab2bc27bb7471be7911075d101ba3f9
refs/heads/master
1,627,157,512,295
1,501,855,676,000
1,504,809,427,000
109,317,326
0
0
null
1,509,839,253,000
1,509,655,713,000
C++
UTF-8
Lean
false
false
19,108
hlean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad, Jakob von Raumer, Floris van Doorn Ported from Coq HoTT -/ prelude import .path .function open eq function lift /- Equivalences -/ -- This is our definition of...
e5d43dce1301ea0352994338e7cd71fb7d44ef40
4fa161becb8ce7378a709f5992a594764699e268
/src/data/nat/sqrt.lean
cfd161773b815bcd6c702796670afae107e2fec2
[ "Apache-2.0" ]
permissive
laughinggas/mathlib
e4aa4565ae34e46e834434284cb26bd9d67bc373
86dcd5cda7a5017c8b3c8876c89a510a19d49aad
refs/heads/master
1,669,496,232,688
1,592,831,995,000
1,592,831,995,000
274,155,979
0
0
Apache-2.0
1,592,835,190,000
1,592,835,189,000
null
UTF-8
Lean
false
false
7,010
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, Johannes Hölzl, Mario Carneiro An efficient binary implementation of a (sqrt n) function that returns s s.t. s*s ≤ n ≤ s*s + s + s -/ import data.nat.cas...
abc2e992c56753b42def81d8c0e33acafc5555af
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/topology/algebra/filter_basis.lean
9112cdc01372e2cc3721e227ce91aec1853d9de9
[ "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
15,934
lean
/- Copyright (c) 2021 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot -/ import order.filter.bases import topology.algebra.module.basic /-! # Group and ring filter bases A `group_filter_basis` is a `filter_basis` on a group with some pro...
4febb45df3c90922a96e5cdacd0e55cf2648c8d3
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Compiler/LCNF/ToExpr.lean
9abc4fb15d07f8f1992de3bd50bcab240e09cb23
[ "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,928
lean
/- Copyright (c) 2022 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Compiler.LCNF.Basic namespace Lean.Compiler.LCNF namespace ToExpr private abbrev LevelMap := FVarIdMap Nat private def _root_.Lean.FVarId.to...
f23d5427d48d4d6a63e8488fab3e7d2940186082
724b37749f589c3ad15e106a1a0610240659c140
/fingerTree.lean
e4dd06223e2deae1c52563ba7b1ec4495369fa94
[ "Apache-2.0" ]
permissive
Vtec234/lean4-bits
3865b6f11edbcdf82ea3a0a89d6ac8046fc41ef9
0d9340285b208553e0e0b31acfb2c9097ff4546a
refs/heads/master
1,688,039,348,308
1,627,783,881,000
1,627,784,253,000
391,503,122
0
0
null
null
null
null
UTF-8
Lean
false
false
10,767
lean
/-! https://www.cs.tufts.edu/~nr/cs257/archive/koen-claessen/finger-trees.pdf -/ /-! Idea: normal list. -/ namespace Finger₀ inductive Seq α where | nil : Seq α | cons : α → Seq α → Seq α deriving Inhabited variable [Inhabited α] def Seq.head : Seq α → α | cons a as => a | nil => panic! "no last" d...
37c0d34572583296d94ababfa103b3fe4885300f
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/tactic/equiv_rw.lean
0617d9d45f1c31706c154c5eb1dcbf1f9a29b14a
[ "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,096
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import tactic.simp_result import tactic.clear import control.equiv_functor.instances /-! # The `equiv_rw` tactic transports goals or hypotheses along equivalences. ...
1dd93c954d940ddbe85bc917769098c396695879
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/elab8.lean
f53fed16db68d71d3ba2871d4c896544e0b105b8
[ "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
276
lean
set_option pp.notation false set_option pp.implicit true set_option pp.numerals false set_option pp.binder_types true variables (A : Type*) [has_add A] [has_one A] [has_lt A] (a : A) #check a + 1 #check λ (H : a > 1), a + 1 #check λ (H₁ : a > 1) (H₂ : a < 5), a + 1
88e4ea126fbdaee60c4c13ff5592ba34b461b022
dd4e652c749fea9ac77e404005cb3470e5f75469
/src/eigenvectors/complex_adjoint.lean
3be374cac8d0417eaa878c467592843b0b5e0334
[]
no_license
skbaek/cvx
e32822ad5943541539966a37dee162b0a5495f55
c50c790c9116f9fac8dfe742903a62bdd7292c15
refs/heads/master
1,623,803,010,339
1,618,058,958,000
1,618,058,958,000
176,293,135
3
2
null
null
null
null
UTF-8
Lean
false
false
7,352
lean
import eigenvectors.hermitian_form -- import missing_mathlib.linear_algebra.basic noncomputable theory open_locale classical variables {R : Type*} {M : Type*} [ring R] [add_comm_group M] [module R M] variables {I : R ≃+* Rᵒᵖ} {H : hermitian_form R M I} namespace linear_map def has_adjoint (F G : M →ₗ[R] M) (H : he...
5ff32e0faeb6432a374539f13550908902a4261d
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/structure.lean
2d47702d931628e35cd2b431e7b644ad730b5728
[ "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,262
lean
import Lean open Lean structure S1 := (x y : Nat) structure S2 extends S1 := (z : Nat) structure S3 := (w : Nat) structure S4 extends S2, S3 := (s : Nat) def check (b : Bool) : CoreM Unit := unless b do throwError "check failed" class S5 := (x y : Nat) inductive D | mk (x y z : Nat) : D def tst : CoreM Unit :=...
e60c40eb14d14e9bc5849f6a45ced3101d5bff81
bb31430994044506fa42fd667e2d556327e18dfe
/src/measure_theory/covering/besicovitch.lean
186470555d8a252c408f468be879ce5cf9c8f696
[ "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
60,361
lean
/- Copyright (c) 2021 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import measure_theory.covering.differentiation import measure_theory.covering.vitali_family import measure_theory.integral.lebesgue import measure_theory.measur...
b8085d380065ded14e618227ebec94cf83cdaa8e
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/algebra/order/field/power.lean
aa69291ff6968abac370dc38036b3bb31e2b7349
[ "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
6,692
lean
/- Copyright (c) 2014 Robert Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Lewis, Leonardo de Moura, Mario Carneiro, Floris van Doorn -/ import algebra.parity import algebra.char_zero.lemmas import algebra.group_with_zero.power import algebra.order.field...
71defb9ad58abc3e51cc5d12b0568989a73a33ab
53f7fd7840fe4979de24f9611c89f2ee1b4fc5dc
/src/backtrack.lean
0cb182c83ffc425f51b21bf1330796737559ddcc
[]
no_license
cipher1024/search-trees
6d1925283c6ce47d84bdf41ca40d8317ff2e64d7
0e0ea0ee59f0b0499ebad1ef6f34f09ec9666cde
refs/heads/master
1,673,300,158,759
1,603,984,112,000
1,603,984,112,000
308,132,998
1
0
null
null
null
null
UTF-8
Lean
false
false
989
lean
import control.monad.cont open tactic namespace tactic -- this should probably be PR-ed meta def bt_tac (α : Type) := ∀ r, cont_t r tactic α meta instance : monad bt_tac := { pure := λ α x r, pure x, bind := λ α β x f r, x r >>= λ a, f a r } meta instance bt_tac.alternative : alternative bt_tac := { failure := ...
0d7fcbd9e20676aa3a2530ed655c81f3c6384b39
43390109ab88557e6090f3245c47479c123ee500
/src/M1F/problem_bank/0201/S0201.lean
e23ab6a4c0a60f2645c7492a9a3b761ea4b01b52
[ "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
19,037
lean
import xenalib.M1Fstuff algebra.group_power xenalib.square_root -- automatic coercions to reals section M1F_Sheet02 -- #check arbitrary -- #print arbitrary -- #check default -- #print default -- ask about this /- example : arbitrary = default := begin unfold eq, end -/ -- set_option pp.all true def countable_...
1b6159ff6a3a8e1a4cc5f71f4999694e1ebaa1d2
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/tests/lean/bytearray.lean
99b2cd680ad3d8d9ba25f9ef578346da69ee7884
[ "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
231
lean
def tst : IO Unit := do let bs := [1, 2, 3].toByteArray; IO.println bs; let bs := bs.push 4; let bs := bs.set! 1 20; IO.println bs; let bs₁ := bs.set! 2 30; IO.println bs₁; IO.println bs; IO.println bs.size; pure () #eval tst
96159a4c1bfeb9916a0a700ca38e5afb6d920509
3446e92e64a5de7ed1f2109cfb024f83cd904c34
/src/game/world1/level3.lean
fd9c5a42bcd56197be546f55a550ac1f36fda034
[]
no_license
kckennylau/natural_number_game
019f4a5f419c9681e65234ecd124c564f9a0a246
ad8c0adaa725975be8a9f978c8494a39311029be
refs/heads/master
1,598,784,137,722
1,571,905,156,000
1,571,905,156,000
218,354,686
0
0
null
1,572,373,319,000
1,572,373,318,000
null
UTF-8
Lean
false
false
2,863
lean
import mynat.definition -- hide namespace mynat -- hide /- # World 1 : Tutorial world ## level 3: The rewrite (`rw`) tactic. The rewrite tactic is the way to "substitute in" the value of a variable. In general, If you have a hypothesis of the form `A = B`, and your goal mentions the left hand side `A` somewhere, the...
8a8ea119d63833f38bf3b09462798a96efe77c38
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/algebra/basic_auto.lean
a0c8a2245c8e3f1db16cf7bc33c52bb9263c93fe
[]
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
75,001
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Yury Kudryashov -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.nth_rewrite.default import Mathlib.data.matrix.basic import Mathlib.data.equi...
0763cbcd22abbd4db55897bfcae20a1e66922bb8
92b50235facfbc08dfe7f334827d47281471333b
/library/data/fin.lean
57f8dfd82f8cad358b97bf83243009cf0054d3e3
[ "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
12,250
lean
/- Copyright (c) 2015 Haitao Zhang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Haitao Zhang, Leonardo de Moura Finite ordinal types. -/ import data.list.basic data.finset.basic data.fintype.card algebra.group open eq.ops nat function list finset fintype structure...
612e32d417180cc67748b3189d7957d9fae77013
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/set/default_auto.lean
9f5e8ab36d1aa1f1e774a2002f0457a595b5cc2b
[]
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
188
lean
import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.set.finite import Mathlib.data.set.intervals.default import Mathlib.PostPort namespace Mathlib end Mathlib
d4c1c2cf83d5e5afcedaf8d5a1eba655fec9fd9b
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/seq/parallel.lean
32ecf2e561c6f5c3b6b4e39fc34e4fbc8e14addd
[ "Apache-2.0" ]
permissive
jcommelin/mathlib
d8456447c36c176e14d96d9e76f39841f69d2d9b
ee8279351a2e434c2852345c51b728d22af5a156
refs/heads/master
1,664,782,136,488
1,663,638,983,000
1,663,638,983,000
132,563,656
0
0
Apache-2.0
1,663,599,929,000
1,525,760,539,000
Lean
UTF-8
Lean
false
false
12,119
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro Parallel computation of a computable sequence of computations by a diagonal enumeration. The important theorems of this operation are proven as terminates_parall...
e4ce2622ca8b5e5c59eab682901d8b031ed69d66
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/playground/levelparsertest1.lean
12a726a3187d40a0fe9442e8a6ee046a31ae5747
[ "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
498
lean
import init.lean.parser.level open Lean open Lean.Parser def testParser (input : String) : IO Unit := do env ← mkEmptyEnvironment; levelPTables ← builtinLevelParsingTable.get; stx ← IO.ofExcept $ runParser env levelPTables input; IO.println stx def main (xs : List String) : IO Unit := do testParser "max 0 1"; testPar...
fa1065bc58cf3fc9aeb78e161c944ab1e9732d9c
432d948a4d3d242fdfb44b81c9e1b1baacd58617
/src/algebra/lie/abelian.lean
268ad1112e4357d8b25cdf8548dde5024d726e34
[ "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
10,931
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.of_associative import algebra.lie.ideal_operations /-! # Trivial Lie modules and Abelian Lie algebras The action of a Lie algebra `L` on a module `M` i...
a19b5f7b73b723cc270c06fb602f1dcc5087f269
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/topology/unit_interval.lean
28a1e9a3e9a69ddf6da576926660c32fc8824679
[ "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
3,671
lean
/- Copyright (c) 2020 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Scott Morrison -/ import topology.instances.real import topology.algebra.field /-! # The unit interval, as a topological space Use `open_locale unit_interval` to turn...
bc1f062a50744d8868d8942ce0f2c7ec986041c1
7cef822f3b952965621309e88eadf618da0c8ae9
/src/algebra/category/CommRing/basic.lean
cdc08c31c835d33062ef807c6f4ee53d6b82e74d
[ "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
6,420
lean
/- Copyright (c) 2018 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Johannes Hölzl, Yury Kudryashov -/ import algebra.category.Group import category_theory.fully_faithful import algebra.ring import data.int.basic /-! # Category instan...
ad9262a11c5d2ec1ce6ff780223bff75484aa60e
63abd62053d479eae5abf4951554e1064a4c45b4
/src/data/finsupp/lattice.lean
9c84d5e819270a097a76475b8403d4c7843d4d4e
[ "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
4,248
lean
/- Copyright (c) 2020 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson -/ import data.finsupp.basic import algebra.ordered_group /-! # Lattice structure on finsupps This file provides instances of ordered structures on finsupps. -/ open...
153dc668f3397a20eec2ebb0cf3e45655a70f316
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/run/sizeof6.lean
06496411f9e8f08483b0b41ed8c2fe8638e6a5c4
[ "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
147
lean
import Std inductive Foo where | mk (args : Std.PersistentArray Foo) #print Foo.mk.sizeOf_spec #print Foo._sizeOf_2_eq #print Foo._sizeOf_3_eq
7c6fd85dc9485ab71660ca47f382837f270413ec
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/ring_theory/discrete_valuation_ring.lean
9617c434c3429249568626c10febe6a12beec760
[ "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
17,209
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 ring_theory.principal_ideal_domain import order.conditionally_complete_lattice import ring_theory.multiplicity import ring_theory.valuation.basic /-! # Discret...
ef4ff6e4bcdc4447c5b884f46cd91b2b1f540cc9
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/337.lean
dbf16d131a7922c5d354b2e5d542f175a9ecb8a0
[ "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,472
lean
section variable (G : Type 1) (T : Type 1) (EG : G → G → Type) (getCtx : T → G) inductive CtxSyntaxLayer where inductive TySyntaxLayer where | arrow : {Γ : G} → (A B : T) → EG Γ (getCtx A) → EG Γ (getCtx B) → TySyntaxLayer end section variable (G : Type 1) (T : Type 1) (Tm : Type 1) ...
0d28eab735e3a84fc2bc4fc6becf6f1a1c4b22b8
8cb37a089cdb4af3af9d8bf1002b417e407a8e9e
/library/init/data/rbtree/basic.lean
8d62d804ba54abc24bb0326e4fcc58ca0a7b4669
[ "Apache-2.0" ]
permissive
kbuzzard/lean
ae3c3db4bb462d750dbf7419b28bafb3ec983ef7
ed1788fd674bb8991acffc8fca585ec746711928
refs/heads/master
1,620,983,366,617
1,618,937,600,000
1,618,937,600,000
359,886,396
1
0
Apache-2.0
1,618,936,987,000
1,618,936,987,000
null
UTF-8
Lean
false
false
6,872
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 universes u v inductive rbnode (α : Type u) | leaf : rbnode | red_no...
8a97391462f3b17866bb4bb98d55bf5747cc5c66
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/nat/pairing_auto.lean
e08c9bed7cf25262d3322b3f14f957bc674acf7b
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
2,135
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, Mario Carneiro Elegant pairing function. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.nat.sqrt import Mathlib.data.set....
0e84edc9302110d48b16ff87c67e5b613a460758
f083c4ed5d443659f3ed9b43b1ca5bb037ddeb58
/set_theory/ordinal.lean
3d15090b3d770bfc039663681c2ac9ee6fccdb74
[ "Apache-2.0" ]
permissive
semorrison/mathlib
1be6f11086e0d24180fec4b9696d3ec58b439d10
20b4143976dad48e664c4847b75a85237dca0a89
refs/heads/master
1,583,799,212,170
1,535,634,130,000
1,535,730,505,000
129,076,205
0
0
Apache-2.0
1,551,697,998,000
1,523,442,265,000
Lean
UTF-8
Lean
false
false
117,113
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro Ordinal arithmetic. Ordinals are defined as equivalences of well-ordered sets by order isomorphism. -/ import order.order_iso set_theory.cardinal data.sum noncomputable...
f97ce34469776bc269a76868e41058f43d7590b0
94e33a31faa76775069b071adea97e86e218a8ee
/src/algebra/algebra/basic.lean
61cdbaa5a976d0798aff1bb836fa869418294793
[ "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
63,869
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Yury Kudryashov -/ import algebra.module.basic import algebra.ring.aut import algebra.ring.ulift import algebra.module.ulift import linear_algebra.span import tactic.abel /-! # ...
c457c8e009bb976b1e315fc60a14888d7d8f7902
26ac254ecb57ffcb886ff709cf018390161a9225
/src/algebra/add_torsor.lean
1f4ca2104496581a85434d4152b183ca872e7d81
[ "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
13,754
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers, Yury Kudryashov. -/ import algebra.group.prod import algebra.group.type_tags import algebra.pi_instances import data.equiv.basic /-! # Torsors of additive group actions T...
f14967ae792f642dcc74c79c7550cf3b79e831e0
9dc8cecdf3c4634764a18254e94d43da07142918
/src/measure_theory/group/prod.lean
c10d86f822fde5bb781e8f6e656e41384299a194
[ "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
16,794
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 -/ import measure_theory.constructions.prod import measure_theory.group.measure /-! # Measure theory in the product of groups In this file we show properties about ...
e6cc130c28c14b6f51a0ecfa5aa9717ca1c541af
ea5678cc400c34ff95b661fa26d15024e27ea8cd
/alternating_teest.lean
49c4c1f3b4d6e37acd4ea2d086364fe7e2c007b1
[]
no_license
ChrisHughes24/leanstuff
dca0b5349c3ed893e8792ffbd98cbcadaff20411
9efa85f72efaccd1d540385952a6acc18fce8687
refs/heads/master
1,654,883,241,759
1,652,873,885,000
1,652,873,885,000
134,599,537
1
0
null
null
null
null
UTF-8
Lean
false
false
14,135
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.perm group_theory.order_of_element group_theory.quotient_group universes u v open finset is_subgroup equiv equiv.perm quotient_group instance {α β ...
8c8a39f73a692157187e774bad12829056ba6b37
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/continued_fractions/computation/default.lean
c9d65d7eeb53f1a7fc69a0bc69844f82421e7a1a
[]
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
391
lean
/- Copyright (c) 2020 Kevin Kappelmann. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Kappelmann -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.continued_fractions.computation.basic import Mathlib.algebra.continued_fraction...
877afe84712e14abe9df6123a7d38f58ba7d3c51
8d65764a9e5f0923a67fc435eb1a5a1d02fd80e3
/src/topology/algebra/uniform_ring.lean
8e97a613b9b01eb07ba68349d8b56407e932a866
[ "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
7,648
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 Theory of topological rings with uniform structure. -/ import topology.algebra.group_completion import topology.algebra.ring open classical set filter ...
e2ed24631b73c4c286fceaf735342effb2668c79
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/special_functions/complex/log_deriv.lean
75d63fafccf352e4c54c61b5ae1c6b7c4e634b8e
[ "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,351
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.complex.log import analysis.special_functions.exp_deriv /-! # Differ...
ba4874c59df08ef19f932e0b1daceaea2190a67c
63abd62053d479eae5abf4951554e1064a4c45b4
/src/data/polynomial/degree/basic.lean
ab8da6a509b430bbf375b04cfa4908d8c1934271
[ "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
34,939
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 data.polynomial.coeff import data.nat.with_bot /-! # Theory of univariate polynomials The definitions include `de...
d0978da2ee521ae5bf153e608edc26000491954c
63abd62053d479eae5abf4951554e1064a4c45b4
/src/ring_theory/derivation.lean
6c26455cd83f9e546fd576313a318fd9fc6628e7
[ "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
8,061
lean
/- Copyright © 2020 Nicolò Cavalleri. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Nicolò Cavalleri. -/ import algebra.lie.basic import ring_theory.algebra_tower /-! # Derivations This file defines derivation. A derivation `D` from the `R`-algebra `A` to the `A`-mo...
f1ab4d0002e3fc4f716f6ee6b2462a6a1b27b7d0
bb31430994044506fa42fd667e2d556327e18dfe
/src/analysis/normed/group/basic.lean
3eba78c8551d9981b7810ae98c212f00178c04f9
[ "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
82,343
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, Yaël Dillies -/ import analysis.normed.group.seminorm import order.liminf_limsup import topology.algebra.uniform_group import topology.metric_space.alge...
bb705818ffda63ca5dcea46fcec5757c7fc5f447
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Server/Rpc/Deriving.lean
32e95ce67388d0627a7324a59e391513289012ac
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
5,712
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.Elab.Command import Lean.Elab.Term import Lean.Elab.Deriving.Basic import Lean.Elab.Deriving.Util import Lean.Server.Rpc.Basic namespace Lean...
de238969b2a1a04291863d2bc7b365b73e5a683c
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/list/join.lean
e46041af05a38d07f4cda847caef2d97c15bdf80
[ "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,001
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel, Floris van Doorn, Mario Carneiro -/ import data.list.big_operators /-! # Join of a list of lists This file proves basic properties of `list.join`, which concatenat...
5694921f52bb854c5a001b0520c4c917760a4a26
5e3548e65f2c037cb94cd5524c90c623fbd6d46a
/src_icannos_totilas/reduction/cpge_reduction_003_a.lean
7af6ea32372b203b649f944f92a93373f1d55e72
[]
no_license
ahayat16/lean_exos
d4f08c30adb601a06511a71b5ffb4d22d12ef77f
682f2552d5b04a8c8eb9e4ab15f875a91b03845c
refs/heads/main
1,693,101,073,585
1,636,479,336,000
1,636,479,336,000
415,000,441
0
0
null
null
null
null
UTF-8
Lean
false
false
430
lean
import algebra.module.basic import algebra.module.linear_map import linear_algebra.basic import linear_algebra.prod import linear_algebra.projection import order.bounded_lattice theorem cpge_reduction_3_a (R : Type*) (M : Type*) [semiring R] [add_comm_monoid M] [module R M] [E : submodule R M] (u : linear_map R E E...
560464e63c9f100fe10445e03fa6ec266e0ab567
f57749ca63d6416f807b770f67559503fdb21001
/library/algebra/group_bigops.lean
3c308ec836df098aa4b77836325784d00eea1cb5
[ "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
8,870
lean
/- Copyright (c) 2015 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Jeremy Avigad Finite products on a monoid, and finite sums on an additive monoid. We have to be careful with dependencies. This theory imports files from finset and...
93a0fd19e96d81a4079fdaddffd76b2eb0689f1a
3dd1b66af77106badae6edb1c4dea91a146ead30
/tests/lean/run/t4.lean
68c6fb3ff6786dc6b5078e6d262c95baca481f6d
[ "Apache-2.0" ]
permissive
silky/lean
79c20c15c93feef47bb659a2cc139b26f3614642
df8b88dca2f8da1a422cb618cd476ef5be730546
refs/heads/master
1,610,737,587,697
1,406,574,534,000
1,406,574,534,000
22,362,176
1
0
null
null
null
null
UTF-8
Lean
false
false
210
lean
namespace foo definition f.{l} (A : Type.{l}) : Type.{l} := A check f.{1} end variable N : Type.{1} section parameter A : Type definition g (a : A) (B : Type) : A := a check g.{2} end check g.{2 3}
08813c592717d1551148c2fa1cec73a77c5dd719
aa3f8992ef7806974bc1ffd468baa0c79f4d6643
/library/algebra/category/adjoint.lean
fb858f2ae2efb88b4478835917aad5b9f324e51f
[ "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
1,354
lean
-- Copyright (c) 2014 Floris van Doorn. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Author: Floris van Doorn import .constructions open eq eq.ops category functor natural_transformation category.ops prod category.product namespace adjoint --representable functor ...
1d7f293e96a6b9c524b21f3666b6aa297eecd427
0533ebfa09b11cf8a29da118dd1b86b94949511e
/src/dirichlet_eta.lean
35e945b58703fe5cbc4c26e89fcb3c28b062e37d
[ "MIT" ]
permissive
wudcscheme/Lean-RH
89e9055aac68703876e750c23fb5327979a09822
870f78cc7c0715d03466d1211b0f032b425ec984
refs/heads/main
1,679,188,429,923
1,602,701,790,000
1,602,701,790,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
13,926
lean
/- ------------------------------------------------------------------------- -| | @project: riemann_hypothesis | | @file: dirichlet_eta.lean | | @author: Brandon H. Gomes and Alex Kontorovich ...
ba83dfd2524d5d486d71776ba596e1059d881b0c
bb31430994044506fa42fd667e2d556327e18dfe
/src/topology/algebra/ring.lean
8b5d89f91bb39e278e029876f3be631e58a4bea3
[ "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
20,140
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 -/ import algebra.ring.prod import ring_theory.ideal.quotient import ring_theory.subring.basic import topology.algebra.group.basic /-! # Topological (s...
9c350c800208e5295b0dd6802c05beaaa361a17d
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/src/Lean/Compiler/IR/Borrow.lean
3dd885c60bdc484b7405cb924da3877589c28f56
[ "Apache-2.0" ]
permissive
dupuisf/lean4
d082d13b01243e1de29ae680eefb476961221eef
6a39c65bd28eb0e28c3870188f348c8914502718
refs/heads/master
1,676,948,755,391
1,610,665,114,000
1,610,665,114,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
11,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.Compiler.ExportAttr import Lean.Compiler.IR.CompilerM import Lean.Compiler.IR.NormIds namespace Lean namespace IR namespace Borrow namespace O...
4807109e41927a27e900021532d84c55a618b550
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Util/SCC.lean
63d89ca771b9ff264ec898655c37cb89ab5f5b31
[ "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,141
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.Data.HashMap namespace Lean.SCC /-! Very simple implementation of Tarjan's SCC algorithm. Performance is not a goal here since we use this m...
d91677d443f0298a9e4813842e2d63ecf05af689
969dbdfed67fda40a6f5a2b4f8c4a3c7dc01e0fb
/src/linear_algebra/matrix.lean
7ae4c6150919bb13bb32e56a08956fde6608dc3f
[ "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
58,727
lean
/- Copyright (c) 2019 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl, Patrick Massot, Casper Putz -/ import linear_algebra.finite_dimensional import linear_algebra.nonsingular_inverse import linear_algebra.multilinear import linear_algebra...
829c58bb6ff890eb2a9671d39c3459d9bb5b5427
43390109ab88557e6090f3245c47479c123ee500
/src/M1F/problem_bank/0103/S0103.lean
7361dcf3a011eb06e2077814574ce2dfa8003252
[ "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
1,165
lean
/- M1F 2017-18 Sheet 1 Question 2 to 4 solutions. Author : Kevin Buzzard This file should work with any version of lean -- whether you installed it yourself or are running the version on https://leanprover.github.io/live/latest/ -/ -- We probably need the "law of the excluded middle" for this question -- every -- propo...
ff260a15c42217ee3bfb6d23ed477855da8c28cd
86f6f4f8d827a196a32bfc646234b73328aeb306
/examples/introduction/unnamed_266.lean
a1cffc1fcb8bc1f1d33c4dca266d0a2c7dbd6962
[]
no_license
jamescheuk91/mathematics_in_lean
09f1f87d2b0dce53464ff0cbe592c568ff59cf5e
4452499264e2975bca2f42565c0925506ba5dda3
refs/heads/master
1,679,716,410,967
1,613,957,947,000
1,613,957,947,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
143
lean
import data.nat.parity tactic open nat -- BEGIN example : ∀ m n : nat, even n → even (m * n) := by intros; simp * with parity_simps -- END
26dc9557d9b6cd1ae6afd9690f61f5776c2e7054
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/set_theory/ordinal_notation.lean
3adbb35589c0c1ae9d51d799e3dae1e10c6676c6
[ "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
35,268
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import set_theory.ordinal_arithmetic /-! # Ordinal notations constructive ordinal arithmetic for ordinals `< ε₀`. -/ open ordinal open_locale ordinal -- get notati...
e4bfc1d9ab18a1d80c62f2522ccea681151e2142
63abd62053d479eae5abf4951554e1064a4c45b4
/src/category_theory/limits/connected.lean
1b2c248568291d34ff33ad874055414c298d8d24
[ "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
3,728
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.shapes.pullbacks import category_theory.limits.shapes.equalizers import category_theory.limits.preserves.basic import category_theory.is_con...
5c6bffd828923eb1fba224abe4f04805e4199f06
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/tests/lean/alias2.lean
896025fb36c8710b682e8456d3850255cba05b85
[ "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
173
lean
-- namespace foo definition t := true end foo open foo namespace bla definition t := false check foo.t -- <<< must print foo.t : Prop instead of t : Prop end bla
a7ff3382ca0c36952b89f30c1498821e10ab6a49
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/584a.lean
ae895fe26956c7c6c67e81c61289e7fd1d4370b3
[ "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
332
lean
universe variables u variables (A : Type u) [H : inhabited A] (x : A) include H definition foo := x #check foo -- A and x are explicit variables {A x} definition foo' := x #check @foo' -- A is explicit, x is implicit open nat #check foo nat 10 definition test : foo' = (10:nat) := rfl set_option pp.implicit true ...
9e98114a72941f97ab893c53546fbd6a2def786d
5ae26df177f810c5006841e9c73dc56e01b978d7
/src/meta/expr.lean
f36e33d6b491bd561eae5e0df596860db9c554c6
[ "Apache-2.0" ]
permissive
ChrisHughes24/mathlib
98322577c460bc6b1fe5c21f42ce33ad1c3e5558
a2a867e827c2a6702beb9efc2b9282bd801d5f9a
refs/heads/master
1,583,848,251,477
1,565,164,247,000
1,565,164,247,000
129,409,993
0
1
Apache-2.0
1,565,164,817,000
1,523,628,059,000
Lean
UTF-8
Lean
false
false
5,099
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 non-tactic operations on expr and related types -/ namespace name meta def deinternalize_field ...
98096d2b9a97f25d5b0119117bb160e4a575175b
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/algebra/lie/submodule.lean
1e0712ff9e520e8aebe5bd84a92f84e65b9b40cb
[ "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
33,604
lean
/- Copyright (c) 2021 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash -/ import algebra.lie.subalgebra import ring_theory.noetherian /-! # Lie submodules of a Lie algebra In this file we define Lie submodules and Lie ideals, we construct the l...
53c88f57d94752931077e3dae46b759d79d4b5ba
e83ddc62e2c86805ddf581443a41b664d72a40d5
/proofs/pigeonhole.lean
c8939f3f40f712dbc4871e74b60d5878459e24f6
[]
no_license
mdickinson/snippets
fcc3accedfd54389ea7c43af2309170128925e9b
9df4b78b1468aa5eaa7fe1ecc1c2e028e06b37de
refs/heads/master
1,661,582,598,170
1,643,576,064,000
1,643,576,064,000
150,001,812
3
3
null
null
null
null
UTF-8
Lean
false
false
8,626
lean
/- Attempt to prove some form of the pigeonhole principle in Lean. We prove two different versions; the first says that for any map f : fin n → ℕ with n ≥ 1, there's an element x of fin n such that f x ≥ m / n. The second says that for any map f : fin m → fin n, again with n ≥ 1, there's an element y of fin n ...