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
c5169421afd04a30fc9f410fa49ea4bdc9ac8505
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/group_theory/congruence.lean
de1dabcc5ebe2e53f31be2168497a14d4e016890
[ "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
48,183
lean
/- Copyright (c) 2019 Amelia Livingston. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Amelia Livingston -/ import data.setoid.basic import algebra.group.pi import algebra.group.prod import data.equiv.mul_add import group_theory.submonoid.operations /-! # Congruence ...
973fd51ae30ff8408ae540039e3e543ecfcb339b
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/tests/compiler/array_test2.lean
36acaafc896bc68e99f6695b9157a77d1e2e33f3
[ "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
461
lean
#lang lean4 def check (b : Bool) : IO Unit := do unless b do IO.println "failed" def main : IO Unit := let a1 := [2, 3, 5].toArray; let a2 := [4, 7, 9].toArray; let a3 := [4, 7, 8].toArray; do check (Array.isEqv a1 a2 (fun v w => v % 2 == w % 2)); check (!Array.isEqv a1 a3 (fun v w => v % 2 == w % 2)); check (a1 ...
f76434eaadbe41d8ea399cf19ca7fb0e6b1c4d34
cb1829c15cd3d28210f93507f96dfb1f56ec0128
/theorem_proving/02-dependent_types_exercises.lean
422001170764d3004e5134c5b5b04cc4c2181714
[]
no_license
williamdemeo/LEAN_wjd
69f9f76e35092b89e4479a320be2fa3c18aed6fe
13826c75c06ef435166a26a72e76fe984c15bad7
refs/heads/master
1,609,516,630,137
1,518,123,893,000
1,518,123,893,000
97,740,278
2
0
null
null
null
null
UTF-8
Lean
false
false
3,375
lean
#print "------------------------------------------------" #print "Section 2.10 Exercises" /- 1. Define the function =Do_twice=, as described in Section 2.4.-/ def Do_Twice : ((ℕ → ℕ) → (ℕ → ℕ)) → (ℕ → ℕ) → (ℕ → ℕ) := λ (f: (ℕ → ℕ) → (ℕ → ℕ)) (g: ℕ → ℕ), f (f g) /- 2. Define the functions =curry= and =...
f7464fe35240631d05774ac00471d2203571a896
969dbdfed67fda40a6f5a2b4f8c4a3c7dc01e0fb
/src/ring_theory/witt_vector/witt_polynomial.lean
976224adf668a97352a251c5e00f3a5c15a57ed9
[ "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
10,801
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Robert Y. Lewis -/ import algebra.char_p.invertible import data.mv_polynomial.variables import data.mv_polynomial.comm_ring import data.mv_polynomial.expand import dat...
6cd45c101690c089fe54a972ea0ec947f7c80d6a
5d76f062116fa5bd22eda20d6fd74da58dba65bb
/src/general_lemmas/mv_X_mul.lean
f6cf0eddbf21cfb663b3f828f99070c9533a3505
[]
no_license
brando90/formal_baby_snark
59e4732dfb43f97776a3643f2731262f58d2bb81
4732da237784bd461ff949729cc011db83917907
refs/heads/master
1,682,650,246,414
1,621,103,975,000
1,621,103,975,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
402
lean
import data.mv_polynomial.basic open mv_polynomial section universes u variables {R : Type u} variables {σ : Type*} variables [decidable_eq σ] variables [comm_semiring R] lemma coeff_X_mul' (m) (s : σ) (p : mv_polynomial σ R) : coeff m (X s * p) = if s ∈ m.support then coeff (m - finsupp.single s 1) p else 0 ...
0634d5e19f37a3793c94b2698e2b32155fc3dc03
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/ring_theory/principal_ideal_domain.lean
3a5bd02c1e95d928531ea93df20213e06bdeba3a
[ "Apache-2.0" ]
permissive
vaibhavkarve/mathlib
a574aaf68c0a431a47fa82ce0637f0f769826bfe
17f8340912468f49bdc30acdb9a9fa02eeb0473a
refs/heads/master
1,621,263,802,637
1,585,399,588,000
1,585,399,588,000
250,833,447
0
0
Apache-2.0
1,585,410,341,000
1,585,410,341,000
null
UTF-8
Lean
false
false
6,859
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Chris Hughes, Morenikeji Neri -/ import algebra.euclidean_domain import ring_theory.ideals ring_theory.noetherian ring_theory.unique_factorization_domain variables {α : Type*} open set...
6f297e4a3fa98266db686456e4e47b0092693af4
302b541ac2e998a523ae04da7673fd0932ded126
/tests/playground/list_lambda.lean
f3ff88bb59c4e7fd41125de637d4c5ebd1eb0321
[]
no_license
mattweingarten/lambdapure
4aeff69e8e3b8e78ea3c0a2b9b61770ef5a689b1
f920a4ad78e6b1e3651f30bf8445c9105dfa03a8
refs/heads/master
1,680,665,168,790
1,618,420,180,000
1,618,420,180,000
310,816,264
2
1
null
null
null
null
UTF-8
Lean
false
false
405
lean
set_option trace.compiler.ir.init true inductive L | Nil | Cons : Nat -> L -> L open L def map : (Nat -> Nat) -> L -> L | f, Nil => Nil | f, Cons n l => Cons (f n) (map f l) inductive Tree | Nil | Node_2 (l r : Tree) : Tree | Node_3 (l m r : Tree) : Tree open Tree def t : Tree -> Tree | N...
c384d813100c3a5fefe72b13e6386e14f50827cb
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/ring_theory/integral_domain.lean
c9e84fe09ac29c59ea81c3f804834ba0be81212f
[ "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
8,315
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Chris Hughes -/ import data.polynomial.ring_division import group_theory.specific_groups.cyclic import algebra.geom_sum /-! # Integral domains Assorted theorems abou...
e4844ab22890f1d739f343a202eda23b9fb3451b
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/topology/category/Profinite/default.lean
33669f7141d695bb3b59402049006163d657f4ad
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
11,233
lean
/- Copyright (c) 2020 Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Buzzard, Calle Sönne -/ import topology.category.CompHaus import topology.connected import topology.subset_properties import topology.locally_constant.basic import category_theor...
ddb7893ec46986a2dd46d5382891e87a02f0ca1e
82e44445c70db0f03e30d7be725775f122d72f3e
/src/algebra/archimedean.lean
2af368ab980605fc9afe78e7fae9c2236489acd9
[ "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
13,958
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import algebra.field_power import data.rat import data.int.least_greatest /-! # Archimedean groups and fields. This file defines the archimedean property for ordere...
1cd6412bdc07fc57e92885418ac471949cfa1b14
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/ind6.lean
fa213dd3248d06bbfd36b2935d459c5eb6896e50
[ "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
282
lean
inductive tree.{u} (A : Type.{u}) : Type.{max u 1} := | node : A → forest.{u} A → tree.{u} A with forest : Type.{max u 1} := | nil : forest.{u} A | cons : tree.{u} A → forest.{u} A → forest.{u} A check tree.{1} check forest.{1} check tree.rec.{1 1} check forest.rec.{1 1}
16f4dc0373e93988f79164c1049de6f6a87b6319
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/order/filter/pi.lean
db98c92f4c49146286ab5b8e08d5bf0cfcc3eeff
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
7,292
lean
/- Copyright (c) 2021 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov, Alex Kontorovich -/ import order.filter.bases /-! # (Co)product of a family of filters In this file we define two filters on `Π i, α i` and prove some basic p...
680b3cea8bb28e3989e4e3e6244af771b79f299b
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Elab/Tactic/Config.lean
2a14f47119fe0cbf6cdd1ddc369d6e688dc1b51d
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
cipher1024/lean4
6e1f98bb58e7a92b28f5364eb38a14c8d0aae393
69114d3b50806264ef35b57394391c3e738a9822
refs/heads/master
1,642,227,983,603
1,642,011,696,000
1,642,011,696,000
228,607,691
0
0
Apache-2.0
1,576,584,269,000
1,576,584,268,000
null
UTF-8
Lean
false
false
846
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.Tactic.Basic import Lean.Elab.SyntheticMVars namespace Lean.Elab.Tactic open Meta macro "declare_config_elab" elabName:ident type:ident : ...
6c866854e5166bb8dac008ab949956182516523f
dfbd4b284cc03e870b12af5532c592e0ad8d02f1
/xenalib/M1Fstuff.lean
a2df17bfaf641c4fe314740420e4c5aa64f9b117
[]
no_license
Shamrock-Frost/xena
7a1e27df933f9321584e6256c0319e5a1afb9a38
9eb0c2c23363b963a2ebb2ea5bb37cc7dd602b1a
refs/heads/master
1,626,672,528,677
1,509,140,744,000
1,509,140,744,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
17,970
lean
import analysis.real init.classical -- instance coe_rat_real : has_coe rat real := ⟨of_rat⟩ -- example : has_coe int real := by apply_instance -- instance coe_int_real : has_coe int real := ⟨of_rat ∘ rat.of_int⟩ -- example : has_coe int real := by apply_instance -- instance coe_nat_real : has_coe nat real := ⟨of_ra...
f8198f8397335e3c8603926ac2b053f7fc4fdc4d
c86b74188c4b7a462728b1abd659ab4e5828dd61
/stage0/src/Lean/PrettyPrinter/Delaborator/Basic.lean
f4df5f2c139a01d770501252dd77823cba555ab7
[ "Apache-2.0" ]
permissive
cwb96/lean4
75e1f92f1ba98bbaa6b34da644b3dfab2ce7bf89
b48831cda76e64f13dd1c0edde7ba5fb172ed57a
refs/heads/master
1,686,347,881,407
1,624,483,842,000
1,624,483,842,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
17,711
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ /-! The delaborator is the first stage of the pretty printer, and the inverse of the elaborator: it turns fully elaborated `Expr` core terms back into surf...
eb20c30e575663f569bdc2602125536e02d5ccba
c777c32c8e484e195053731103c5e52af26a25d1
/src/data/nat/parity.lean
6a0cf0a24bcbc1bbcb1819c3cbe7f57e2a413846
[ "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
11,191
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Benjamin Davidson -/ import data.nat.modeq import algebra.parity /-! # Parity of natural numbers > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file r...
3ade8cf77bd1906afbcffd169c73c95c6cdea438
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/data/finset/lattice.lean
66cf07c5a5fb1ef90d1e44df08962197e04ce549
[ "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
25,797
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 data.finset.fold import data.multiset.lattice import order.order_dual import order.complete_lattice /-! # Lattice operations on finsets -/ variables {α β γ : ...
e8acf0f5999b5eb3624eec6352fb1e30893a7744
74924b1fe80b8f61262cefcfc0cd4d96135c8731
/src/algebra/quadratic_discriminant.lean
c092b8c69e5b30728cd4aec82e1d5a3e8d02362d
[ "Apache-2.0" ]
permissive
101damnations/mathlib
0938b3806a09032d8716d3642cbab65db7688c23
900c53ae6d5e3f8cc47953363479593e8debc4d8
refs/heads/master
1,593,832,305,164
1,565,631,735,000
1,565,631,735,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,406
lean
/- Copyright (c) 2019 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou -/ import algebra.ordered_field import tactic.linarith tactic.ring /-! # Quadratic discriminants and roots of a quadratic This file defines the discriminant...
ffbb916694ce512deaa733aa6c36fc45bf5dcb77
586535ff9853f5b85dc5fdeb5b78f1ad2d573a6e
/src/util.lean
6f1360a934d27c159d46f06b3041d08d4643d23b
[ "Apache-2.0" ]
permissive
Kha/rc-correctness
fede4ae228c5f04985cf332e718a5a433230b150
be5a521f1b0528ccbc685619b265cd11ea854edf
refs/heads/master
1,595,967,325,275
1,568,889,756,000
1,568,889,756,000
209,523,947
0
0
Apache-2.0
1,568,888,337,000
1,568,888,336,000
null
UTF-8
Lean
false
false
29,730
lean
import tactic.fin_cases import logic.function import data.nat.basic namespace list open well_founded_tactics -- sizeof_lt_sizeof_of_mem, map_wf, map_wf_eq_map courtesy of Sebastian Ullrich lemma sizeof_lt_sizeof_of_mem {α} [has_sizeof α] {a : α} : ∀ {l : list α}, a ∈ l → sizeof a < sizeof l | [] h := abs...
193e619d72406573d640bee11cb5d0d9b43c5ec4
94e33a31faa76775069b071adea97e86e218a8ee
/src/analysis/complex/removable_singularity.lean
245b0a0ab5b5148833c90ce3af1e89bba5a866d2
[ "Apache-2.0" ]
permissive
urkud/mathlib
eab80095e1b9f1513bfb7f25b4fa82fa4fd02989
6379d39e6b5b279df9715f8011369a301b634e41
refs/heads/master
1,658,425,342,662
1,658,078,703,000
1,658,078,703,000
186,910,338
0
0
Apache-2.0
1,568,512,083,000
1,557,958,709,000
Lean
UTF-8
Lean
false
false
7,321
lean
/- Copyright (c) 2022 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import analysis.calculus.fderiv_analytic import analysis.asymptotics.specific_asymptotics import analysis.complex.cauchy_integral /-! # Removable singularity theor...
98d7b294621e42f802f1bfe1ecb3eab886dd1f7c
08bd4ba4ca87dba1f09d2c96a26f5d65da81f4b4
/src/Lean/Parser/Tactic.lean
93ac937869c803d3397f02fd8350871f649c19c4
[ "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "Apache-2.0", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
gebner/lean4
d51c4922640a52a6f7426536ea669ef18a1d9af5
8cd9ce06843c9d42d6d6dc43d3e81e3b49dfc20f
refs/heads/master
1,685,732,780,391
1,672,962,627,000
1,673,459,398,000
373,307,283
0
0
Apache-2.0
1,691,316,730,000
1,622,669,271,000
Lean
UTF-8
Lean
false
false
3,090
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.Parser.Term namespace Lean namespace Parser namespace Tactic builtin_initialize register_parser_alias tacticSeq /- This ...
dce5cddb2c221d3fedf02ac3f9e3797fecb6b047
4727251e0cd73359b15b664c3170e5d754078599
/src/ring_theory/witt_vector/isocrystal.lean
a64ba515eb81f64fa199e9a102cc87ec0896eded
[ "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
8,432
lean
/- Copyright (c) 2022 Heather Macbeth. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Heather Macbeth -/ import ring_theory.witt_vector.frobenius_fraction_field /-! ## F-isocrystals over a perfect field When `k` is an integral domain, so is `𝕎 k`, and we can consi...
e1a2dcabb37dc31ee555f480f1193058dfca54cf
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/measure_theory/group/prod.lean
3f81d54b9d0bc8cce7553f280ee499e7811ab1ac
[ "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
11,240
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.basic /-! # Measure theory in the product of groups In this file we show properties about m...
fba58c4be080bd6a703d4ba7f1ce2971ec070dde
8c02fed42525b65813b55c064afe2484758d6d09
/src/irsem.lean
d58be8c58d6af89aa16ef7c02ab3dc3e23816830
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
microsoft/AliveInLean
3eac351a34154efedd3ffc4fe2fa4ec01b219e0d
4b739dd6e4266b26a045613849df221374119871
refs/heads/master
1,691,419,737,939
1,689,365,567,000
1,689,365,568,000
131,156,103
23
18
NOASSERTION
1,660,342,040,000
1,524,747,538,000
Lean
UTF-8
Lean
false
false
12,728
lean
-- Copyright (c) Microsoft Corporation. All rights reserved. -- Licensed under the MIT license. /- Semantics of LLVM IR -/ import .lang import .common import .ops import system.io structure irsem := (intty:size → Type) (poisonty:Type) -- This is for UB as well (boolty:Type) namespace irsem section open io paramet...
7812a8193452894de3fea38409c08aec7543a035
500f65bb93c499cd35c3254d894d762208cae042
/src/analysis/calculus/deriv.lean
5049ab85f9bbee9f4343883b7b505956c75ca51d
[ "Apache-2.0" ]
permissive
PatrickMassot/mathlib
c39dc0ff18bbde42f1c93a1642f6e429adad538c
45df75b3c9da159fe3192fa7f769dfbec0bd6bda
refs/heads/master
1,623,168,646,390
1,566,940,765,000
1,566,940,765,000
115,220,590
0
1
null
1,514,061,524,000
1,514,061,524,000
null
UTF-8
Lean
false
false
46,807
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Sébastien Gouëzel The Fréchet derivative. Let `E` and `F` be normed spaces, `f : E → F`, and `f' : E →L[k] F` a continuous k-linear map, where `k` is a non-discrete nor...
d04419bbebeeeba3ad91e7c235c9742174c0d796
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/topology/algebra/polynomial.lean
e6555fe22cab072373de5218d823105ed39e9918
[ "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,239
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import data.polynomial.algebra_map import data.polynomial.div import topology.metric_space.cau_seq_filter /-! # Polynomials and limits In this file we prove the f...
aa4c58cc0e3d48b481959e8e37327f70c02f636e
618003631150032a5676f229d13a079ac875ff77
/src/category_theory/yoneda.lean
489ba52182fb6a7d03783aac024015ad3a410743
[ "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
6,545
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.hom_functor /-! # The Yoneda embedding The Yoneda embedding as a functor `yoneda : C ⥤ (Cᵒᵖ ⥤ Type v₁)`, along with an instance that it is `f...
2abc122faeddd379f4a5edbc624129f0b3dd56a6
618003631150032a5676f229d13a079ac875ff77
/src/tactic/monotonicity/basic.lean
0621864263074be7367526d145c2bcfd9db12259
[ "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
5,436
lean
/- Copyright (c) 2019 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Simon Hudon -/ import algebra.order_functions namespace tactic.interactive open tactic list open lean lean.parser interactive open interactive.types @[derive inhabited] structure mono_cf...
f4bd26aae724162b6f88a0c0376fceff52a514cc
ea11767c9c6a467c4b7710ec6f371c95cfc023fd
/src/monoidal_categories/strict_monoidal_category.lean
21cf65324f1a74b13faa484410ed55a6633112bf
[]
no_license
RitaAhmadi/lean-monoidal-categories
68a23f513e902038e44681336b87f659bbc281e0
81f43e1e0d623a96695aa8938951d7422d6d7ba6
refs/heads/master
1,651,458,686,519
1,529,824,613,000
1,529,824,613,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,221
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 .monoidal_category -- open categories -- open categories.isomorphism -- open categories.functor -- open categories.natural_tran...
32b97b711f2517a516d9a8d85c0fda33739ab16d
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/hott/algebra/category/constructions/discrete.hlean
c2e6b9da09c703755d7600ab610662c845417e83
[ "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
2,830
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 Discrete category -/ import ..groupoid types.bool ..nat_trans open eq is_trunc iso bool functor nat_trans namespace category definition precategory_of_1_type...
64deb5a7fbbbf8f7a4b03bd616aeb089883cf46a
3dd1b66af77106badae6edb1c4dea91a146ead30
/tests/lean/run/ind0.lean
7730dcf30d85e6d23f924c3679250651cd1245f7
[ "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
86
lean
inductive nat : Type := | zero : nat | succ : nat → nat check nat check nat_rec.{1}
8112a49909de99ee0eb7ed3d654e04f622141393
e030b0259b777fedcdf73dd966f3f1556d392178
/library/init/data/int/basic.lean
4021bc08e555b9da688d473ba0050e7f0b7a9320
[ "Apache-2.0" ]
permissive
fgdorais/lean
17b46a095b70b21fa0790ce74876658dc5faca06
c3b7c54d7cca7aaa25328f0a5660b6b75fe26055
refs/heads/master
1,611,523,590,686
1,484,412,902,000
1,484,412,902,000
38,489,734
0
0
null
1,435,923,380,000
1,435,923,379,000
null
UTF-8
Lean
false
false
17,229
lean
/- Copyright (c) 2016 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad The integers, with addition, multiplication, and subtraction. -/ prelude import init.data.nat.lemmas open nat /- the type, coercions, and notation -/ inductive int : Ty...
89d4a17b7960ed8d222c87fdfb6a8b97e6ad386c
75db7e3219bba2fbf41bf5b905f34fcb3c6ca3f2
/hott/types/bool.hlean
7a316329ef677b68e6839441898a1c46f3735bab
[ "Apache-2.0" ]
permissive
jroesch/lean
30ef0860fa905d35b9ad6f76de1a4f65c9af6871
3de4ec1a6ce9a960feb2a48eeea8b53246fa34f2
refs/heads/master
1,586,090,835,348
1,455,142,203,000
1,455,142,277,000
51,536,958
1
0
null
1,455,215,811,000
1,455,215,811,000
null
UTF-8
Lean
false
false
4,927
hlean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura, Floris van Doorn Partially ported from the standard library -/ open eq eq.ops decidable namespace bool local attribute bor [reducible] local attribute b...
a123ed4a8481efba8cd4c1cb09f819e1fe6ff3d6
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/measure_theory/function/strongly_measurable/lp.lean
296d54884495b03dfc1ca032007e720948b187e5
[ "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
2,716
lean
/- Copyright (c) 2022 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.function.simple_func_dense_lp import measure_theory.function.strongly_measurable.basic /-! # Finitely strongly measurable functions in `Lp` Funct...
d5b16642a42febf562c7494d74ff35b9a8728699
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/special_functions/stirling.lean
488a468a7c81a83fbb29163af814916ddb50deba
[ "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
11,261
lean
/- Copyright (c) 2022. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Firsching, Fabian Kruse, Nikolas Kuhn -/ import analysis.p_series import data.real.pi.wallis /-! # Stirling's formula > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file re...
00a6aca299cacd39a6742c236f7a7fc02199f2ab
193da933cf42f2f9188bb47e3c973205bc2abc5c
/AA_Algebras/01_dm_bool/2a_dm_bool.lean
0f747c854d25ef35a0d399749ac2cab0f36627b5
[]
no_license
pandaman64/cs-dm
aa4e2621c7a19e2dae911bc237c33e02fcb0c7a3
bfd2f5fd2612472e15bd970c7870b5d0dd73bd1c
refs/heads/master
1,647,620,340,607
1,570,055,187,000
1,570,055,187,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
39,074
lean
/- In this unit, we implement our own version of the Boolean algebra already built into Lean. We will define our own version of Lean's bool type, and our own versions of its and, or, and not operators. -/ /- In doing this, we will encounter several important concepts in Lean, which are also shared by many other langua...
284ec3b2ab78c9db3a6e056d623374f6aac7c467
dfbb669f3f58ceb57cb207dcfab5726a07425b03
/vscode-lean4/test/test-fixtures/multi/test/Test.lean
0a49f6242b55ab8654dddfb1f7795b8128ae6039
[ "Apache-2.0" ]
permissive
leanprover/vscode-lean4
8bcf7f06867b3c1d42007fe6da863a7a17444dbb
6ef0bfa668bdeaad0979e6df10551d42fcc01094
refs/heads/master
1,692,247,771,767
1,691,608,804,000
1,691,608,804,000
325,845,305
64
24
Apache-2.0
1,694,176,429,000
1,609,435,614,000
TypeScript
UTF-8
Lean
false
false
19
lean
def hello := "test"
44c5225b8f2de4a04b88e588f1a56d2153df2ebd
07c76fbd96ea1786cc6392fa834be62643cea420
/hott/types/prod.hlean
2e46a14e125ca0e1f8e94cb5d3f8d78786e37e11
[ "Apache-2.0" ]
permissive
fpvandoorn/lean2
5a430a153b570bf70dc8526d06f18fc000a60ad9
0889cf65b7b3cebfb8831b8731d89c2453dd1e9f
refs/heads/master
1,592,036,508,364
1,545,093,958,000
1,545,093,958,000
75,436,854
0
0
null
1,480,718,780,000
1,480,718,780,000
null
UTF-8
Lean
false
false
12,632
hlean
/- Copyright (c) 2014 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 Ported from Coq HoTT Theorems about products -/ open eq equiv is_equiv is_trunc prod prod.ops unit variables {A A' B B' C D : Type} {P Q : A → T...
bda88cbd66d8ee1daca7cf712be04097381fbd0c
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/tests/lean/coe2.lean
56c2464717529047dcdd1344911926113b6905df
[ "Apache-2.0" ]
permissive
bre7k30/lean
de893411bcfa7b3c5572e61b9e1c52951b310aa4
5a924699d076dab1bd5af23a8f910b433e598d7a
refs/heads/master
1,610,900,145,817
1,488,006,845,000
1,488,006,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
885
lean
namespace hidden set_option pp.coercions false check if tt then "a" else "b" /- Remark: in the standard library nat_to_int and int_to_real are has_lift instances instead of has_coe. -/ constant int : Type constant real : Type constant nat_to_int : has_coe nat int constant int_to_real : has_coe int real attribute ...
14d3368e879795c3d3faaefdd7662d7c368ca49d
26ac254ecb57ffcb886ff709cf018390161a9225
/src/set_theory/cardinal.lean
9643346ae322445f47a0c791ef62dea635550dc8
[ "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
45,955
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl, Mario Carneiro -/ import data.set.countable import set_theory.schroeder_bernstein import data.fintype.card /-! # Cardinal Numbers We define cardinal numbers as a quoti...
2c031cf0fc6b53676df500e2dfa334307d6daebe
02005f45e00c7ecf2c8ca5db60251bd1e9c860b5
/src/control/traversable/derive.lean
b525eb0b64357f7a705c7f15e60f654c0c394a2a
[ "Apache-2.0" ]
permissive
anthony2698/mathlib
03cd69fe5c280b0916f6df2d07c614c8e1efe890
407615e05814e98b24b2ff322b14e8e3eb5e5d67
refs/heads/master
1,678,792,774,873
1,614,371,563,000
1,614,371,563,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
17,042
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Simon Hudon Automation to construct `traversable` instances -/ import control.traversable.lemmas import data.list.basic namespace tactic.interactive open tactic list monad functor meta...
af034536f4ebdbe7796ccc31379bc3501d4c5ec7
0c1546a496eccfb56620165cad015f88d56190c5
/library/init/algebra/ordered_ring.lean
59680a5634b21d9c7426aa2c6e71ebbc68df3945
[ "Apache-2.0" ]
permissive
Solertis/lean
491e0939957486f664498fbfb02546e042699958
84188c5aa1673fdf37a082b2de8562dddf53df3f
refs/heads/master
1,610,174,257,606
1,486,263,620,000
1,486,263,620,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
16,079
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura -/ prelude import init.algebra.ordered_group init.algebra.ring /- Make sure instances defined in this file have lower priority than the ones ...
f27bf5bbb258073eeb411f98eae4d0cf347bfc28
a7dd8b83f933e72c40845fd168dde330f050b1c9
/src/analysis/normed_space/banach.lean
2e2374b90b27c044ffc2950b06964315d3a8f99f
[ "Apache-2.0" ]
permissive
NeilStrickland/mathlib
10420e92ee5cb7aba1163c9a01dea2f04652ed67
3efbd6f6dff0fb9b0946849b43b39948560a1ffe
refs/heads/master
1,589,043,046,346
1,558,938,706,000
1,558,938,706,000
181,285,984
0
0
Apache-2.0
1,568,941,848,000
1,555,233,833,000
Lean
UTF-8
Lean
false
false
10,515
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel Banach spaces, i.e., complete vector spaces. This file contains the Banach open mapping theorem, i.e., the fact that a bijective bounded linear map between Banac...
dc0b36233d2024a6747c2217c0c800dde5fa52ab
e61a235b8468b03aee0120bf26ec615c045005d2
/tests/lean/run/induction1.lean
0e37260fc3aa25618524f589a85c4eee5612cd03
[ "Apache-2.0" ]
permissive
SCKelemen/lean4
140dc63a80539f7c61c8e43e1c174d8500ec3230
e10507e6615ddbef73d67b0b6c7f1e4cecdd82bc
refs/heads/master
1,660,973,595,917
1,590,278,033,000
1,590,278,033,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,419
lean
@[recursor 4] def Or.elim2 {p q r : Prop} (major : p ∨ q) (left : p → r) (right : q → r) : r := Or.elim major left right new_frontend theorem tst0 {p q : Prop } (h : p ∨ q) : q ∨ p := begin induction h; { apply Or.inr; assumption }; { apply Or.inl; assumption } end theorem tst1 {p q : Prop } (h : p ∨ q) : q ∨ ...
95b0b98a43d4bd77186fd2d703cf0410fe36df22
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/ring_theory/principal_ideal_domain.lean
684f5c655a7beed10aab812163780bea666c4861
[ "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
8,959
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Chris Hughes, Morenikeji Neri -/ import ring_theory.noetherian import ring_theory.unique_factorization_domain /-! # Principal ideal rings and principal ideal domains A principal ideal ri...
f2bacb54e0ef987dd06db954cf53806081efd6ca
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/tests/lean/run/eval_unboxed_const.lean
06c9d3814ec2e58de5295e0760b622c807e09fc9
[ "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
479
lean
import Init.Lean open Lean def c1 : Bool := true unsafe def tst1 : MetaIO Unit := do env ← MetaIO.getEnv; let v := env.evalConst Bool `c1; IO.println v #eval tst1 -- outputs incorrect value (ok false). Reason: the unboxed value `true` is `1`, but the boxed `false` value is also `1`. def c2 : Bool := false unsafe d...
e2f0952e16b1093140482725f0af7d08f796cd27
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/number_theory/padics/padic_val.lean
f6689bb034751537ecca50728add90f9895cb500
[ "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
20,067
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import number_theory.divisors import ring_theory.int.basic import tactic.ring_exp /-! # p-adic Valuation > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes ...
47ef0b1d74a422f7e559c3390044385d221cad5b
9dc8cecdf3c4634764a18254e94d43da07142918
/src/analysis/locally_convex/polar.lean
aa00e7a61709fdb30cf40770db8d9ec8a95629b8
[ "Apache-2.0" ]
permissive
jcommelin/mathlib
d8456447c36c176e14d96d9e76f39841f69d2d9b
ee8279351a2e434c2852345c51b728d22af5a156
refs/heads/master
1,664,782,136,488
1,663,638,983,000
1,663,638,983,000
132,563,656
0
0
Apache-2.0
1,663,599,929,000
1,525,760,539,000
Lean
UTF-8
Lean
false
false
4,697
lean
/- Copyright (c) 2022 Moritz Doll. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Doll, Kalle Kytölä -/ import analysis.normed.field.basic import analysis.convex.basic import linear_algebra.sesquilinear_form import topology.algebra.module.weak_dual /-! # Polar...
940407f5f22eded47f3af1411555cfd7d17c8823
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/linear_algebra/finsupp_vector_space.lean
31d7501dd0e241939e409afd2f8be5d6e79c7742
[ "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
7,673
lean
/- Copyright (c) 2019 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl -/ import data.mv_polynomial import linear_algebra.dimension import linear_algebra.direct_sum.finsupp import linear_algebra.finite_dimensional import linear_algebra.std...
4f019ece1ddb54cebebc8e805f91b90f596c5826
9028d228ac200bbefe3a711342514dd4e4458bff
/src/set_theory/cardinal.lean
7fd0872b4ddf2fecffbb99642538a5c56d48eff7
[ "Apache-2.0" ]
permissive
mcncm/mathlib
8d25099344d9d2bee62822cb9ed43aa3e09fa05e
fde3d78cadeec5ef827b16ae55664ef115e66f57
refs/heads/master
1,672,743,316,277
1,602,618,514,000
1,602,618,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
46,816
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl, Mario Carneiro -/ import data.set.countable import set_theory.schroeder_bernstein import data.fintype.card /-! # Cardinal Numbers We define cardinal numbers as a quoti...
dfb1c1ba66ef4d8defc55bb3a0f88dad49e6f53e
f1dc39e1c68f71465c8bf79910c4664d03824751
/tests/lean/run/sebastien_coe_simp.lean
06ae3b2fcbbc3efdaf9e206b0a33623ba240afa4
[ "Apache-2.0" ]
permissive
kckennylau/lean-2
6504f45da07bc98b098d726b74130103be25885c
c9a9368bc0fd600d832bd56c5cb2124b8a523ef9
refs/heads/master
1,659,140,308,864
1,589,361,166,000
1,589,361,166,000
263,748,786
0
0
null
1,589,405,915,000
1,589,405,915,000
null
UTF-8
Lean
false
false
525
lean
variable (α : Type*) structure my_equiv := (to_fun : α → α) instance : has_coe_to_fun (my_equiv α) := ⟨_, my_equiv.to_fun⟩ def my_equiv1 : my_equiv α := { to_fun := id } def my_equiv2 : my_equiv α := { to_fun := id } @[simp] lemma one_eq_two : my_equiv1 α = my_equiv2 α := rfl lemma other (x : ℕ) : my_equiv1 ℕ (x ...
7fcb6614dca3a614aa16599b1e43e1fe2bf6a2f2
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/03_Propositions_and_Proofs.org.28.lean
bda96e7cd9684eb4ce3ee4b03f1866153fe4626d
[]
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
142
lean
/- page 41 -/ import standard variables p q r : Prop -- BEGIN example (Hnp : ¬p) (Hq : q) (Hqp : q → p) : r := absurd (Hqp Hq) Hnp -- END
e3a58a31ed0048bb19f2e6dcdded3f0aab9b24cc
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/bitvec/core_auto.lean
65762f432b2636b880241fdd799e8c9b30b57375
[]
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
7,876
lean
/- Copyright (c) 2015 Joe Hendrix. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joe Hendrix, Sebastian Ullrich -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.vector2 import Mathlib.data.nat.basic import Mathlib.PostPort namespace ...
a697b954962e16ade4ee70ec567b14e9ea41c927
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/gcd_monoid/multiset.lean
a97dc728e058e40673ae1af73a7a5981e41371fd
[ "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
5,390
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 algebra.gcd_monoid.basic import data.multiset.lattice /-! # GCD and LCM operations on multisets ## Main definitions - `multiset.gcd` - the greatest common d...
116b313f21756d697de1e76330a22a984c6ed307
54deab7025df5d2df4573383df7e1e5497b7a2c2
/data/seq/computation.lean
375c0e6bb684f77d0fb0b261c5f97227837917cd
[ "Apache-2.0" ]
permissive
HGldJ1966/mathlib
f8daac93a5b4ae805cfb0ecebac21a9ce9469009
c5c5b504b918a6c5e91e372ee29ed754b0513e85
refs/heads/master
1,611,340,395,683
1,503,040,489,000
1,503,040,489,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
34,538
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro Coinductive formalization of unbounded computations. -/ import data.stream data.nat.basic universes u v w /- coinductive computation (α : Type u) : Type u | retu...
cf9fbfb702c340fc8ee24741e717444865530a02
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/tests/lean/run/unification_hints.lean
72e145b05a011eee05a9db7ea52e0f19a235e0a5
[ "Apache-2.0" ]
permissive
bre7k30/lean
de893411bcfa7b3c5572e61b9e1c52951b310aa4
5a924699d076dab1bd5af23a8f910b433e598d7a
refs/heads/master
1,610,900,145,817
1,488,006,845,000
1,488,006,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
789
lean
open list nat namespace toy constants (A : Type.{1}) (f h : A → A) (x y z : A) attribute [irreducible] noncomputable definition g (x y : A) : A := f z @[unify] noncomputable definition toy_hint (x y : A) : unification_hint := { pattern := g x y ≟ f z, constraints := [] } open tactic set_option trace.type_cont...
18118db08df975618c61fbb99aa86f7d6ded194d
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/measure_theory/bochner_integration.lean
148927603d93cdfe4d50743778416af0c2afbd22
[ "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
67,199
lean
/- Copyright (c) 2019 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import measure_theory.simple_func_dense import analysis.normed_space.bounded_linear_maps import topology.sequences /-! # Bochner integral The Bochner...
22dda2ed16accf368876c1514e2c2c95fd56bca5
b2fe74b11b57d362c13326bc5651244f111fa6f4
/src/analysis/analytic/composition.lean
28390d9e5b4af57a27a02294077c2f9608533e70
[ "Apache-2.0" ]
permissive
midfield/mathlib
c4db5fa898b5ac8f2f80ae0d00c95eb6f745f4c7
775edc615ecec631d65b6180dbcc7bc26c3abc26
refs/heads/master
1,675,330,551,921
1,608,304,514,000
1,608,304,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
56,721
lean
/- Copyright (c) 2020 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel, Johan Commelin -/ import analysis.analytic.basic import combinatorics.composition /-! # Composition of analytic functions in this file we prove that the composi...
09f0f4e416ec7a30b53f93f96f3efb5c4efe10d6
5412d79aa1dc0b521605c38bef9f0d4557b5a29d
/stage0/src/Lean/Meta/Reduce.lean
e80518b6183afbb4fafdf25716a9d5ebb856a54d
[ "Apache-2.0" ]
permissive
smunix/lean4
a450ec0927dc1c74816a1bf2818bf8600c9fc9bf
3407202436c141e3243eafbecb4b8720599b970a
refs/heads/master
1,676,334,875,188
1,610,128,510,000
1,610,128,521,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,260
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.Meta.Basic import Lean.Meta.FunInfo namespace Lean.Meta partial def reduce (e : Expr) (explicitOnly skipTypes skipProofs := true) : MetaM Expr...
fba220329318c2eefccbfbf3339f76f26899954b
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/limits/constructions/equalizers.lean
fb51d341ed8106d8628610f89f14888ff7d5f848
[ "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
9,204
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Andrew Yang -/ import category_theory.limits.shapes.equalizers import category_theory.limits.shapes.binary_products import category_theory.limits.shapes.pullbacks import ca...
3d0bb470fffd733dc0e6c06e340da147f6df0fee
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Init/Data/Nat/Bitwise.lean
eecafaeb07ff5bef465ac8d2c0ab85d0003e920f
[ "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,486
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Data.Nat.Basic import Init.Data.Nat.Div import Init.Coe namespace Nat theorem bitwise_rec_lemma {n : Nat} (hNe : n ≠ 0) : n / 2 < n :=...
7ba57f7bfa0a3b135f7795830f17282c79e59778
be5348f86d661459153802318209304b793c0e2a
/src/shrink.lean
9d2a20879f2c5b7ad71db88074e6bbdee5422f2f
[]
no_license
reglayass/lean-avl
6b758c7708bdb3316b1b97ada3e3f259b49da58a
c7bffa75d7548e5ff8cdd7d69f5a58499f883df1
refs/heads/master
1,692,297,536,477
1,633,946,864,000
1,633,946,864,000
340,881,572
4
0
null
null
null
null
UTF-8
Lean
false
false
7,889
lean
import definitions rotations forall_keys tactic.linarith tactic.induction set_option pp.generalized_field_notation false universe u namespace shrink_lemmas open btree rotation_lemmas forall_keys_lemmas variables {α : Type u} lemma shrink_shrink_view (t : btree α) : shrink_view t (shrink t) := begin cases t, c...
2ed2e773dd5e2238d238c552abf58b92ae80722c
36c7a18fd72e5b57229bd8ba36493daf536a19ce
/library/data/nat/power.lean
0526d5d6c66cb6c35914d4450224515032e9658e
[ "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
4,662
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 The power function on the natural numbers. -/ import data.nat.basic data.nat.order data.nat.div data.nat.gcd algebra.ring_power open algebra n...
cdb24bbff6dfa4ec0947a1d4062da536da132b4b
bb31430994044506fa42fd667e2d556327e18dfe
/src/algebra/quaternion.lean
b9b6694cb7567c482221ee2c1216d9956f940a3f
[ "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
25,143
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 algebra.algebra.equiv import set_theory.cardinal.ordinal import tactic.ring_exp /-! # Quaternions In this file we define quaternions `ℍ[R]` over a commutat...
a064b3ed0567b92c8badde75387be9b3e75a739e
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/category_theory/monoidal/braided.lean
bc15bf64ccc396f751c7aa59da9d2906f5c8cd64
[ "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
35,004
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.monoidal.coherence_lemmas import category_theory.monoidal.natural_transformation import category_theory.monoidal.discrete /-! # Braided and sy...
719d81888b33b589bc5e118d888c68d745b97421
b29f946a2f0afd23ef86b9219116968babbb9f4f
/src/finite_sums.lean
5814119cc823926943e4a9594a71aca63a9faeab
[ "Apache-2.0" ]
permissive
ImperialCollegeLondon/M1P1-lean
58be7394fded719d95e45e6b10e1ecf2ed3c7c4c
3723468cc50f8bebd00a9811caf25224a578de17
refs/heads/master
1,587,063,867,779
1,572,727,164,000
1,572,727,164,000
165,845,802
14
4
Apache-2.0
1,549,730,698,000
1,547,554,675,000
Lean
UTF-8
Lean
false
false
886
lean
import data.fintype -- for finset and finset.sum import data.real.basic universe u variables {R : Type u} [add_comm_monoid R] -- my_sum_to_n eats a summand f(n) and returns the function sending t to f(0)+f(1)+...+f(t-1). -- Chris says use finsets. definition sum_to_n_minus_one (summand : ℕ → R) : ℕ → R := λ n, (fins...
037982b0d3cf33b3ea41d55cf49b3327f90cd512
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/order/invertible.lean
afdc5e4dd870d9d845d4fa37222edb4dc07f8007
[ "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
1,246
lean
/- Copyright (c) 2021 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov -/ import algebra.order.ring import algebra.invertible /-! # Lemmas about `inv_of` in ordered (semi)rings. -/ variables {α : Type*} [linear_ordered_semiring α]...
37dd50451215bea63621658f9353b802705a2799
9028d228ac200bbefe3a711342514dd4e4458bff
/src/category_theory/limits/shapes/types.lean
e76ab84c889f4e787ae6bc95f8b0a0af60fbfd77
[ "Apache-2.0" ]
permissive
mcncm/mathlib
8d25099344d9d2bee62822cb9ed43aa3e09fa05e
fde3d78cadeec5ef827b16ae55664ef115e66f57
refs/heads/master
1,672,743,316,277
1,602,618,514,000
1,602,618,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,257
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.limits.types import category_theory.limits.shapes.products import category_theory.limits.shapes.binary_products import category_theory.limits.s...
cdeb22d34ed9562ce42dfbaa9514f2f1b8a9a848
367134ba5a65885e863bdc4507601606690974c1
/src/tactic/generalizes.lean
ad5f9c44f318902eeeb5a209dcdfe78b89874cf6
[ "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
8,912
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 tactic.core /-! # The `generalizes` tactic This module defines the `tactic.generalizes'` tactic and its interactive version `tactic.interactive.generalizes`....
4122bfaa6ff0a9c397527892c3aede94954b3b14
d9ed0fce1c218297bcba93e046cb4e79c83c3af8
/library/tools/super/prover_state.lean
29c65eeea150f768b3f4ac23545d856a5d62adc3
[ "Apache-2.0" ]
permissive
leodemoura/lean_clone
005c63aa892a6492f2d4741ee3c2cb07a6be9d7f
cc077554b584d39bab55c360bc12a6fe7957afe6
refs/heads/master
1,610,506,475,484
1,482,348,354,000
1,482,348,543,000
77,091,586
0
0
null
null
null
null
UTF-8
Lean
false
false
15,383
lean
/- Copyright (c) 2016 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause .lpo .cdcl_solver data.monad.transformers open tactic monad expr namespace super structure score := (priority : ℕ) (in_sos : bool) (cost : ℕ) (age : ℕ)...
f922f9eb7da8a445dd699bc987e7270ff31ffc59
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Lean/Meta/SizeOf.lean
3baab742c247871c5101f53fa717907c6885a88a
[ "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
21,993
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.AppBuilder import Lean.Meta.Instances namespace Lean.Meta /-- Create `SizeOf` local instances for applicable parameters, and execute `k` ...
db32bbb2f107fc3005db7c256dea3b7bbbf7a64f
7850aae797be6c31052ce4633d86f5991178d3df
/stage0/src/Lean/Elab/Util.lean
f4ca458cd1ac9f546089a842034944175bf8a7e7
[ "Apache-2.0" ]
permissive
miriamgoetze/lean4
4dc24d4dbd360cc969713647c2958c6691947d16
062cc5d5672250be456a168e9c7b9299a9c69bdb
refs/heads/master
1,685,865,971,011
1,624,107,703,000
1,624,107,703,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,871
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Util.Trace import Lean.Parser.Syntax import Lean.Parser.Extension import Lean.KeyedDeclsAttribute import Lean.Elab.Exception namespace Lean de...
fb705ac857415e962ae24a11165849cd256a380f
c777c32c8e484e195053731103c5e52af26a25d1
/src/field_theory/finite/polynomial.lean
97d574232fdc3234b76aade7ba6bbf358ea8c445
[ "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
8,060
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 linear_algebra.finite_dimensional import linear_algebra.basic import ring_theory.mv_polynomial.basic import data.mv_polynomial.expand import field_theory.fini...
4f915fcac9db9e7d1cff587f9aedda60cbc5caa9
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/analysis/normed_space/multilinear.lean
aba5f7d1d9f1cfbff5314b3dca83cd86702cb20f
[ "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
73,390
lean
/- Copyright (c) 2020 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import analysis.normed_space.operator_norm import topology.algebra.module.multilinear /-! # Operator norm on the space of continuous multilinear maps When `f`...
192f8df629408a256c67402d4157dc5f25a9e2e0
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/limits/shapes/types.lean
c92488d57f25cfffaf5c2a206840db284cdf3369
[ "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
21,348
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.limits.types import category_theory.limits.shapes.products import category_theory.limits.shapes.binary_products import category_theory.limits.s...
f1ceeb912bfaa57d3e9022a250e55894abbfea67
60bf3fa4185ec5075eaea4384181bfbc7e1dc319
/src/game/series/L01defs.lean
c1ddccd83d1cfe80dc8d1eb416970beebbcb5033
[ "Apache-2.0" ]
permissive
anrddh/real-number-game
660f1127d03a78fd35986c771d65c3132c5f4025
c708c4e02ec306c657e1ea67862177490db041b0
refs/heads/master
1,668,214,277,092
1,593,105,075,000
1,593,105,075,000
264,269,218
0
0
null
1,589,567,264,000
1,589,567,264,000
null
UTF-8
Lean
false
false
454
lean
import data.real.basic import topology.algebra.infinite_sum def partial_sum (a : ℕ → ℝ) (M : ℕ):= (finset.range M).sum a def partial_sum_sequence (a : ℕ → ℝ ) : ℕ → ℝ := (λ (n : ℕ), partial_sum a n ) notation `|` x `|` := abs x -- hide def is_limit (a : ℕ → ℝ) (L : ℝ) := ∀ ε : ℝ, 0 < ε → ∃ N : ℕ, ∀ n : ℕ, N ≤ n →...
653f93a5ea5771a8586cbc530e617de8c5077794
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/hott/algebra/field.hlean
094f3925ef9a713fe55eb895355d2100827837ef
[ "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
21,803
hlean
/- Copyright (c) 2014 Robert Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Lewis Structures with multiplicative and additive components, including division rings and fields. The development is modeled after Isabelle's library. -/ import algebra.binary a...
bbf57356bdd4ff8065aa30b0dcb4916a70cf9f86
0f5090f82d527e0df5bf3adac9f9e2e1d81d71e2
/src/nitin+maya/lftcm2020_exercises.lean
afb57a6a16e81ba4322e4ee663e9d4fd9ab6d214
[]
no_license
apurvanakade/mc2020-lean-projects
36eb42c4baccc37183635c36f8e1b3afa4ec1230
02466225aa629ab1232043bcc0a053a099fdb939
refs/heads/master
1,688,791,717,534
1,597,874,092,000
1,597,874,092,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,999
lean
import tactic open tactic /-! This file contains three tactic-programming exercises of increasing difficulty. They were (hastily) written to follow the metaprogramming tutorial at Lean for the Curious Mathematician 2020. If you're looking for more (better) exercises, we strongly recommend the exercises by Blanchet...
b554b7117b0244372eb6150ab868136189ef53e1
76df16d6c3760cb415f1294caee997cc4736e09b
/lean/src/workspace/load.lean
15d0c535db040527c156eeb030e661918148e930
[ "MIT" ]
permissive
uw-unsat/leanette-popl22-artifact
70409d9cbd8921d794d27b7992bf1d9a4087e9fe
80fea2519e61b45a283fbf7903acdf6d5528dbe7
refs/heads/master
1,681,592,449,670
1,637,037,431,000
1,637,037,431,000
414,331,908
6
1
null
null
null
null
UTF-8
Lean
false
false
327
lean
import ..sym_factory.sym_factory import ..generation.main import ..generation.printer import ..interp.sym.defs import ..op.sym open lang.exp open op.sym def input_exp : lang.exp op.lang.datum op.lang.op := (bool tt) #eval result.to_str $ (interp.interpS sym_factory.sym_factory 100 input_exp [] initial_s...
44b9c782f46f279175b373f85bb39134a132014f
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/category_theory/monoidal/functor_category.lean
2800c914e10e9b0964085b086e922d87d698139b
[ "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,585
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.monoidal.braided import category_theory.functor_category import category_theory.const /-! # Monoidal structure on `C ⥤ D` when `D` is monoidal...
4ceaf1dc75ea0d134e2679aff2c9e3d856db57c5
1abd1ed12aa68b375cdef28959f39531c6e95b84
/src/set_theory/cofinality.lean
5d98ad6ea9d4957e8e6cfb0be7906daa86e50c45
[ "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
25,517
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Floris van Doorn -/ import set_theory.cardinal_ordinal /-! # Cofinality This file contains the definition of cofinality of a ordinal number and regular cardinals ## M...
0d421af5186f7f7c638ac2e4744d53bedd915e28
c777c32c8e484e195053731103c5e52af26a25d1
/src/data/set/prod.lean
dc29231b9b051f9a108ad2c7aeaa46d1d67370ae
[ "Apache-2.0" ]
permissive
kbuzzard/mathlib
2ff9e85dfe2a46f4b291927f983afec17e946eb8
58537299e922f9c77df76cb613910914a479c1f7
refs/heads/master
1,685,313,702,744
1,683,974,212,000
1,683,974,212,000
128,185,277
1
0
null
1,522,920,600,000
1,522,920,600,000
null
UTF-8
Lean
false
false
26,426
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Johannes Hölzl, Patrick Massot -/ import data.set.image /-! # Sets in product and pi types > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file requi...
ed98a941d721b66854d79cd8bc2902aaa4a51141
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/category_theory/limits/filtered_colimit_commutes_finite_limit.lean
71c73bfcd1c211a264e548166621ce5cb78776dc
[ "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
16,745
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.limits.colimit_limit import category_theory.limits.preserves.functor_category import category_theory.limits.preserves.finite import category_th...
ddcd8c54311e89fd351749bc9dedfe24f7c9f6a7
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/ring_theory/polynomial/homogeneous.lean
f0f83d99c9e1e7fc2aaf977c7efacc38969bef96
[ "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
9,913
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import data.mv_polynomial import algebra.algebra.operations import data.fintype.card import algebra.direct_sum.algebra /-! # Homogeneous polynomials A multivariate...
61b2c2d9cb8f5103b6c8a0d78a48943b5685508b
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/src/Lean/Meta/DiscrTreeTypes.lean
74a977b6523f964a05b1acd2d753e67bf8ce1a11
[ "Apache-2.0" ]
permissive
banksonian/lean4
3a2e6b0f1eb63aa56ff95b8d07b2f851072d54dc
78da6b3aa2840693eea354a41e89fc5b212a5011
refs/heads/master
1,673,703,624,165
1,605,123,551,000
1,605,123,551,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,483
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.Expr namespace Lean.Meta /- See file `DiscrTree.lean` for the actual implementation and documentation. -/ namespace DiscrTree inductive Key ...
d87d7c38302d30c52eba126b168be0a46e94a78f
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/mult.lean
23e1544ec38cb9de234ab5cdcf69a0f3748c6d7a
[ "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
288
lean
structure C [class] := (val : nat) attribute C [multiple_instances] definition c1 [instance] : C := C.mk 1 definition c2 [instance] : C := C.mk 2 set_option trace.class_instances true definition f [s : C] : nat := C.val definition tst1 : f = 1 := rfl definition tst2 : f = 2 := rfl
03070fd69803f7071a4b23dc6adb1fe6c6c1191d
fbef61907e2e2afef7e1e91395505ed27448a945
/LeanProtocPlugin/Google/Protobuf/Descriptor.lean
074b0436c848e31dc86b7333d70773e9a1c39a16
[ "MIT" ]
permissive
yatima-inc/Protoc.lean
7edecca1f5b33909e6dfef1bcebcbbf9a322ca8c
3ad7839ec911906e19984e5b60958ee9c866b7ec
refs/heads/master
1,682,196,995,576
1,620,507,180,000
1,620,507,180,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
130,535
lean
-- Generated by the Lean protobuf compiler. Do not edit manually. -- source: google/protobuf/descriptor.proto import LeanProto import Std.Data.AssocList set_option maxHeartbeats 10000000 set_option maxRecDepth 2048 set_option synthInstance.maxHeartbeats 10000000 set_option genSizeOfSpec false open Std (AssocList) ...
9cb8ec3b7e113b5d2d7342651bcb91033a196e66
9028d228ac200bbefe3a711342514dd4e4458bff
/src/algebra/group/basic.lean
4ff8daf0d6d166bdb9a4e93c8c24578757e35a6d
[ "Apache-2.0" ]
permissive
mcncm/mathlib
8d25099344d9d2bee62822cb9ed43aa3e09fa05e
fde3d78cadeec5ef827b16ae55664ef115e66f57
refs/heads/master
1,672,743,316,277
1,602,618,514,000
1,602,618,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
13,502
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, Simon Hudon, Mario Carneiro -/ import algebra.group.defs import logic.function.basic universe u section monoid variables {M : Type u} [monoid M] @[t...
045cdb7f903cb0ac67540f7c4ea8b4465f6bdc4b
75db7e3219bba2fbf41bf5b905f34fcb3c6ca3f2
/hott/algebra/category/constructions/cone.hlean
cfa52ac23e0a8cfe763c0864d280b38fa0b237d8
[ "Apache-2.0" ]
permissive
jroesch/lean
30ef0860fa905d35b9ad6f76de1a4f65c9af6871
3de4ec1a6ce9a960feb2a48eeea8b53246fa34f2
refs/heads/master
1,586,090,835,348
1,455,142,203,000
1,455,142,277,000
51,536,958
1
0
null
1,455,215,811,000
1,455,215,811,000
null
UTF-8
Lean
false
false
7,291
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 Cones of a diagram in a category -/ import ..nat_trans ..category open functor nat_trans eq equiv is_trunc is_equiv iso sigma sigma.ops pi namespace category ...
b844c65c76d12e03e992b96e5bf00d22005b5f3b
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/matrix/pequiv_auto.lean
c0a3a959d6fc74a134ed80a3af0e9e7da9d5f59a
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
5,675
lean
/- Copyright (c) 2019 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.matrix.basic import Mathlib.data.pequiv import Mathlib.PostPort universes u_3 u_4 v u_2 u...
88bc4bc851450717084fa5e4dd0b6d9d948bffd7
626e312b5c1cb2d88fca108f5933076012633192
/src/number_theory/padics/padic_norm.lean
0436a5cabb38c5f9592c2f65ef76d3686c922602
[ "Apache-2.0" ]
permissive
Bioye97/mathlib
9db2f9ee54418d29dd06996279ba9dc874fd6beb
782a20a27ee83b523f801ff34efb1a9557085019
refs/heads/master
1,690,305,956,488
1,631,067,774,000
1,631,067,774,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
27,984
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import ring_theory.int.basic import algebra.field_power import ring_theory.multiplicity import data.real.cau_seq import tactic.ring_exp import tactic.basic /-! # p...
21fd9d7030cf55f45f8d05ee61ad3403d862ca9a
c3f2fcd060adfa2ca29f924839d2d925e8f2c685
/hott/init/axioms/funext_of_ua.hlean
ddeeec0ee6e342d38ba53ef489d00a6609b7f59a
[ "Apache-2.0" ]
permissive
respu/lean
6582d19a2f2838a28ecd2b3c6f81c32d07b5341d
8c76419c60b63d0d9f7bc04ebb0b99812d0ec654
refs/heads/master
1,610,882,451,231
1,427,747,084,000
1,427,747,429,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
5,856
hlean
/- Copyright (c) 2014 Jakob von Raumer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: init.axioms.funext_of_ua Author: Jakob von Raumer Ported from Coq HoTT -/ prelude import ..equiv ..datatypes ..types.prod import .funext_varieties .ua open eq function prod is_tru...
705a9329f3639c56ee5441d24415f8e7c87b90c8
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/ring_theory/jacobson.lean
98daa88f48e7d3fac0736b3e01855b7869161da6
[ "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
33,197
lean
/- Copyright (c) 2020 Devon Tuma. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Devon Tuma -/ import data.mv_polynomial import ring_theory.ideal.over import ring_theory.jacobson_ideal import ring_theory.localization /-! # Jacobson Rings The following conditions are e...
8bd583756db4896694b1cd8a65f1813cd27704d6
de91c42b87530c3bdcc2b138ef1a3c3d9bee0d41
/eval/time_expr_wip.lean
a1bf320ce382cc1c03fd4b046b9daee31931a56d
[]
no_license
kevinsullivan/lang
d3e526ba363dc1ddf5ff1c2f36607d7f891806a7
e9d869bff94fb13ad9262222a6f3c4aafba82d5e
refs/heads/master
1,687,840,064,795
1,628,047,969,000
1,628,047,969,000
282,210,749
0
1
null
1,608,153,830,000
1,595,592,637,000
Lean
UTF-8
Lean
false
false
119
lean
import ..expressions.time_expr_wip open lang.time def kp : K := 4 namespace lang.time def ko : K := 4 end lang.time
2e704bb09d21a846019d72a179c8eee1b8140d34
e6b8240a90527fd55d42d0ec6649253d5d0bd414
/src/ring_theory/algebra.lean
aba4fb9926786d5f94da2f5fdb7bd94de6ea5df2
[ "Apache-2.0" ]
permissive
mattearnshaw/mathlib
ac90f9fb8168aa642223bea3ffd0286b0cfde44f
d8dc1445cf8a8c74f8df60b9f7a1f5cf10946666
refs/heads/master
1,606,308,351,137
1,576,594,130,000
1,576,594,130,000
228,666,195
0
0
Apache-2.0
1,576,603,094,000
1,576,603,093,000
null
UTF-8
Lean
false
false
22,470
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau Algebra over Commutative Ring (under category) -/ import data.polynomial data.mv_polynomial import data.complex.basic import data.matrix.basic import linear_algebra.tensor_produ...
cdfb64e083bfe98f61653a6dad2805b4e04d8d64
c777c32c8e484e195053731103c5e52af26a25d1
/src/analysis/inner_product_space/symmetric.lean
4033741a0e5b3c0d6d68f82515d08f9d9d91195f
[ "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
7,576
lean
/- Copyright (c) 2022 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Doll, Frédéric Dupuis, Heather Macbeth -/ import analysis.inner_product_space.basic import analysis.normed_space.banach import linear_algebra.sesquilinear_form /-! # Symmetri...
f9ee3719742e1a54a5e91232d60f8e1872b9bd3b
b210f3162055e6c91af0e5938b8e29ad2b66957d
/notes01.28.2020.lean
adbb8d1f1c21de51732e64d01c39abaa3d9607f1
[]
no_license
colemanjenkins/SharedFiles
db8a5cea23e51b7781ce779af546045c4230c17d
6ac3cc21a2912f3c8e62a23a882384b0b2a5d41b
refs/heads/master
1,608,650,217,053
1,598,992,893,000
1,598,992,893,000
236,838,099
0
0
null
null
null
null
UTF-8
Lean
false
false
1,902
lean
def x := 1+2 #eval x def z' : ℕ := (nat.zero : ℕ) def z'' := (nat.zero : ℕ) def z''' : ℕ := nat.zero def z := 0 -- Function expression are terms that have types #check band #check nat.add #check string.append -- Function application expressions are terms that have types #check band tt tt #check nat.add 2 3 #check...
c4252d6e617ed302c438c217f8b5f0fddd0fc106
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/conv1.lean
ac09191860724732ad9cac3a91ff882bdb5adff2
[ "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
2,038
lean
set_option pp.analyze false def p (x y : Nat) := x = y example (x y : Nat) : p (x + y) (y + x + 0) := by conv => whnf congr . rfl . whnf; rfl trace_state rw [Nat.add_comm] rfl example (x y : Nat) : p (x + y) (y + x + 0) := by conv => whnf rhs whnf trace_state rw [Nat.add_com...
a9ebca39cb9ac4b8b3ff705296183ebd634fef9c
7cef822f3b952965621309e88eadf618da0c8ae9
/src/topology/stone_cech.lean
557b16246c8b4635d5c8ea71d549abd9addbe224
[ "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
11,252
lean
/- Copyright (c) 2018 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton Construction of the Stone-Čech compactification using ultrafilters. Parts of the formalization are based on "Ultrafilters and Topology" by Marius Stekelenburg, particularly ...
e10f215dc1ae2c2b0231ef821522de116a0aff4d
ad0c7d243dc1bd563419e2767ed42fb323d7beea
/data/multiset.lean
e1ec02fc34ceeb54bd7bb9574b0b4d8b1b5bbc59
[ "Apache-2.0" ]
permissive
sebzim4500/mathlib
e0b5a63b1655f910dee30badf09bd7e191d3cf30
6997cafbd3a7325af5cb318561768c316ceb7757
refs/heads/master
1,585,549,958,618
1,538,221,723,000
1,538,221,723,000
150,869,076
0
0
Apache-2.0
1,538,229,323,000
1,538,229,323,000
null
UTF-8
Lean
false
false
120,321
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro Multisets. -/ import logic.function order.boolean_algebra data.list.basic data.list.perm data.list.sort data.quot data.string algebra.order_functions algebra....