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
d786844386c0972a3304d71394c26317bf74ebf3
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/order/bounded_lattice.lean
409d9ce00d9784504570835ed3aff30b8179377c
[ "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
50,359
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.option.basic import logic.nontrivial import order.lattice import order.order_dual import tactic.pi_instances /-! # ⊤ and ⊥, bounded lattices and variants...
beab6edacac151b5be4d09586514d36ec7df715c
76c77df8a58af24dbf1d75c7012076a42244d728
/tutorial_src/exercises/03_forall_or.lean
af038ca6b893ffd2c4e2e60517c70d6392c839fa
[]
no_license
kris-brown/theorem_proving_in_lean
7a7a584ba2c657a35335dc895d49d991c997a0c9
774460c21bf857daff158210741bd88d1c8323cd
refs/heads/master
1,668,278,123,743
1,593,445,161,000
1,593,445,161,000
265,748,924
0
1
null
null
null
null
UTF-8
Lean
false
false
9,177
lean
import data.real.basic import algebra.pi_instances set_option pp.beta true /- In this file, we'll learn about the ∀ quantifier, and the disjunction operator ∨ (logical OR). Let P be a predicate on a type X. This means for every mathematical object x with type X, we get a mathematical statement P x. In Lean, P x has ...
8d37d3fed1a0c1beebf0fab7ea5a895a1334f418
367134ba5a65885e863bdc4507601606690974c1
/src/tactic/push_neg.lean
2547ff6f1eb53f886532848c13218a7d29b37902
[ "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
7,973
lean
/- Copyright (c) 2019 Patrick Massot All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Patrick Massot, Simon Hudon A tactic pushing negations into an expression -/ import logic.basic import algebra.order open tactic expr namespace push_neg section universe u variable ...
2e6f86516449e15c175003a072e796fb3ad136ff
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/cc4.lean
7cc4b4156b94bb87c13729d51e3e3458d4c24963
[ "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
741
lean
import data.vector open tactic universe variables u axiom app : Π {α : Type u} {n m : nat}, vector α m → vector α n → vector α (m+n) example (n1 n2 n3 : nat) (v1 w1 : vector nat n1) (w1' : vector nat n3) (v2 w2 : vector nat n2) : n1 = n3 → v1 = w1 → w1 == w1' → v2 = w2 → app v1 v2 == app w1' w2 := by cc exa...
47b7c22ae60e1f9b74c3fb7012e849d254c27c5f
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/special_functions/log/base.lean
b7a3e10678ea8c302461cbb1215592ed93b2534b
[ "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
13,932
lean
/- Copyright (c) 2022 Bolton Bailey. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bolton Bailey, Chris Hughes, Abhimanyu Pallavi Sudhir, Jean Lo, Calle Sönne -/ import analysis.special_functions.pow.real import data.int.log /-! # Real logarithm base `b` > THIS FILE...
68432fad734b41b57d9ec87ee54b56162ded2902
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/topology/algebra/module.lean
8ef924f662cce303c809dcfd3695e114e14677a8
[ "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
23,359
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jan-David Salchow, Sébastien Gouëzel, Jean Lo -/ import topology.algebra.ring linear_algebra.basic ring_theory.algebra /-! # Theory of topological modules and continuous linear m...
8827d634df36f35ec39ac17bf22a04409f3643e8
94e33a31faa76775069b071adea97e86e218a8ee
/src/analysis/normed_space/is_R_or_C.lean
4143c1789b63c33db0677d7082a9e9bc12bdcbf9
[ "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
4,105
lean
/- Copyright (c) 2021 Kalle Kytölä. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kalle Kytölä -/ import data.complex.is_R_or_C import analysis.normed_space.operator_norm import analysis.normed_space.pointwise /-! # Normed spaces over R or C This file is about resul...
fb02561c2b4ea4ddc5800a872ea7474579091ad1
9b9a16fa2cb737daee6b2785474678b6fa91d6d4
/src/data/nat/basic.lean
28690616aa64a7a4b9f0f33d25ecbcf14c04ce2e
[ "Apache-2.0" ]
permissive
johoelzl/mathlib
253f46daa30b644d011e8e119025b01ad69735c4
592e3c7a2dfbd5826919b4605559d35d4d75938f
refs/heads/master
1,625,657,216,488
1,551,374,946,000
1,551,374,946,000
98,915,829
0
0
Apache-2.0
1,522,917,267,000
1,501,524,499,000
Lean
UTF-8
Lean
false
false
33,903
lean
/- 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, Leonardo de Moura, Jeremy Avigad, Mario Carneiro Basic operations on the natural numbers. -/ import logic.basic algebra.ordered_ring data.option.basic universes u...
aad508d56d38954daf87e36411904bcb8d81ed04
d642a6b1261b2cbe691e53561ac777b924751b63
/src/data/pfun.lean
ef901a8156410a6651c4836238ebac77717eaa2a
[ "Apache-2.0" ]
permissive
cipher1024/mathlib
fee56b9954e969721715e45fea8bcb95f9dc03fe
d077887141000fefa5a264e30fa57520e9f03522
refs/heads/master
1,651,806,490,504
1,573,508,694,000
1,573,508,694,000
107,216,176
0
0
Apache-2.0
1,647,363,136,000
1,508,213,014,000
Lean
UTF-8
Lean
false
false
22,514
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro, Jeremy Avigad -/ import data.set.basic data.equiv.basic data.rel logic.relator /-- `roption α` is the type of "partial values" of type `α`. It is similar to `option α...
0eb602ec18c6bba1404725c6f25d2005a04f3489
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/list/defs_auto.lean
6e849a94554d0bd676bbe489792d80689ff6223f
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
31,534
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.option.defs im...
299aa743a424197e79d5371dcddcc6f5e9b78b18
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/control/equiv_functor/instances.lean
c21408022ba9c6d2b9873a5bc48e15e73e69c668
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
1,336
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Scott Morrison -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.fintype.basic import Mathlib.control.equiv_functor import Mathlib.PostPort universes u...
32908b5b965a48dbe72a7f50c692bdf458e46b05
aa5a655c05e5359a70646b7154e7cac59f0b4132
/stage0/src/Lean/Meta/Tactic/Assert.lean
66eeb63ae95c3509213a92502f29ff2e33605392
[ "Apache-2.0" ]
permissive
lambdaxymox/lean4
ae943c960a42247e06eff25c35338268d07454cb
278d47c77270664ef29715faab467feac8a0f446
refs/heads/master
1,677,891,867,340
1,612,500,005,000
1,612,500,005,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,046
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Tactic.Util import Lean.Meta.Tactic.FVarSubst import Lean.Meta.Tactic.Intro import Lean.Meta.Tactic.Revert namespace Lean.Meta /-- Conv...
0c7ccd998d036efe851cf3efa1aef4c88a8968ea
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Init/Data/Char.lean
dc2257bbfe08b2353210792c07dcb17bfdd5649c
[ "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
200
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.Data.Char.Basic
eabd79d1916a6e5b58c72cc38ad51f002829b296
fecda8e6b848337561d6467a1e30cf23176d6ad0
/src/topology/sheaves/forget.lean
69337c740148abe3ce93be36561220da08c17e83
[ "Apache-2.0" ]
permissive
spolu/mathlib
bacf18c3d2a561d00ecdc9413187729dd1f705ed
480c92cdfe1cf3c2d083abded87e82162e8814f4
refs/heads/master
1,671,684,094,325
1,600,736,045,000
1,600,736,045,000
297,564,749
1
0
null
1,600,758,368,000
1,600,758,367,000
null
UTF-8
Lean
false
false
8,035
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 topology.sheaves.sheaf import category_theory.limits.preserves.shapes import category_theory.limits.types /-! # Checking the sheaf condition on the underlying...
5ff96a9da982d12d26830640b712004af38965ca
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/test/continuity.lean
ff2a2633c2acf1a966e64d8ba57cc92dc3705182
[ "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,268
lean
import topology.tactic import topology.algebra.monoid import topology.instances.real import analysis.special_functions.trigonometric.basic example {X Y : Type*} [topological_space X] [topological_space Y] (f₁ f₂ : X → Y) (hf₁ : continuous f₁) (hf₂ : continuous f₂) (g : Y → ℝ) (hg : continuous g) : continuous (λ x,...
6d765d318a16fb232a1f4adb6a83f858e64c5011
aa3f8992ef7806974bc1ffd468baa0c79f4d6643
/tests/lean/run/nat_bug6.lean
c5470bff9132a3ec2cd82ca39012e810e08e2d45
[ "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
475
lean
import standard using eq_proofs inductive nat : Type := zero : nat, succ : nat → nat namespace nat definition add (x y : nat) : nat := nat.rec x (λn r, succ r) y infixl `+` := add definition mul (n m : nat) := nat.rec zero (fun m x, x + n) m infixl `*` := mul axiom mul_zero_right (n : nat) : n * zero = zero constan...
956ecaceee4e36be264a7efc1ffbd6465fdbed97
704c0b4221e71a413a9270e3160af0813f426c91
/scratch/LP_operations.lean
d26d8f2a4e7cf589e075e24cd125977f215a1da4
[]
no_license
CohenCyril/LP
d39b766199d2176b592ff223f9c00cdcb4d5f76d
4dca829aa0fe94c0627410b88d9dad54e6ed2c63
refs/heads/master
1,596,132,000,357
1,568,817,913,000
1,568,817,913,000
210,310,499
0
0
null
1,569,229,479,000
1,569,229,479,000
null
UTF-8
Lean
false
false
43,162
lean
import data.matrix.pequiv data.rat.basic tactic.fin_cases data.list.min_max .partition2 open matrix fintype finset function pequiv local notation `rvec`:2000 n := matrix (fin 1) (fin n) ℚ local notation `cvec`:2000 m := matrix (fin m) (fin 1) ℚ local infix ` ⬝ `:70 := matrix.mul local postfix `ᵀ` : 1500 := transpose ...
5be54336056f939be55204f1545f905257ce4a4c
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/data/finsupp/basic.lean
4c7a35bcdfdfa787528efce99b30fa9898c60da5
[ "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
109,289
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, Scott Morrison -/ import data.finset.preimage import algebra.indicator_function import algebra.group_action_hom /-! # Type of functions with finite support For any ty...
b9793cd5fc9c2bd619ef60a07d7c76541b89234a
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/ring_theory/localization/num_denom.lean
2da5967b481dd240e6deda5dae1a107e3253a2dc
[ "Apache-2.0" ]
permissive
ramonfmir/mathlib
c5dc8b33155473fab97c38bd3aa6723dc289beaa
14c52e990c17f5a00c0cc9e09847af16fabbed25
refs/heads/master
1,661,979,343,526
1,660,830,384,000
1,660,830,384,000
182,072,989
0
0
null
1,555,585,876,000
1,555,585,876,000
null
UTF-8
Lean
false
false
3,975
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Mario Carneiro, Johan Commelin, Amelia Livingston, Anne Baanen -/ import ring_theory.localization.fraction_ring import ring_theory.localization.integer import ring_theory.unique_...
7168d77d4da9ca636ea0bd865951049cc32b0508
737dc4b96c97368cb66b925eeea3ab633ec3d702
/stage0/src/Lean/Data/Json/FromToJson.lean
0bba89ba93692eecfe3f393d424e23335c5ae46a
[ "Apache-2.0" ]
permissive
Bioye97/lean4
1ace34638efd9913dc5991443777b01a08983289
bc3900cbb9adda83eed7e6affeaade7cfd07716d
refs/heads/master
1,690,589,820,211
1,631,051,000,000
1,631,067,598,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,886
lean
/- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Marc Huisinga -/ import Lean.Data.Json.Basic import Lean.Data.Json.Printer namespace Lean universe u class FromJson (α : Type u) where fromJson? : Json → Except Str...
74cf6b451e17d4d3add88f35ab6b79bb0fa43c71
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/control/default_auto.lean
8dfeda5399620785d305bf4219535047f1ab884a
[]
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
705
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 -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.control.applicative import Mathlib.Lean3Lib.init.control.functor import Mathlib.Lean3Lib.init.control.al...
bba3b19a4144792ed5c4b4e9815bc773747b31ad
08bd4ba4ca87dba1f09d2c96a26f5d65da81f4b4
/src/Lean/Syntax.lean
1a38855bd7be339188193929b1566ace005f901c
[ "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
21,050
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Sebastian Ullrich, Leonardo de Moura -/ import Lean.Data.Name import Lean.Data.Format /-- A position range inside a string. This type is mostly in combination with syntax trees,...
0b9846eed8eb60126a351bee91bcfec291706a42
3dd1b66af77106badae6edb1c4dea91a146ead30
/tests/lean/run/coe3.lean
7b8a7ab5562f46bb66d09cc3d93b4e3332066b89
[ "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
770
lean
import standard namespace setoid inductive setoid : Type := | mk_setoid: Π (A : Type), (A → A → Prop) → setoid definition carrier (s : setoid) := setoid_rec (λ a eq, a) s definition eqv {s : setoid} : carrier s → carrier s → Prop := setoid_rec (λ a eqv, eqv) s infix `≈`:50 := eqv coercion carrier ...
5fa18dd9cfde7cd7cf9fabf2cff45a694e90fc71
5d76f062116fa5bd22eda20d6fd74da58dba65bb
/src/snarks/groth16/vars.lean
8c9cf6c9b6af4c44516a37311080a44d377f7d2f
[]
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
227
lean
section /-- An inductive type from which to index the variables of the 3-variable polynomials the proof manages -/ @[derive decidable_eq] inductive vars : Type | α : vars | β : vars | γ : vars | δ : vars | x : vars end
1b7515ba7b05926c1a12817865f36e4d14d50f4b
4fa161becb8ce7378a709f5992a594764699e268
/src/tactic/generalizes.lean
e9e88377df5c15984336fe238de421c1b9945a3e
[ "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
9,946
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`....
5337e3df6b61a5d28040a60b193d3c22665593b8
390c7d44c0470f935f1ff06637607521791400da
/test3.lean
3ecd2516f106a0d85c9e912f69e295818c9b368f
[]
no_license
avigad/auto
32baee2744dd3ae53f1cffd3f04523b953e5a9eb
1aa4ebf60f900e8d61bb423105592a4010fa6ec5
refs/heads/master
1,594,791,920,875
1,475,608,824,000
1,475,608,824,000
67,415,120
2
0
null
null
null
null
UTF-8
Lean
false
false
2,791
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad Examples from the tutorial. -/ import .auto open tactic section variables p q r s : Prop -- commutativity of ∧ and ∨ example : p ∧ q ↔ q ∧ p := by safe' example...
6ba5d0785c1cc9ee66c64d4ff146d279d860f0ba
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/group_theory/subgroup/finite.lean
a5ab6c826172fa318009b7071ad62349cb5bff65
[ "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
8,815
lean
/- Copyright (c) 2020 Kexing Ying. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kexing Ying -/ import data.set.finite import group_theory.subgroup.basic import group_theory.submonoid.membership /-! # Subgroups > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any chang...
2e904dfd9be7132fd7d68b041c4ae0274a4beb26
367134ba5a65885e863bdc4507601606690974c1
/test/linarith.lean
f2f8d078d63ca3ac966bbac718d3c08c295a1124
[ "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
10,534
lean
import tactic.linarith import algebra.field_power example {α : Type} (_inst : Π (a : Prop), decidable a) [linear_ordered_field α] {a b c : α} (ha : a < 0) (hb : ¬b = 0) (hc' : c = 0) (h : (1 - a) * (b * b) ≤ 0) (hc : 0 ≤ 0) (this : -(a * -b * -b + b * -b + 0) = (1 - a) * (b * b)) (h : (1 - a) * (b * ...
b3c9c89965eabf96082d0987de3c20a91e5b12fb
302b541ac2e998a523ae04da7673fd0932ded126
/tests/playground/listTest.lean
50997966158db2ed8974125aaf7ac40958bfb689
[]
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
254
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) l def makeList : Nat -> L | n => Cons n (makeList n-1) | 0 => Nil
248b4a40d9087854f5e2111e2b017f2cf320d41e
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/measure_theory/lebesgue_measure.lean
b93316b152de8b7143e65a743701e387911bb322
[ "Apache-2.0" ]
permissive
hamdysalah1/mathlib
b915f86b2503feeae268de369f1b16932321f097
95454452f6b3569bf967d35aab8d852b1ddf8017
refs/heads/master
1,677,154,116,545
1,611,797,994,000
1,611,797,994,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
16,762
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 measure_theory.pi /-! # Lebesgue measure on the real line and on `ℝⁿ` -/ noncomputable theory open classical set filter open ennreal (of_rea...
4c13c13e2cacb33df3b0666835f1c2f6c0404a92
54deab7025df5d2df4573383df7e1e5497b7a2c2
/order/complete_lattice.lean
0f44ea3a86083808b82f54eebd13c531b1ec7334
[ "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
24,057
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 Theory of complete lattices. -/ import order.bounded_lattice data.set.basic set_option old_structure_cmd true universes u v w w₂ variables {α : Type u} {β : Type v} {...
c5327a8cff5b3eac753fbb133df02a1f54dbab7f
1136b4d61007050cc632ede270de45a662f8dba4
/tests/lean/structure_notation_dep_mvars.lean
0fe9fbc29a12330712c7ec3edf1e5495bbaa6e3f
[ "Apache-2.0" ]
permissive
zk744750315/lean
7fe895f16cc0ef1869238a01cae903bbd623b4a9
c17e5b913b2db687ab38f53285326b9dbb2b1b6e
refs/heads/master
1,618,208,425,413
1,521,520,544,000
1,521,520,936,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
32
lean
instance : monad list := { .. }
72bebce808f62026c1d155cc83dbc0500553e44b
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/algebraic_geometry/presheafed_space.lean
8e7b574fd2d9c0c05f7deaa884a23c2ba69cc868
[ "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
9,674
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 topology.sheaves.presheaf /-! # Presheafed spaces Introduces the category of topological spaces equipped with a presheaf (taking values in an arbitrary targe...
b6d230c0e5b28e8e65d582cff8eaf6d0c258f2b9
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/category_theory/over.lean
6d7fb295ed431ef9fd6c28f2f671093410fc3664
[ "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
11,375
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Bhavik Mehta -/ import category_theory.structured_arrow import category_theory.punit import category_theory.reflects_isomorphisms import category_theory.epi_mono /-! #...
28b5a442c633d13dcdb59e549ca44bbb612d207d
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/topology/homeomorph.lean
511d6d63254e65f9124029b6d32652651704ff98
[ "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
14,042
lean
/- Copyright (c) 2019 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Patrick Massot, Sébastien Gouëzel, Zhouhang Zhou, Reid Barton -/ import topology.dense_embedding open set filter open_locale topological_space variables {α : Type*} {β :...
e5398b4ad26d776267a7cb71cd39755294905082
367134ba5a65885e863bdc4507601606690974c1
/src/category_theory/endomorphism.lean
5b0ef37feb6c2f21cb6ea632d1ad9b82c641b552
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
3,078
lean
/- Copyright (c) 2019 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov, Scott Morrison, Simon Hudon Definition and basic properties of endomorphisms and automorphisms of an object in a category. -/ import category_theory.groupoid import ...
437297096de6ea55168dc4a70269a3bcf06e63c1
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/data/equiv/encodable/basic.lean
4b869596ec91c9f7b9a068d3d397b480af296e90
[ "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
14,737
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, Mario Carneiro Type class for encodable Types. Note that every encodable Type is countable. -/ import data.equiv.nat import order.rel_iso import order.directe...
cbc52cc63a57197b07677a54781dd2e3f01e4ec8
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/special_functions/exp_deriv.lean
eccbb6494a222deb640cc5327ff42cadb2eaa055
[ "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
10,469
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 -/ import analysis.calculus.inverse import analysis.complex.real_deriv import analysis.special_functions.exp /-! # Complex a...
7ae4195ebbb238ace4d2cbf47830a590c01aba0d
fe84e287c662151bb313504482b218a503b972f3
/src/poset/basic.lean
0492273e839d3f8251c0e571e2372b59980b06db
[]
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
16,296
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 file effectively deals with the cartesian-closed category of finite posets and the associated "strong homotopy category". However, we have taken an ad hoc approa...
202487777f76267fa5787e98f731500e68494bf6
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch4/ex0101.lean
e8df9ee67390e0593991a9a94ee9cccbb860d6fb
[]
no_license
Ailrun/Theorem_Proving_in_Lean
ae6a23f3c54d62d401314d6a771e8ff8b4132db2
2eb1b5caf93c6a5a555c79e9097cf2ba5a66cf68
refs/heads/master
1,609,838,270,467
1,586,846,743,000
1,586,846,743,000
240,967,761
1
0
null
null
null
null
UTF-8
Lean
false
false
184
lean
variables (α : Type) (p q : α → Prop) example : (∀ x : α, p x ∧ q x) -> ∀ y : α, p y := assume h : ∀ x : α, p x ∧ q x, assume y : α, show p y, from (h y).left
8d7c0caa43e136f6cf8732250b05b2b2f3f778ea
367134ba5a65885e863bdc4507601606690974c1
/src/topology/sequences.lean
022d182202e3c06a10c92d638caf1a46963c73f8
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
18,811
lean
/- Copyright (c) 2018 Jan-David Salchow. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jan-David Salchow, Patrick Massot -/ import topology.bases import topology.subset_properties import topology.metric_space.basic /-! # Sequences in topological spaces In this file ...
952764ea76144b5b3ac2346f9c1906de21933725
19cc34575500ee2e3d4586c15544632aa07a8e66
/src/geometry/euclidean/basic.lean
5c224eb321e346fe54f94d8fbc8d7c19d464202a
[ "Apache-2.0" ]
permissive
LibertasSpZ/mathlib
b9fcd46625eb940611adb5e719a4b554138dade6
33f7870a49d7cc06d2f3036e22543e6ec5046e68
refs/heads/master
1,672,066,539,347
1,602,429,158,000
1,602,429,158,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
48,486
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Joseph Myers. -/ import analysis.normed_space.inner_product import algebra.quadratic_discriminant import analysis.normed_space.add_torsor import data.matrix.notation import linear_algebra...
0ae8632a6b1329de81fb487fef40a4c1b76bc21b
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/number_theory/number_field/basic.lean
a426ce89fb1e7ae377fc27d88dba90aa92bcd792
[ "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
7,481
lean
/- Copyright (c) 2021 Ashvni Narayanan. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Ashvni Narayanan, Anne Baanen -/ import algebra.char_p.algebra import ring_theory.dedekind_domain.integral_closure /-! # Number fields > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > ...
522a58becef034a38eb91903454ea9e6bd5fee0e
32025d5c2d6e33ad3b6dd8a3c91e1e838066a7f7
/stage0/src/Init/Core.lean
8b9f71dd80ecd614a5eb49899f2f44af5f173b99
[ "Apache-2.0" ]
permissive
walterhu1015/lean4
b2c71b688975177402758924eaa513475ed6ce72
2214d81e84646a905d0b20b032c89caf89c737ad
refs/heads/master
1,671,342,096,906
1,599,695,985,000
1,599,695,985,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
64,520
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura notation, basic datatypes and type classes -/ prelude notation `Prop` := Sort 0 reserve infixr ` $ `:1 notation f ` $ ` a := f a /- Logical operations and r...
378b6785e4af14f8ed86a85026b324af38892694
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/compiler/uset.lean
9562cd7105011e9f0ec2d66df3cd90fd50170132
[ "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
189
lean
structure Point where x : USize y : UInt32 @[noinline] def Point.right (p : Point) : Point := { p with x := p.x + 1 } def main : IO Unit := IO.println (Point.right ⟨0, 0⟩).x
67fe142ec4b9ddf907162808f57fe9f33b1badcc
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/char_p/subring.lean
c5194ae4dcfb514ffb75a77cc15f726f5a7f057f
[]
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,776
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.char_p.basic import Mathlib.ring_theory.subring import Mathlib.PostPort universes u namesp...
d2a36e7ee496b68f517560ba75493e593094a3c1
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/meta/well_founded_tactics.lean
ba91174caf2141b09647119c8768e6fa5d2f20a5
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
1,531
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.meta.default import Mathlib.Lean3Lib.init.data.sigma.lex import Mathlib.Lean3Lib.init.data.nat.lemmas im...
13b61e77800168c4bd9b70bd245224164209e8ad
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/topology/category/Top/opens.lean
8146312c116d9bf03a4aa1dc63c5e5c0f77d1086
[ "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
3,862
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 topology.category.Top.basic import category_theory.eq_to_hom open category_theory open topological_space open opposite universe u namespace topological_spac...
0770da5efbf1cae0d2903cbf7db762277130868f
130c49f47783503e462c16b2eff31933442be6ff
/stage0/src/Lean/Elab/InfoTree.lean
3379a5be60ccb2cf24366bfac6e41f170856c77c
[ "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
15,246
lean
/- Copyright (c) 2020 Wojciech Nawrocki. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Wojciech Nawrocki, Leonardo de Moura, Sebastian Ullrich -/ import Lean.Data.Position import Lean.Expr import Lean.Message import Lean.Data.Json import Lean.Meta.Basic import Lean.M...
80c045895dfd5cdc157541848bec239e2a2ad922
5ae26df177f810c5006841e9c73dc56e01b978d7
/src/topology/Top/stalks.lean
8dcb8b4c59819b776fc2adc590b310dfb5e50f6b
[ "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
3,565
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 topology.Top.open_nhds import topology.Top.presheaf import category_theory.limits.limits universes v u v' u' open category_theory open Top open category_theo...
5727a9dd1df90a25be545a84c1cf1746b6f42043
9d2e3d5a2e2342a283affd97eead310c3b528a24
/src/for_mathlib/manifolds.lean
c49ad523ab7d63eb7a88a22b10dfc203b386b1b7
[]
permissive
Vtec234/lftcm2020
ad2610ab614beefe44acc5622bb4a7fff9a5ea46
bbbd4c8162f8c2ef602300ab8fdeca231886375d
refs/heads/master
1,668,808,098,623
1,594,989,081,000
1,594,990,079,000
280,423,039
0
0
MIT
1,594,990,209,000
1,594,990,209,000
null
UTF-8
Lean
false
false
10,486
lean
/- Missing bits that should be added to mathlib after the workshop and after cleaning them up -/ import geometry.manifold.times_cont_mdiff import geometry.manifold.real_instances open set open_locale big_operators instance : has_zero (Icc (0 : ℝ) 1) := ⟨⟨(0 : ℝ), ⟨le_refl _, zero_le_one⟩⟩⟩ instance : has_one (Icc (...
cf2a40e7934890aebb732d9fa8fe59fb5d1f58f4
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/data/sym2.lean
3cdd885d24a0ff794483082ceab1be54926c369b
[ "Apache-2.0" ]
permissive
dupuisf/mathlib
62de4ec6544bf3b79086afd27b6529acfaf2c1bb
8582b06b0a5d06c33ee07d0bdf7c646cae22cf36
refs/heads/master
1,669,494,854,016
1,595,692,409,000
1,595,692,409,000
272,046,630
0
0
Apache-2.0
1,592,066,143,000
1,592,066,142,000
null
UTF-8
Lean
false
false
9,481
lean
/- Copyright (c) 2020 Kyle Miller All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Kyle Miller. -/ import tactic.linarith import data.sym open function open sym /-! # The symmetric square This file defines the symmetric square, which is `α × α` modulo swapping. This i...
cd885cf9544d88584ed07b825af13194107906f4
618003631150032a5676f229d13a079ac875ff77
/src/data/setoid/partition.lean
d7aef47f009acb9ed88115d222754c8bf4158d9c
[ "Apache-2.0" ]
permissive
awainverse/mathlib
939b68c8486df66cfda64d327ad3d9165248c777
ea76bd8f3ca0a8bf0a166a06a475b10663dec44a
refs/heads/master
1,659,592,962,036
1,590,987,592,000
1,590,987,592,000
268,436,019
1
0
Apache-2.0
1,590,990,500,000
1,590,990,500,000
null
UTF-8
Lean
false
false
8,349
lean
import data.setoid.basic import data.set.lattice /-! # Equivalence relations: partitions This file comprises properties of equivalence relations viewed as partitions. ## Tags setoid, equivalence, iseqv, relation, equivalence relation, partition, equivalence class -/ namespace setoid variables {α : Type*} /-- If ...
3a72ad38392ac1215a7bde010e5f2ca67562ee06
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Meta/Tactic/Acyclic.lean
2d6c581507219258568940aa0220b3694d9e4040
[ "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,941
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.Meta.MatchUtil import Lean.Meta.Tactic.Simp.Main namespace Lean.MVarId open Meta private def isTarget (lhs rhs : Expr) : MetaM Bool := do if...
af0837d913c3092ded20fc9154461e0eee601ada
302c785c90d40ad3d6be43d33bc6a558354cc2cf
/src/linear_algebra/affine_space/finite_dimensional.lean
ddee8772f37b162315ebc6865f1afe559c3cab2e
[ "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
16,024
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import linear_algebra.affine_space.independent import linear_algebra.finite_dimensional /-! # Finite-dimensional subspaces of affine spaces. This file provides a few re...
716b75efe2163c1499b097038df430f7fb37d0d6
efa51dd2edbbbbd6c34bd0ce436415eb405832e7
/20161026_ICTAC_Tutorial/ex12.lean
6c6197ce380e35c2fec314db14ca4c2339b2567b
[ "Apache-2.0" ]
permissive
leanprover/presentations
dd031a05bcb12c8855676c77e52ed84246bd889a
3ce2d132d299409f1de269fa8e95afa1333d644e
refs/heads/master
1,688,703,388,796
1,686,838,383,000
1,687,465,742,000
29,750,158
12
9
Apache-2.0
1,540,211,670,000
1,422,042,683,000
Lean
UTF-8
Lean
false
false
468
lean
/- Applications -/ constants A B C : Type constant f : A → B constant g : B → C constant h : A → A constants (a : A) (b : B) check (λ x : A, x) a -- A check (λ x : A, b) a -- B check (λ x : A, b) (h a) -- B check (λ x : A, g (f x)) (h (h a)) -- C check (λ (v : B → C) (u : A →...
b717db77ee3dc899e64bc465ee05cc8fb335893d
4727251e0cd73359b15b664c3170e5d754078599
/src/algebraic_geometry/Spec.lean
817af71b7c2a602a8becd4535a977c27b5c0cd21
[ "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
10,825
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Justus Springer -/ import algebraic_geometry.locally_ringed_space import algebraic_geometry.structure_sheaf import logic.equiv.transfer_instance import ring_theory.loca...
b5ef0000664aa4752e9ebf79319c88b8f6e73eff
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/algebra/group_power/lemmas.lean
5530254fe31ccd23fd5880a8c564b69a371b60c8
[ "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
28,073
lean
/- Copyright (c) 2015 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Robert Y. Lewis -/ import algebra.group_power.basic import algebra.opposites import data.list.basic import data.int.cast import data.equiv.basic import data.equiv.mul_add...
d55dff06057b994ba7702fefb8cbb692c14ff6fb
7cef822f3b952965621309e88eadf618da0c8ae9
/src/set_theory/game.lean
8ffe071e3d7ac54e0f8bc5f1db2ef4a21755df1b
[ "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
5,341
lean
/- Copyright (c) 2019 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton, Mario Carneiro, Isabel Longbottom, Scott Morrison -/ import set_theory.pgame /-! # Combinatorial games. In this file we define the quotient of pre-games by the equivalen...
ccac8acbd941f2019bd7afb4ea80940bfb0a09c3
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/field_theory/mv_polynomial.lean
eee5c1a2fd341f2fe24e70e754d68bda5c9badbe
[ "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
9,538
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 Multivariate functions of the form `α^n → α` are isomorphic to multivariate polynomials in `n` variables. -/ import linear_algebra.finsupp_vector_space import field_theo...
2cb8dad6a89ca073337dfed38bebfd0885e927d7
9dc8cecdf3c4634764a18254e94d43da07142918
/src/topology/spectral/hom.lean
9a939f0bc670cad208c7e01543bac3301e8cfd2e
[ "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
5,812
lean
/- Copyright (c) 2022 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import topology.continuous_function.basic /-! # Spectral maps This file defines spectral maps. A map is spectral when it's continuous and the preimage of a compact open...
364265b62554da4dcef7ad1aff0328ee75a32653
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/src/Lean/Elab/Log.lean
8eac22779c12f40ca9ed560f45fa48f50b42a03d
[ "Apache-2.0" ]
permissive
collares/lean4
861a9269c4592bce49b71059e232ff0bfe4594cc
52a4f535d853a2c7c7eea5fee8a4fa04c682c1ee
refs/heads/master
1,691,419,031,324
1,618,678,138,000
1,618,678,138,000
358,989,750
0
0
Apache-2.0
1,618,696,333,000
1,618,696,333,000
null
UTF-8
Lean
false
false
3,184
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.Util import Lean.Util.Sorry import Lean.Elab.Exception namespace Lean.Elab class MonadFileMap (m : Type → Type) where getFileMap : m F...
c01a08d664871c910a305191af845f103e41eb5c
aa5a655c05e5359a70646b7154e7cac59f0b4132
/src/Lean/Util/Recognizers.lean
ff969f7469aa262581dbb637ea17dd0e9311d8da
[ "Apache-2.0" ]
permissive
lambdaxymox/lean4
ae943c960a42247e06eff25c35338268d07454cb
278d47c77270664ef29715faab467feac8a0f446
refs/heads/master
1,677,891,867,340
1,612,500,005,000
1,612,500,005,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,619
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.Environment namespace Lean namespace Expr @[inline] def const? (e : Expr) : Option (Name × List Level) := match e with | Expr.const n us _...
724f63cf1d4bfeca0a2f6be7c416bed5cb2182f9
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Init/Data/Array/BasicAux.lean
0fe2149a68ce2d70e50dafddf5444918c6c4d49d
[ "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,180
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 -/ prelude import Init.Data.Array.Basic import Init.Data.Nat.Linear import Init.NotationExtra theorem Array.of_push_eq_push {as bs : Array α} (h : as.push a =...
ffaaf76626fbd6822db24f04a0c7e82ef31cf9de
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/sheaves/sheafify.lean
7adc5d90beb8774ee5a993bf6862d4c2bda64a52
[ "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,525
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 topology.sheaves.local_predicate import topology.sheaves.stalks /-! # Sheafification of `Type` valued presheaves > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. >...
59d1ed2e221a811579917897f6c684d5f5dd19fc
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/matrix/dmatrix.lean
dba9388a8436560b6194204177dfc513775eaa7d
[ "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,530
lean
/- Copyright (c) 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import data.fintype.basic /-! # Matrices -/ universes u u' v w z /-- `dmatrix m n` is the type of dependently typed matrices whose rows are indexed by the fintype `...
8aa9a1a5a09abc788abe9ab40022854e328866c2
c3f2fcd060adfa2ca29f924839d2d925e8f2c685
/library/logic/quantifiers.lean
d05f5f23802d637e1c399a251adb262d5d54e905
[ "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
3,249
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: logic.quantifiers Authors: Leonardo de Moura, Jeremy Avigad Universal and existential quantifiers. See also init.logic. -/ open inhabited nonempty theorem not_forall_not_of_e...
d9a9f31d9db6abf243b9c4c1d480bfb7197faf52
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/tests/compiler/t2.lean
f2cb76c560e2742928626b9f8034260befa6d961
[ "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
2,978
lean
#lang lean4 /- Benchmark for new code generator -/ inductive Expr | Val : Int → Expr | Var : String → Expr | Add : Expr → Expr → Expr | Mul : Expr → Expr → Expr | Pow : Expr → Expr → Expr | Ln : Expr → Expr namespace Expr partial def pown : Int → Int → Int | a, 0 => 1 | a, 1 => a | a, n => let b := pown a (n / 2);...
b27468276af218f97e0f4692654e15dcfe30e600
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Elab/Deriving/BEq.lean
ac3caf9193be6467279240a3aac21b48236361a2
[ "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
5,093
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Transform import Lean.Elab.Deriving.Basic import Lean.Elab.Deriving.Util namespace Lean.Elab.Deriving.BEq open Lean.Parser.Term open Meta ...
71792d364d809e3b077eed07e41171b422a94503
c45b34bfd44d8607a2e8762c926e3cfaa7436201
/uexp/src/uexp/rules/ex2sigmod92.lean
d064200e2ac177954e82b7be6f11cbba81e39011
[ "BSD-2-Clause" ]
permissive
Shamrock-Frost/Cosette
b477c442c07e45082348a145f19ebb35a7f29392
24cbc4adebf627f13f5eac878f04ffa20d1209af
refs/heads/master
1,619,721,304,969
1,526,082,841,000
1,526,082,841,000
121,695,605
1
0
null
1,518,737,210,000
1,518,737,210,000
null
UTF-8
Lean
false
false
2,097
lean
import ..sql import ..tactics import ..u_semiring import ..extra_constants import ..UDP import ..cosette_tactics open Expr open Proj open Pred open SQL variable i1000 : const datatypes.int theorem rule : forall (Γ scm_itm scm_itp : Schema) (rel_itm : relation scm_itm) (rel_itp : relation s...
210115b3c9db63b6c9dbebce0384dccf99497431
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/data/equiv/ring.lean
90a380861c9ea216c39ea3dc6a4a404fd8566385
[ "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
16,774
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Callum Sutton, Yury Kudryashov -/ import data.equiv.mul_add import algebra.field import algebra.opposites import algebra.big_operators.basic /-! # (Semi)ring equivs I...
2ea3c894284d2078ac39dfb71e65ecd1e6196d92
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/limits/shapes/constructions/finite_products_of_binary_products.lean
c5423187feb8e7146d380ac538c21a0858106ecd
[]
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,325
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.limits.shapes.finite_products import Mathlib.category_theory.limits.shapes.bina...
19b93a1a1afebd7e1dfd9410b790bd1ac06b3324
94e33a31faa76775069b071adea97e86e218a8ee
/src/linear_algebra/affine_space/affine_subspace.lean
b65614f1633c21a9ff5a4bc72677e5d33939c78a
[ "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
55,497
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import data.set.intervals.unordered_interval import linear_algebra.affine_space.affine_equiv /-! # Affine spaces This file defines affine subspaces (over modules) and t...
92981df9a65f600e92931e03347c232632ce3e1f
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/coe_issue.lean
83b856258d9995f388451b7fa130728b9f02d2c5
[ "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
60
lean
import data.int open int algebra example : has_mul int := _
ac95da180d236241240ab8064acad84f01291e72
b147e1312077cdcfea8e6756207b3fa538982e12
/data/polynomial.lean
dee4884de9293163c8288b881596961b4c7322c0
[ "Apache-2.0" ]
permissive
SzJS/mathlib
07836ee708ca27cd18347e1e11ce7dd5afb3e926
23a5591fca0d43ee5d49d89f6f0ee07a24a6ca29
refs/heads/master
1,584,980,332,064
1,532,063,841,000
1,532,063,841,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
39,922
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, Jens Wagemaker Theory of univariate polynomials, represented as `ℕ →₀ α`, where α is a commutative semiring. -/ import data.finsupp algebra.euclidean_domai...
8703f03679cc68640c0eee3c8515ab057f85b71b
6fb1523f14e3297f9ad9b10eb132e6170b011888
/src/2021/sets/sheet7.lean
b6c1c6092448a94970fa1f847d38413464cd70b9
[]
no_license
jfmc/M40001_lean
392ef2ca3984f0d56b2f9bb22eafc45416e694ba
4502e3eb1af550c345cfda3aef7ffa89474fac24
refs/heads/master
1,693,810,669,330
1,634,755,889,000
1,634,755,889,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,713
lean
/- Copyright (c) 2021 Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author : Kevin Buzzard -/ import tactic -- imports all the Lean tactics /-! # Sets in Lean, sheet 7 : the sets API It might have occurred to you that if you had a prove things like commutati...
4a0bf8242789bda0a1c114756ba9dd073dcf3bec
6ae186a0c6ab366b39397ec9250541c9d5aeb023
/src/category_theory/grothendieck_category.lean
4824f8bd935fd2f73a8a3c18fdbab7a774332382
[]
no_license
ThanhPhamPhuong/lean-category-theory
0d5c4fe1137866b4fe29ec2753d99aa0d0667881
968a29fe7c0b20e10d8a27e120aca8ddc184e1ea
refs/heads/master
1,587,206,682,489
1,544,045,056,000
1,544,045,056,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
404
lean
import category_theory.types namespace category_theory universes u v variables {C : Type u} [𝒞 : category.{u v} C] include 𝒞 def grothendieck_category (F : C ⥤ Type u) : category (Σ c : C, F.obj c) := { hom := λ p q, { f : p.1 ⟶ q.1 // (F.map f) p.2 = q.2 }, id := λ p, ⟨ 𝟙 p.1, by obviously ⟩, comp := λ p q r...
7e5e4d274142487f40483cea5c78a146e0c29d10
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/src/Init/Lean/MetavarContext.lean
e4005dbcb48710eeb131251fa1c0c79b4f63dfb0
[ "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
47,800
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.Control.Reader import Init.Data.Nat import Init.Data.Option import Init.Lean.Util.MonadCache import Init.Lean.LocalContext namespace Le...
cf780858af0f733c1f766b5326aca4ca42621a9d
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Init/Notation.lean
26704441335601122c8a7a18718c34cbb9d97fcf
[ "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
21,866
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, Mario Carneiro Notation for operators defined at Prelude.lean -/ prelude import Init.Prelude import Init.Coe set_option linter.missingDocs true -- keep it do...
cf192047a4d3fea72bacc0903e026dfa027b4602
63abd62053d479eae5abf4951554e1064a4c45b4
/archive/100-theorems-list/83_friendship_graphs.lean
c7ecbf6eae4fbf2cc666de710b7e527cfeff9ac1
[ "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
13,912
lean
/- Copyright (c) 2020 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Aaron Anderson, Jalex Stark, Kyle Miller. -/ import combinatorics.adj_matrix import linear_algebra.char_poly.coeff import data.int.modeq import data.zmod.basic import tactic.interval_c...
c5c6a74ee21e6ae0712473681e311f384e7301a4
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/algebra/gcd_monoid/finset.lean
ddd10ea5a762b78cb5bceb569f19b8c52d9a923e
[ "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,512
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.finset.fold import algebra.gcd_monoid.multiset /-! # GCD and LCM operations on finsets ## Main definitions - `finset.gcd` - the greatest common denomin...
fb45cc6b05c5cbdf53bbbfd394971451839332da
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/control/lawful_auto.lean
1c4d299d8f1b956d66924124997b900f4a3acde5
[]
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
12,216
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.control.monad import Mathlib.Lean3Lib.init.meta.interactive import Mathlib.Lean3Lib.init.control.state i...
1146a67aed97b3f58184d649addb060c5b13dfb4
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/tactic/auto_cases.lean
04801a9ca70a8db10601871f199bb5921d2502f6
[ "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
2,281
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Keeley Hoek, Scott Morrison -/ import tactic.hint namespace tactic namespace auto_cases /-- Structure representing a tactic which can be used by `tactic.auto_cases`. -/ meta structu...
18e7579da21b50b7f554d13574447f5e5a2816c7
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/compiler/closure_bug4.lean
3bd1dff6dbbdb5f21c812dd29d5edc6314381b30
[ "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
529
lean
def f (x : Nat) : Nat × (Nat → String) := let x1 := x + 1 let x2 := x + 2 let x3 := x + 3 let x4 := x + 4 let x5 := x + 5 let x6 := x + 6 let x7 := x + 7 let x8 := x + 8 let x9 := x + 9 let x10 := x + 10 let x11 := x + 11 let x12 := x + 12 let x13 := x + 13 let x14 := x + 14 let x15 := x + 15 let x16 := x + 16 let x17...
7b7ff51b4939480d018a473247a5e9c3b6e773b3
271e26e338b0c14544a889c31c30b39c989f2e0f
/src/Init/Lean/Meta/Message.lean
48888166ee7f107067b495c4b45a3a59b7035a6a
[ "Apache-2.0" ]
permissive
dgorokho/lean4
805f99b0b60c545b64ac34ab8237a8504f89d7d4
e949a052bad59b1c7b54a82d24d516a656487d8a
refs/heads/master
1,607,061,363,851
1,578,006,086,000
1,578,006,086,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,148
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Lean.Meta.Basic namespace Lean def indentExpr (msg : MessageData) : MessageData := MessageData.nest 2 (Format.line ++ msg) namespace ...
fac2f91394af00de45c5e5a80b6339d07ba835c6
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/abelian/opposite.lean
3dd2cf2967c26c2d0bd0131ccfa09d40bb7d368a
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
4,087
lean
/- Copyright (c) 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.abelian.basic import category_theory.preadditive.opposite import category_theory.limits.opposites import category_theory.limits.constructions.l...
1f07105ce1e7fa6c88a11db6d4c2041ec0c5d9c7
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/src/Leanpkg.lean
9f9eb9e8c8d0b87874b0ec128192e2c4904fa6ba
[ "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
7,528
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Sebastian Ullrich -/ import Leanpkg.Resolve import Leanpkg.Git namespace Leanpkg def readManifest : IO Manifest := do let m ← Manifest.fromFile leanpkgTomlFn ...
46a2b23f4e4d2e164b7bba3ec0c3de3af62c40f9
a46270e2f76a375564f3b3e9c1bf7b635edc1f2c
/4.6.2.lean
8adb425bf9a1b2bdd4a460eb4a54439efa267f71
[ "CC0-1.0" ]
permissive
wudcscheme/lean-exercise
88ea2506714eac343de2a294d1132ee8ee6d3a20
5b23b9be3d361fff5e981d5be3a0a1175504b9f6
refs/heads/master
1,678,958,930,293
1,583,197,205,000
1,583,197,205,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
988
lean
variables (α : Type) (p q : α → Prop) variable r : Prop example : α → ((∀ x : α, r) ↔ r) := assume y: α, ⟨ assume h: ∀ x: α, r, h y, λ hr: r, λ _, hr ⟩ example : (∀ x, p x ∨ r) ↔ (∀ x, p x) ∨ r := ⟨ assume h: (∀ x, p x ∨ r), show (∀ x, p x) ∨ r, from classical.by_contradiction ( assume ...
a1a0a933e7e12da56959680b753b25cc72589f31
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/analysis/complex/cauchy_integral.lean
ff508770890a52b808dd16c7176604f71795f210
[ "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
35,148
lean
/- Copyright (c) 2021 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import measure_theory.measure.complex_lebesgue import measure_theory.integral.divergence_theorem import measure_theory.integral.circle_integral import analysis.calc...
4a2543069520a1c8b52908c47d94512a33cc36c0
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/category_theory/limits/filtered_colimit_commutes_finite_limit.lean
4bded6371f99de116f0dd4f4d1c20a9db3ef8caf
[ "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
13,442
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.shapes.finite_limits /-! # Filtered colimits commute with finite limits. We show that for ...
b1afe9c205123156381883779cd3afa42f539e7e
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/char_p/invertible.lean
4b265c9f7f510cd5fdd1d1a79a2159e979092a51
[ "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,285
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen -/ import algebra.invertible import algebra.char_p.basic /-! # Invertibility of elements given a characteristic > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to t...
20cc90134c6915d162f32b55835054438bd32284
7571914d3f4d9677288f35ab1a53a2ad70a62bd7
/library/init/meta/simp_tactic.lean
c01e7453532a7be095cefca2d996a5aadcdabfa0
[ "Apache-2.0" ]
permissive
picrin/lean-1
a395fed5287995f09a15a190bb24609919a0727f
b50597228b42a7eaa01bf8cb7a4fb1a98e7a8aab
refs/heads/master
1,610,757,735,162
1,502,008,413,000
1,502,008,413,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
21,931
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.meta.tactic init.meta.attribute init.meta.constructor_tactic import init.meta.relation_tactics init.meta.occurrences import init.data.op...
884f71af63696603ace9ec39ed51960f773b9a37
5d166a16ae129621cb54ca9dde86c275d7d2b483
/tests/lean/set_attr1.lean
b5848f773e549755cdbe8e17f4cfd1c2e1899b1f
[ "Apache-2.0" ]
permissive
jcarlson23/lean
b00098763291397e0ac76b37a2dd96bc013bd247
8de88701247f54d325edd46c0eed57aeacb64baf
refs/heads/master
1,611,571,813,719
1,497,020,963,000
1,497,021,515,000
93,882,536
1
0
null
1,497,029,896,000
1,497,029,896,000
null
UTF-8
Lean
false
false
389
lean
open tactic constant f : nat → nat constant foo : ∀ n, f n = n + 1 constant addz : ∀ n, n + 0 = n definition ex1 (n : nat) : f n + 0 = n + 1 := by do set_basic_attribute `simp `foo ff, set_basic_attribute `simp `addz ff, simp definition ex2 (n : nat) : f n + 0 = n + 1 := by do unset_attribute `simp `foo, s...
bda1c056cd4138d13a209c1431791bdb6a08c652
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/stage0/src/Init/Lean/Elab/BuiltinNotation.lean
7508912b033211d826451aa798ee8d90acea6c75
[ "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
11,994
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Lean.Elab.Term import Init.Lean.Elab.Quotation import Init.Lean.Elab.SyntheticMVars namespace Lean namespace Elab namespace Term @[bui...
7c838a82336728b952b060a9db692c19e5b6ad4d
7cef822f3b952965621309e88eadf618da0c8ae9
/src/data/nat/sqrt.lean
6b2d5882a38f5e1f0a83f1ce19b51a7effc991f6
[ "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,962
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.bas...
1efab3367dcee4d91bcdc0a6479cb27626280d71
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/list/basic.lean
b412966c2d3dc490ce168fb8145f8b5c27eb695c
[]
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
152,539
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.order_funct...
9ca0c4645ab48fa9cd33a7869065ec9372af5b33
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/simp_rw_auto.lean
d19d29789f23cec095f3392a1e49b77b024e6999
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
1,923
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen The `simp_rw` tactic, a mix of `simp` and `rewrite`. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.core import Mathlib.PostPort namesp...
f02b7130c926ecccc6be9e0e652e9379dfd1b3b9
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/control/combinators.lean
b01932f98f673b5e0d01e4acad86111f4719430b
[]
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,859
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 Monad combinators, as in Haskell's Control.Monad. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.control.monad import Mathlib.Lean3Lib....
1c910443e511a8ff62328ccd50c26a7978e8642a
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/tactic/zify.lean
ffd8ab2c14b6901dd9ec9c26680c60270d46ebed
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
5,438
lean
/- Copyright (c) 2020 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import data.int.cast.lemmas -- used by clients import data.int.char_zero import tactic.norm_cast /-! # A tactic to shift `ℕ` goals to `ℤ` It is often e...
34368b079136c199e62a4f2e99be5354b12cac36
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/number_theory/legendre_symbol/norm_num.lean
00cfe5eb881ffb054d25b5af685e84ff95d4da51
[ "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
20,360
lean
/- Copyright (c) 2022 Michael Stoll. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Michael Stoll -/ import number_theory.legendre_symbol.jacobi_symbol /-! # A `norm_num` extension for Jacobi and Legendre symbols We extend the `tactic.interactive.norm_num` tactic so ...