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
94a990762beccc7af4c4de5f433f734955c3822a
63abd62053d479eae5abf4951554e1064a4c45b4
/src/ring_theory/free_comm_ring.lean
6cc0518e9eeec24f0d0c20d495871e4af1b4ffb0
[ "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
16,559
lean
/- Copyright (c) 2019 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Johan Commelin -/ import data.equiv.functor import data.mv_polynomial.equiv import data.mv_polynomial.comm_ring import ring_theory.free_ring /-! # Free commutative rings The th...
c6e96c250bc8f7ecd522aea98337f99e76fda5ac
fecda8e6b848337561d6467a1e30cf23176d6ad0
/src/category_theory/limits/shapes/images.lean
753eb6e0293763de89ce237c991c2a3f4d87542d
[ "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
21,453
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Markus Himmel -/ import category_theory.limits.shapes.equalizers import category_theory.limits.shapes.strong_epi /-! # Categorical images We define the categorical im...
6d2bc49d57d316fd07678fc094d3d87d205a2c02
592ee40978ac7604005a4e0d35bbc4b467389241
/Library/generated/mathscheme-lean/RightMonoid.lean
d2285db2bdde2a001c83e78bc37a82c24cfb91fa
[]
no_license
ysharoda/Deriving-Definitions
3e149e6641fae440badd35ac110a0bd705a49ad2
dfecb27572022de3d4aa702cae8db19957523a59
refs/heads/master
1,679,127,857,700
1,615,939,007,000
1,615,939,007,000
229,785,731
4
0
null
null
null
null
UTF-8
Lean
false
false
6,850
lean
import init.data.nat.basic import init.data.fin.basic import data.vector import .Prelude open Staged open nat open fin open vector section RightMonoid structure RightMonoid (A : Type) : Type := (op : (A → (A → A))) (e : A) (runit_e : (∀ {x : A} , (op x e) = x)) (associative_op : (∀ {x...
29c7fa20f66153485000f0978b49ece8e572fbcd
c3de33d4701e6113627153fe1103b255e752ed7d
/algebra/lattice/basic.lean
f32d0a4eb750534efa19ece3956919a75bd01847
[]
no_license
jroesch/library_dev
77d2b246ff47ab05d55cb9706a37d3de97038388
4faa0a45c6aa7eee6e661113c2072b8840bff79b
refs/heads/master
1,611,281,606,352
1,495,661,644,000
1,495,661,644,000
92,340,430
0
0
null
1,495,663,344,000
1,495,663,344,000
null
UTF-8
Lean
false
false
8,872
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 Defines the inf/sup (semi)-lattice with optionally top/bot type class hierarchy. -/ import ..order set_option old_structure_cmd true universes u v w /- TODO: automa...
d7648978217f4696d185440b4e4f1c88ab6beb7b
5883d9218e6f144e20eee6ca1dab8529fa1a97c0
/src/data/list/set.lean
9b369e7dca195148fca28987f167246813aedf44
[]
no_license
spl/alpha-conversion-is-easy
0d035bc570e52a6345d4890e4d0c9e3f9b8126c1
ed937fe85d8495daffd9412a5524c77b9fcda094
refs/heads/master
1,607,649,280,020
1,517,380,240,000
1,517,380,240,000
52,174,747
4
0
null
1,456,052,226,000
1,456,001,163,000
Lean
UTF-8
Lean
false
false
495
lean
/- This file is a port of part of data.list.set from the Lean 2 standard library to Lean 3. -/ namespace list ----------------------------------------------------------------- variables {A : Type} [decidable_eq A] theorem insert_eq_of_mem {a : A} {l : list A} : a ∈ l → insert a l = l := λ c, if_pos c theorem inse...
432103f960d1d17d8d8ede7b04a002b18385ae9b
43390109ab88557e6090f3245c47479c123ee500
/src/M2PM2/isomorphism.lean
b78afb46080eba0cd79f7a13ccd9768fa499bf94
[ "Apache-2.0" ]
permissive
Ja1941/xena-UROP-2018
41f0956519f94d56b8bf6834a8d39473f4923200
b111fb87f343cf79eca3b886f99ee15c1dd9884b
refs/heads/master
1,662,355,955,139
1,590,577,325,000
1,590,577,325,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,180
lean
import algebra.group data.set.basic group_theory.subgroup group_theory.quotient_group open function quotient_group is_subgroup is_group_hom universe u --Todo: prove the first isomorphism theorem variables {G : Type*} {H : Type*} [group G] [group H] variables (N K : set G) variables [is_subgroup N] [is_subgroup K] ...
2ceaa4dae6bd83543a58a4d203c33fb0f253f500
c777c32c8e484e195053731103c5e52af26a25d1
/src/linear_algebra/contraction.lean
13f941f92f2f8c22768c229e1e9f44d7ec9ab834
[ "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
12,210
lean
/- Copyright (c) 2020 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash, Antoine Labelle -/ import linear_algebra.dual import linear_algebra.matrix.to_lin /-! # Contractions Given modules $M, N$ over a commutative ring $R$, this file defines the...
f6a0c30ebb71feb3cf99156f584c0dfaedf56115
ec62863c729b7eedee77b86d974f2c529fa79d25
/8/b.lean
e7576c13f70efeb993570c23c0cb1db14eea3498
[]
no_license
rwbarton/advent-of-lean-4
2ac9b17ba708f66051e3d8cd694b0249bc433b65
417c7e2718253ba7148c0279fcb251b6fc291477
refs/heads/main
1,675,917,092,057
1,609,864,581,000
1,609,864,581,000
317,700,289
24
0
null
null
null
null
UTF-8
Lean
false
false
1,567
lean
inductive Instr : Type | NOP : Int → Instr | ACC : Int → Instr | JMP : Int → Instr open Instr instance : Inhabited Instr := ⟨NOP 0⟩ def execute (prog : Array Instr) : Option Int := do let mut seen : Array Bool := Array.mkArray prog.size false let mut ip : Nat := 0 let mut acc : Int := 0 -- program cannot execute mor...
2e0fca5b543cf57cae16a3e7cbecc07531e94c13
f3849be5d845a1cb97680f0bbbe03b85518312f0
/library/init/meta/expr.lean
e105fe2d51352115fd66e97060c23b38ff28fb1e
[ "Apache-2.0" ]
permissive
bjoeris/lean
0ed95125d762b17bfcb54dad1f9721f953f92eeb
4e496b78d5e73545fa4f9a807155113d8e6b0561
refs/heads/master
1,611,251,218,281
1,495,337,658,000
1,495,337,658,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
12,059
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.meta.level init.category.monad structure pos := (line : nat) (column : nat) instance : decidable_eq pos | ⟨l₁, c₁⟩ ⟨l₂, c₂⟩ := if h₁...
c2cc3635a1a2f53bc04669ea344cc7706f3305e2
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch3/ex0701.lean
96d7e46529e7b6b9368bb1800778077e1a9cf27d
[]
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
2,896
lean
variables p q r : Prop -- commutativity of ∧ and ∨ example : p ∧ q ↔ q ∧ p := ⟨λ h, ⟨h.right, h.left⟩, λ h, ⟨h.right, h.left⟩⟩ example : p ∨ q ↔ q ∨ p := ⟨λ h, h.elim (λ hp, or.inr hp) (λ hq, or.inl hq), λ h, h.elim (λ hp, or.inr hp) (λ hq, or.inl hq)⟩ -- associativity of ∧ and ∨ example : (p ∧ q) ∧ r ↔ p ∧ (q ∧ ...
c9fb937bb425f4d74eac1d5889a73602c13ebc35
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/src/Init/Lean/Meta.lean
75e15b42362ca8d4d7155173e4681ef3e50712a1
[ "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
678
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 import Init.Lean.Meta.LevelDefEq import Init.Lean.Meta.WHNF import Init.Lean.Meta.InferType import Init.Lean.Meta.FunInf...
67bba1bc813a25dfa18e3e3cab031c440696f02d
491068d2ad28831e7dade8d6dff871c3e49d9431
/tests/lean/run/rewriter12.lean
82d0c807e4ec2cb7dc4be47f4e1c38995e2fc0bd
[ "Apache-2.0" ]
permissive
davidmueller13/lean
65a3ed141b4088cd0a268e4de80eb6778b21a0e9
c626e2e3c6f3771e07c32e82ee5b9e030de5b050
refs/heads/master
1,611,278,313,401
1,444,021,177,000
1,444,021,177,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
303
lean
import data.nat open nat constant f : nat → nat example (x y : nat) (H1 : (λ z, z + 0) x = y) : f x = f y := by rewrite [▸* at H1, ^ [add, nat.rec_on, of_num] at H1, H1] example (x y : nat) (H1 : (λ z, z + 0) x = y) : f x = f y := by rewrite [▸* at H1, ↑[add, nat.rec_on, of_num] at H1, H1]
cb5b74d354023c148894990ef24ed757419e9fe6
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/stage0/src/Lean/Meta/Tactic/Rewrite.lean
dd9b2d68aa7efeb00040de8296444928bfedd41c
[ "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
2,672
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.AppBuilder import Lean.Meta.MatchUtil import Lean.Meta.KAbstract import Lean.Meta.Check import Lean.Meta.Tactic.Apply namespace Lean.Meta ...
ead63ee14acea86011cdca27cb4c2ee24cc7a2c2
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/hex_numeral.lean
8a07c476b5fcfbde7386e03cdac74e7271719a9a
[ "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
100
lean
#eval (0xff : nat) #eval (0xffff : nat) #eval (0xaa : nat) #eval (0x10 : nat) #eval (0x10000 : nat)
c812502f26a3232b6f40cc8241574b5fbb7de49c
302c785c90d40ad3d6be43d33bc6a558354cc2cf
/src/data/equiv/ring.lean
a1debe137c044c87500b65a7da0e8fb29bbbe60a
[ "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
13,995
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 /-! # (Semi)ring equivs In this file we define extension of ...
463b431500222e7fd30c62e312475d2d22b4f716
acc85b4be2c618b11fc7cb3005521ae6858a8d07
/data/nat/prime.lean
3a4a0094622ab57e52a61b2897e5d820b5879134
[ "Apache-2.0" ]
permissive
linpingchuan/mathlib
d49990b236574df2a45d9919ba43c923f693d341
5ad8020f67eb13896a41cc7691d072c9331b1f76
refs/heads/master
1,626,019,377,808
1,508,048,784,000
1,508,048,784,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,717
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Jeremy Avigad, Mario Carneiro Prime numbers. -/ import data.nat.sqrt data.nat.gcd open bool subtype namespace nat open decidable def prime (p : ℕ) := p ≥ 2...
2056724991749c10240d1e0e3cb040bbad11824d
a7eef317ddec01b9fc6cfbb876fe7ac00f205ac7
/src/analysis/convex/topology.lean
18c980ac5378ecfc8cd3fefdd92de5d8d02a6d99
[ "Apache-2.0" ]
permissive
kmill/mathlib
ea5a007b67ae4e9e18dd50d31d8aa60f650425ee
1a419a9fea7b959317eddd556e1bb9639f4dcc05
refs/heads/master
1,668,578,197,719
1,593,629,163,000
1,593,629,163,000
276,482,939
0
0
null
1,593,637,960,000
1,593,637,959,000
null
UTF-8
Lean
false
false
7,617
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Alexander Bentkamp, Yury Kudriashov -/ import analysis.convex.basic import analysis.normed_space.finite_dimension /-! # Topological and metric properties of convex sets We prove the...
3586b00d8c37c66c566eaa9b01ba8e23feaf223a
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/tests/lean/run/newfrontend1.lean
2246eb28291f82fa751ad68845c739decad4e527
[ "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
8,776
lean
def x := 1 #check x variable {α : Type} def f (a : α) : α := a def tst (xs : List Nat) : Nat := xs.foldl (init := 10) (· + ·) #check tst [1, 2, 3] #check fun x y : Nat => x + y #check tst #check (fun stx => if True then let e := stx; Pure.pure e else Pure.pure stx : Nat → Id Nat) #check let x : Nat := 1; x de...
a264904c781e698abc4fdfcd1c14e2b80813fdef
957a80ea22c5abb4f4670b250d55534d9db99108
/tests/lean/run/interactive1.lean
e0f42688e52cfd87c7b2c53c6320b4dd0308dbd9
[ "Apache-2.0" ]
permissive
GaloisInc/lean
aa1e64d604051e602fcf4610061314b9a37ab8cd
f1ec117a24459b59c6ff9e56a1d09d9e9e60a6c0
refs/heads/master
1,592,202,909,807
1,504,624,387,000
1,504,624,387,000
75,319,626
2
1
Apache-2.0
1,539,290,164,000
1,480,616,104,000
C++
UTF-8
Lean
false
false
901
lean
def f : nat → nat := λ a, a @[simp] lemma f_def (a : nat) : f a = a := rfl def g : nat → nat := λ a, 1 + a lemma g_def (a : nat) : g a = 1 + a := rfl example (a b c : nat) : b = 0 → c = 1 → a + b + f c = g (f a) := begin intros h1 h2, simp [h1, h2, g_def, nat.add_comm 1 a] end example (b c : nat) : b = 0 → c =...
a2148b17b882b23e47675a672b0b9e68affbae26
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/measure_theory/measure/haar_quotient.lean
67370553b3eda073c727eb18e098dbc0e63d36ac
[ "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,608
lean
/- Copyright (c) 2022 Alex Kontorovich and Heather Macbeth. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Alex Kontorovich, Heather Macbeth -/ import measure_theory.measure.haar import measure_theory.group.fundamental_domain import algebra.group.opposite /-! # Haar ...
a266d51c5870ac855b62b9722bc154ccbc3a886c
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/algebra/star/module.lean
4edc0e2545e0e2be34bb6a46fa081357e4340e98
[ "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
5,528
lean
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Frédéric Dupuis -/ import algebra.star.self_adjoint import algebra.module.equiv import linear_algebra.prod /-! # The star operation, bundled as a star-linear equiv We defin...
b7b72fe7039ed642b8fb8161689b7399c70b9d99
9b9a16fa2cb737daee6b2785474678b6fa91d6d4
/src/data/complex/basic.lean
0233c63d7a7e57a09b08cfa444362cc081978f24
[ "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
18,298
lean
/- Copyright (c) 2017 Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Buzzard, Mario Carneiro The complex numbers, modelled as R^2 in the obvious way. -/ import data.real.basic tactic.ring algebra.field_power structure complex : Type := (re : ℝ) (...
fe551a6ed412d0d17641d403353747215385ff9a
b00eb947a9c4141624aa8919e94ce6dcd249ed70
/src/Lean/Util/Path.lean
7be0af525704504c4de2c60049427556d97d1e0c
[ "Apache-2.0" ]
permissive
gebner/lean4-old
a4129a041af2d4d12afb3a8d4deedabde727719b
ee51cdfaf63ee313c914d83264f91f414a0e3b6e
refs/heads/master
1,683,628,606,745
1,622,651,300,000
1,622,654,405,000
142,608,821
1
0
null
null
null
null
UTF-8
Lean
false
false
3,956
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich Management of the Lean search path (`LEAN_PATH`), which is a list of paths containing package roots: an import `A.B.C` resolves to `path/A/...
4b43a2e9eb900025bc0b749bc060e1a40e9e742e
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/combinatorics/simple_graph/basic.lean
5c66632b5e4b58eaa110821536e6e19bbdf6eb91
[ "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
58,556
lean
/- Copyright (c) 2020 Aaron Anderson, Jalex Stark, Kyle Miller. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson, Jalex Stark, Kyle Miller, Alena Gusakov, Hunter Monroe -/ import data.rel import data.set.finite import data.sym.sym2 /-! # Simple graphs > ...
108339130874b2148e2495f94d20bde21da9995d
097294e9b80f0d9893ac160b9c7219aa135b51b9
/instructor/higher_order_funcs/higher_order_intro.lean
997d62afc7eebc441c65a4bb0d80b400bb909b62
[]
no_license
AbigailCastro17/CS2102-Discrete-Math
cf296251be9418ce90206f5e66bde9163e21abf9
d741e4d2d6a9b2e0c8380e51706218b8f608cee4
refs/heads/main
1,682,891,087,358
1,621,401,341,000
1,621,401,341,000
368,749,959
0
0
null
null
null
null
UTF-8
Lean
false
false
1,996
lean
/- Take funtion as argument and use it in implementation. -/ def apply_nat_to_nat (f : ℕ → ℕ) (n : ℕ) : ℕ := f n #eval apply_nat_to_nat nat.succ 1 #eval apply_nat_to_nat nat.pred 1 /- Make idea completely general using polymorphism -/ def apply {α β : Type} (f : α → β) (a : α) : β := f a #eval apply nat....
bfda15caba8f326b09d2a7799f8a40a62404de86
d406927ab5617694ec9ea7001f101b7c9e3d9702
/test/linear_combination.lean
e318dc1a394eacbdac67661e82be37e18e3de015
[ "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
7,651
lean
import tactic.linear_combination import data.real.basic /-! ### Simple Cases with ℤ and two or less equations -/ example (x y : ℤ) (h1 : 3*x + 2*y = 10): 3*x + 2*y = 10 := by linear_combination 1*h1 example (x y : ℤ) (h1 : 3*x + 2*y = 10): 3*x + 2*y = 10 := by linear_combination (h1) example (x y : ℤ) (h1 : x ...
339cdb9708fc06168c59ced478ad51b446cebc4d
968e2f50b755d3048175f176376eff7139e9df70
/examples/prop_logic_lean_summary/unnamed_339.lean
104ed8f909f86bbbe58e55002cad9fe72066b7f7
[]
no_license
gihanmarasingha/mth1001_sphinx
190a003269ba5e54717b448302a27ca26e31d491
05126586cbf5786e521be1ea2ef5b4ba3c44e74a
refs/heads/master
1,672,913,933,677
1,604,516,583,000
1,604,516,583,000
309,245,750
1
0
null
null
null
null
UTF-8
Lean
false
false
75
lean
variables p q : Prop -- BEGIN example (h : p) : p ∨ q := or.inl h -- END
6494984815f3551a831ea2d22766611da36764bd
d29d82a0af640c937e499f6be79fc552eae0aa13
/src/group_theory/coset.lean
4d0c85fd7aee2587cd06c7b6878998f03fd9b424
[ "Apache-2.0" ]
permissive
AbdulMajeedkhurasani/mathlib
835f8a5c5cf3075b250b3737172043ab4fa1edf6
79bc7323b164aebd000524ebafd198eb0e17f956
refs/heads/master
1,688,003,895,660
1,627,788,521,000
1,627,788,521,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
15,735
lean
/- Copyright (c) 2018 Mitchell Rowett. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mitchell Rowett, Scott Morrison -/ import group_theory.subgroup /-! # Cosets This file develops the basic theory of left and right cosets. ## Main definitions * `left_coset a s`:...
1a1f671a1661da9f83c9dd472dbe466bdaf32780
137c667471a40116a7afd7261f030b30180468c2
/archive/100-theorems-list/82_cubing_a_cube.lean
7ba962329e64ffed679be3a59df89468058ed8e8
[ "Apache-2.0" ]
permissive
bragadeesh153/mathlib
46bf814cfb1eecb34b5d1549b9117dc60f657792
b577bb2cd1f96eb47031878256856020b76f73cd
refs/heads/master
1,687,435,188,334
1,626,384,207,000
1,626,384,207,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
23,634
lean
/- Copyright (c) 2019 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn -/ import data.real.basic import data.set.disjointed import data.set.intervals import set_theory.cardinal /-! Proof that a cube (in dimension n ≥ 3) cannot be cubed:...
ea1611581f19e92be967708d882f92dd12f409e3
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/tests/lean/run/assert_tac3.lean
4d0207366c1201372f57dfa5eeeaf3c3c03737d0
[ "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
813
lean
open tactic definition tst2 (a : nat) : a = a := by do assert `x (expr.const `nat []), rotate 1, trace_state, a ← get_local `a, mk_app `eq.refl [a] >>= exact, a ← get_local `a, exact a, return () print tst2 definition tst3 (a b : nat) : a = a := by do define `x (expr.const `nat []), rot...
cd3d01aee1dfb084a1056fe7051469e9d30e116f
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/tactic_error_msg.lean
6ed2b700d7b153c82c69e6b773433665cefc1450
[ "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
75
lean
example (a b : Prop) : a → b → a ∧ b := begin intros, splits end
ef8f394ccf62549ec4d04ae97e51b247044b3768
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/measure_theory/decomposition/unsigned_hahn.lean
16680fd9745074b3e9c13310eb6a5c05437e366e
[ "Apache-2.0" ]
permissive
hikari0108/mathlib
b7ea2b7350497ab1a0b87a09d093ecc025a50dfa
a9e7d333b0cfd45f13a20f7b96b7d52e19fa2901
refs/heads/master
1,690,483,608,260
1,631,541,580,000
1,631,541,580,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,867
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 measure_theory.measure.measure_space /-! # Unsigned Hahn decomposition theorem This file proves the unsigned version of the Hahn decomposition theorem. ## M...
eb4ae32777228410b9092ddd689b6fb472a705fb
35b83be3126daae10419b573c55e1fed009d3ae8
/_target/deps/mathlib/data/finsupp.lean
901bcba38ee1609cd5efa0d77d4e6690085f63d3
[]
no_license
AHassan1024/Lean_Playground
ccb25b72029d199c0d23d002db2d32a9f2689ebc
a00b004c3a2eb9e3e863c361aa2b115260472414
refs/heads/master
1,586,221,905,125
1,544,951,310,000
1,544,951,310,000
157,934,290
0
0
null
null
null
null
UTF-8
Lean
false
false
37,949
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 Type of functions with finite support. Functions with finite support provide the basis for the following concrete instances: * ℕ →₀ α: Polynomials (where α is a ring...
52d5315e8c86e6a04b62a479fdedfdf8e73f391b
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/opposites.lean
863416ac213563ec95a651123c99318fd02c64c0
[]
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
9,710
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.opposite import Mathlib.algebra.field import Mathlib.group_theory.group_action.defs import Mathl...
82888eea89e53ec9ac0d07b7f15003a00bdd8645
d406927ab5617694ec9ea7001f101b7c9e3d9702
/counterexamples/canonically_ordered_comm_semiring_two_mul.lean
fd6ca5897584d760e03a4c985525c82a5c7b75fa
[ "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,943
lean
/- Copyright (c) 2021 Damiano Testa. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Damiano Testa -/ import data.zmod.basic import ring_theory.subsemiring.basic import algebra.order.monoid.basic /-! A `canonically_ordered_comm_semiring` with two different elements `a`...
387e527c0e796a64738d5d8807bc11d2c2d3852e
94e33a31faa76775069b071adea97e86e218a8ee
/src/ring_theory/algebraic.lean
3c25db81256afdaf871cfb0321289ea6bfbffa3d
[ "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
14,444
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import linear_algebra.finite_dimensional import ring_theory.integral_closure import data.polynomial.integral_normalization /-! # Algebraic elements and algebraic ex...
4265bf19c136541bed4f75278d0d933fe4372f16
1fd908b06e3f9c1252cb2285ada1102623a67f72
/cubical/square.lean
496b8ab3d339475f39aaca6a0d25ab42c3874270
[ "Apache-2.0" ]
permissive
avigad/hott3
609a002849182721e7c7ae536d9f1e2956d6d4d3
f64750cd2de7a81e87d4828246d1369d59f16f43
refs/heads/master
1,629,027,243,322
1,510,946,717,000
1,510,946,717,000
103,570,461
0
0
null
1,505,415,620,000
1,505,415,620,000
null
UTF-8
Lean
false
false
36,223
lean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Jakob von Raumer Squares in a type -/ import types.eq universes u v w hott_theory namespace hott open eq hott.equiv hott.is_equiv namespace eq variables {A :...
f04b1685e8e8d25920f1482d06836ede86a1d94d
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/set_auto.lean
d390519c93d2b33f7214852ea4ef1bd8184d721c
[]
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
3,615
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.meta.interactive import Mathlib.Lean3Lib.init.control.lawful universes u v u_1 namespace Mathlib def...
b0a83f4deadf78be5fc692455f84d58b068bd3e1
acc85b4be2c618b11fc7cb3005521ae6858a8d07
/tactic/interactive.lean
549b3fc593ebd5d0f91dde847731272e174dffc4
[ "Apache-2.0" ]
permissive
linpingchuan/mathlib
d49990b236574df2a45d9919ba43c923f693d341
5ad8020f67eb13896a41cc7691d072c9331b1f76
refs/heads/master
1,626,019,377,808
1,508,048,784,000
1,508,048,784,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,291
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.dlist tactic.rcases open lean open lean.parser local postfix `?`:9001 := optional local postfix *:9001 := many namespace tactic namespace interactive o...
7b23f1b2c7165fd62e3e827984aeb75eb4058b5e
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/monoidal/of_chosen_finite_products.lean
5c8057bd821a43bbe925ec567f8d204a66997388
[ "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
15,917
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Simon Hudon -/ import category_theory.monoidal.braided import category_theory.limits.shapes.binary_products import category_theory.limits.shapes.terminal import categor...
859f55c7ce9eed738d483725fe81c91be8dd7f38
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/field_theory/algebraic_closure_auto.lean
e3337c51afd98fc107541b64443c2c576765ba50
[]
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,686
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.direct_limit import Mathlib.field_theory.splitting_field import Mathlib.analysis.complex.poly...
b9603ae54f565ba97a8536d3ffb8a6fab401332a
a30803705b058bf4d3fe292d2e2b73b6d0189758
/src/muri.lean
f898d370a3135f8f40432f07a339841df8413172
[ "MIT" ]
permissive
jroesch/muri
2ff3630899261cb4ecacba2708e0bc25837e4dd2
4700936f4928ad371ed1e8ed999f54b377b87b1d
refs/heads/master
1,609,206,122,077
1,473,129,664,000
1,473,129,664,000
64,623,415
1
0
null
null
null
null
UTF-8
Lean
false
false
2,182
lean
import system.IO import system.ffi -- import config set_option native.library_path "/Users/jroesch/Git/lean/build/debug" set_option native.include_path "/Users/jroesch/Git/lean/src" -- This flag controls whether lean will automatically invoke C++ -- set_option native.compile false set_option native.emit_dwarf true -- ...
ff285c5e8374b4e0e2c0e1bed24b2af889e122a8
b70031c8e2c5337b91d7e70f1e0c5f528f7b0e77
/src/order/bounded_lattice.lean
81f806de722a579064891cdfd3a284a4e901e77f
[ "Apache-2.0" ]
permissive
molodiuc/mathlib
cae2ba3ef1601c1f42ca0b625c79b061b63fef5b
98ebe5a6739fbe254f9ee9d401882d4388f91035
refs/heads/master
1,674,237,127,059
1,606,353,533,000
1,606,353,533,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
41,457
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 Defines bounded lattice type class hierarchy. Includes the Prop and fun instances. -/ import order.lattice import data.option.basic import tactic.pi_instances set_opt...
1f8cd712bad5b4c4090efd4a1b278ab39ad50187
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/ordmap/ordset.lean
a6656f1f22a7fcbf606e513b79ce7c63ef732593
[ "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
69,866
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.ordmap.ordnode import algebra.ordered_ring import data.nat.dist import tactic.linarith /-! # Verification of the `ordnode α` datatype This file proves t...
7f4ce6af3492980531aae3bbe20b6c16c35315ad
3f7026ea8bef0825ca0339a275c03b911baef64d
/src/data/mllist.lean
cbe5bbeb4e2c03d3bd0ead9b6062ad3550246d42
[ "Apache-2.0" ]
permissive
rspencer01/mathlib
b1e3afa5c121362ef0881012cc116513ab09f18c
c7d36292c6b9234dc40143c16288932ae38fdc12
refs/heads/master
1,595,010,346,708
1,567,511,503,000
1,567,511,503,000
206,071,681
0
0
Apache-2.0
1,567,513,643,000
1,567,513,643,000
null
UTF-8
Lean
false
false
5,424
lean
/- Copyright (c) 2018 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carnerio, Keeley Hoek, Simon Hudon, Scott Morrison Monadic lazy lists. The inductive construction is not allowed outside of meta (indeed, we can build infinite objects). This is...
46f3dcf85e0ce2e3b62b6f80a9917bc69879d509
556aeb81a103e9e0ac4e1fe0ce1bc6e6161c3c5e
/src/starkware/cairo/common/cairo_secp/verification/verification/signature_recover_public_key_compute_slope_soundness.lean
91773fc59108b6b9c78eefc7303737a5c323ba0f
[]
permissive
starkware-libs/formal-proofs
d6b731604461bf99e6ba820e68acca62a21709e8
f5fa4ba6a471357fd171175183203d0b437f6527
refs/heads/master
1,691,085,444,753
1,690,507,386,000
1,690,507,386,000
410,476,629
32
9
Apache-2.0
1,690,506,773,000
1,632,639,790,000
Lean
UTF-8
Lean
false
false
10,381
lean
/- File: signature_recover_public_key_compute_slope_soundness.lean Autogenerated file. -/ import starkware.cairo.lean.semantics.soundness.hoare import .signature_recover_public_key_code import ..signature_recover_public_key_spec import .signature_recover_public_key_verify_zero_soundness import .signature_recover_publi...
b75ccd34c9dcc6f919bce3342f12fc7dc84e5c17
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/category_theory/preadditive/basic.lean
8bf3044d5c0c560a1619da8dfafa859f637cdbe7
[ "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,949
lean
/- Copyright (c) 2020 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel, Jakob von Raumer -/ import algebra.big_operators.basic import algebra.hom.group import algebra.module.basic import category_theory.endomorphism import category_theory.lim...
ce36f49acecc1ce75f5c6bc0da965b04ed6b4d18
c062f1c97fdef9ac746f08754e7d766fd6789aa9
/algebra/order.lean
a2968e904dfe67d1c53122e9fcc49138dbc5e423
[]
no_license
emberian/library_dev
00c7a985b21bdebe912f4127a363f2874e1e7555
f3abd7db0238edc18a397540e361a1da2f51503c
refs/heads/master
1,624,153,474,804
1,490,147,180,000
1,490,147,180,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,617
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad -/ open eq function /- TODO: automatic construction of dual definitions / theorems -/ universes u v w variables {α : Type u} {β : Type v} {γ : Type w} section monotone v...
a15e7eca29dc4882fde4d8e029de5b27f60bfe92
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/hott/cases.hlean
b60fa15db1c7c9462e1568344562df2e3b84e0c7
[ "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
479
hlean
open nat inductive vec (A : Type) : nat → Type := | nil {} : vec A zero | cons : Π {n}, A → vec A n → vec A (succ n) namespace vec variables {A B C : Type} variables {n m : nat} notation a :: b := cons a b protected definition destruct (v : vec A (succ n)) {P : Π {n : nat}, vec A (succ n) → Type} ...
070ca7e05f639a487ee5c40ab60200f9423a2ffd
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/topology/algebra/uniform_group.lean
0c3b3ee48df90944977c44b9589c45d2d4fdf0b8
[ "Apache-2.0" ]
permissive
gebner/mathlib
eab0150cc4f79ec45d2016a8c21750244a2e7ff0
cc6a6edc397c55118df62831e23bfbd6e6c6b4ab
refs/heads/master
1,625,574,853,976
1,586,712,827,000
1,586,712,827,000
99,101,412
1
0
Apache-2.0
1,586,716,389,000
1,501,667,958,000
Lean
UTF-8
Lean
false
false
19,570
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl Uniform structure on topological groups: * `topological_add_group.to_uniform_space` and `topological_add_group_is_uniform` can be used to construct a...
5cd3050eb13b397be6fa5ed77755ec57c2d668fc
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/library/tools/super/splitting.lean
9caa548c5e8b85b7632e8439ef90bf55747e0b05
[ "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
2,701
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 .prover_state open monad expr list tactic namespace super private meta def find_components : list expr → list (list (expr × ℕ)) → list (list (expr × ℕ)) | (e::...
2ccc50ea2d7fef4011bba0a6aa001355e6de675b
b2fe74b11b57d362c13326bc5651244f111fa6f4
/src/topology/instances/real.lean
2ba9cc557b0ad1a21beecafb87149ee112e0640e
[ "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
16,654
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import topology.metric_space.basic import topology.algebra.uniform_group import topology.algebra.ring import topology.algebra.continuous_functions imp...
6a99f70b05d3840997d96874ede3e0dfe11c372b
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/data/set/function.lean
a2768fe1248149f01a4cf73d05e41d750226a335
[ "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
45,874
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Andrew Zipperer, Haitao Zhang, Minchao Wu, Yury Kudryashov -/ import data.set.prod import logic.function.conjugate /-! # Functions over sets ## Main definitions ### Pr...
c6116aaeac16f59dc3fdd10afec411ec8e042937
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/dynamics/circle/rotation_number/translation_number.lean
ca4fa34270ffe3649272c7b6d79afdf5d91ed574
[ "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
39,520
lean
/- Copyright (c) 2020 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov -/ import algebra.iterate_hom import analysis.specific_limits import topology.algebra.ordered.monotone_continuity import order.iterate import order.semiconj_Sup ...
5294220ec2dafe5e1af7ce3aa9949c5a5ee8b4ff
f00cc9c04d77f9621aa57d1406d35c522c3ff82c
/tests/lean/run/check_constants.lean
a04d4b3347b78603028fdcc16a03077b92d8287f
[ "Apache-2.0" ]
permissive
shonfeder/lean
444c66a74676d74fb3ef682d88cd0f5c1bf928a5
24d5a1592d80cefe86552d96410c51bb07e6d411
refs/heads/master
1,619,338,440,905
1,512,842,340,000
1,512,842,340,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
15,191
lean
-- DO NOT EDIT, automatically generated file, generator scripts/gen_constants_cpp.py import smt system.io open tactic meta def script_check_id (n : name) : tactic unit := do env ← get_env, (env^.get n >> return ()) <|> (guard $ env^.is_namespace n) <|> (attribute.get_instances n >> return ()) <|> fail ("identifier '" +...
1d801c42defd38fec3d1c4061ca194b8c595f9e3
491068d2ad28831e7dade8d6dff871c3e49d9431
/tests/lean/run/id.lean
6ec79681143201cf77480778236e6435f2ffbbac
[ "Apache-2.0" ]
permissive
davidmueller13/lean
65a3ed141b4088cd0a268e4de80eb6778b21a0e9
c626e2e3c6f3771e07c32e82ee5b9e030de5b050
refs/heads/master
1,611,278,313,401
1,444,021,177,000
1,444,021,177,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
199
lean
import logic definition id {A : Type} (a : A) := a check id id set_option pp.universes true check id id check id Prop check id num check @id.{0} check @id.{1} check id num.zero check @eq check eq eq
9375c8dd7ef88fe72787ad7345decd2bce6ec9e7
9dc8cecdf3c4634764a18254e94d43da07142918
/src/algebra/module/pi.lean
40d470756995d15e7dd60f649a576999a8c596df
[ "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
3,418
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon, Patrick Massot -/ import algebra.module.basic import algebra.regular.smul import algebra.ring.pi import group_theory.group_action.pi /-! # Pi instances for modules This fil...
91f7ceaaa5600807b8e7f8c1a9e6c6d379c18a03
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/meta/expr.lean
085fde1bbd1ce842a343b118cb60efe5fb1bddcf
[]
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,546
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.meta.level import Mathlib.Lean3Lib.init.control.monad import Mathlib.Lean3Lib.init.meta.rb_map univer...
6f5d5393f7be6b62200cac23d2659b037c953641
e61a235b8468b03aee0120bf26ec615c045005d2
/stage0/src/Init/Lean/Elab/Term.lean
ac9390c65d830fb2e901e85dedabcaebc7673c91
[ "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
57,021
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.Util.Sorry import Init.Lean.Structure import Init.Lean.Meta.ExprDefEq import Init.Lean.Meta.AppBuilder import Init.Lean.Meta.SynthI...
d21c81e62d0cade93b503805fd858aa0848e80fe
968e2f50b755d3048175f176376eff7139e9df70
/examples/prop_logic_theory/unnamed_2697.lean
78c85385be6695edb491c342e74830a97d6684b2
[]
no_license
gihanmarasingha/mth1001_sphinx
190a003269ba5e54717b448302a27ca26e31d491
05126586cbf5786e521be1ea2ef5b4ba3c44e74a
refs/heads/master
1,672,913,933,677
1,604,516,583,000
1,604,516,583,000
309,245,750
1
0
null
null
null
null
UTF-8
Lean
false
false
550
lean
import logic.basic variables {p q : Prop} local attribute [instance] classical.prop_decidable -- BEGIN example : ¬(p ∧ q) → ¬p ∨ ¬ q := begin rw ←not_imp_not, -- It suffices to prove the contrapositive, `¬(¬p ∨ ¬q) → ¬¬(p ∧ q)`. rw not_or_distrib, -- By De Morgan's Law `not_or_distrib`, it suffices to prove `¬¬p ∧ ...
f392bfde3f11580ad5538bbb6208bc1956f01ce9
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/int/sqrt.lean
72aaef66385da09f93c769985a281cc74900420c
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
1,163
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import data.nat.sqrt /-! # Square root of integers > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. This file de...
253aaf87417d73d54ac877715cd7be40494b9984
bdd56e6eb0f467437e368d613de75299495d4054
/src/ring_theory/algebra2.lean
604e56eb511766f0ecfc558fd90665f4d712c073
[]
no_license
truong111000/formalabstracts
49a04c268ccee136e48e24e9d5dcb6fedea4b53e
93a89a5c05c6fbc23eb9b914b60dcc353e609cd2
refs/heads/master
1,589,551,767,824
1,555,708,723,000
1,555,708,723,000
182,326,292
0
0
null
1,555,708,332,000
1,555,708,331,000
null
UTF-8
Lean
false
false
7,734
lean
import ..basic ring_theory.algebra linear_algebra.tensor_product ring_theory.ideal_operations category_theory.concrete_category open set universes u v w /- move to ideal-/ namespace ideal namespace quotient variables {α : Type*} {β : Type*} [comm_ring α] [comm_ring β] {S : ideal α} {T : id...
992860aa3915f5f61c354af6786468d593c84bdb
32025d5c2d6e33ad3b6dd8a3c91e1e838066a7f7
/src/Lean/Elab/StructInst.lean
bfa99d8ef182c4768b7b91b229cd60f377b651e9
[ "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
32,820
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Util.FindExpr import Lean.Elab.App import Lean.Elab.Binders import Lean.Elab.Quotation namespace Lean namespace Elab namespace Term namespace S...
5589d9fc0cde4ad32c0769908c6875611bb827f6
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/974.lean
195fb2bf852661e0d9fedf8a46d8da315d35b920
[ "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
708
lean
inductive Formula : Nat → Type u | bot : Formula n | imp (f₁ f₂ : Formula n ) : Formula n | all (f : Formula (n+1)) : Formula n def Formula.count_quantifiers : {n:Nat} → Formula n → Nat | _, imp f₁ f₂ => f₁.count_quantifiers + f₂.count_quantifiers | _, all f => f.count_quantifie...
2dd325a3af296fa7f08a300ddb0bc61fb7e8530b
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/ring_theory/localization/at_prime.lean
62cd3aaab6ebdd92e5503160e5d2b90dc69d570d
[ "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,620
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.ideal.local_ring import ring_theory.localization.ideal /-! # Localizations of commutative ri...
c3be754d368fbcbd04adc467024ef3ff7f04ef54
26ac254ecb57ffcb886ff709cf018390161a9225
/src/data/polynomial/algebra_map.lean
495405d4a41b45a65724e5ab1343d63bdba15899
[ "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
9,000
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Johannes Hölzl, Scott Morrison, Jens Wagemaker -/ import data.polynomial.induction import data.polynomial.degree /-! # Theory of univariate polynomials We show that `poly...
dfffaa18efea65ee442937dd929e763dce0cfb21
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/quandle.lean
b965c39dca412ecf2106c48cc8e073d30b27a25b
[]
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
23,108
lean
/- Copyright (c) 2020 Kyle Miller. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kyle Miller -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.zmod.basic import Mathlib.data.equiv.mul_add import Mathlib.tactic.group import Mathlib.Post...
dcf109ec739c2b64ac7b15db01efc716daa587c1
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/dotNameIssue.lean
5198e509f99bd2363089c59b749802dd9fdf7c46
[ "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
163
lean
example : x ≠ y → x ∉ [y] := fun hne hin => match hin with | .head _ => hne rfl example : x ≠ y → x ∉ [y] := fun hne (.head _) => hne rfl
3dab0f80e4fc998e07b0808f38d06ebb1f948c5a
bb31430994044506fa42fd667e2d556327e18dfe
/src/algebraic_topology/simplex_category.lean
e8c9922574dc3f02b0121b05423d484289b62b48
[ "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
30,369
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Scott Morrison, Adam Topaz -/ import tactic.linarith import category_theory.skeletal import data.fintype.sort import order.category.NonemptyFinLinOrd import category_t...
b14ddb8e91e9660402642107a032c441a92ac7f2
3f7026ea8bef0825ca0339a275c03b911baef64d
/src/data/list/defs.lean
a6ac69756dbc64311e81dfea00a2463efa3b9dc2
[ "Apache-2.0" ]
permissive
rspencer01/mathlib
b1e3afa5c121362ef0881012cc116513ab09f18c
c7d36292c6b9234dc40143c16288932ae38fdc12
refs/heads/master
1,595,010,346,708
1,567,511,503,000
1,567,511,503,000
206,071,681
0
0
Apache-2.0
1,567,513,643,000
1,567,513,643,000
null
UTF-8
Lean
false
false
19,025
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 Extra definitions on lists. -/ import data.option.defs logic.basic tactic.cache namespace list ...
2ea05c24f6aed35574cf26537fd6182c8303696c
43390109ab88557e6090f3245c47479c123ee500
/src/chris_hughes_various/lagrange_four_square.lean
3aacae92dfb2289669d6f984e986272fe2614947
[ "Apache-2.0" ]
permissive
Ja1941/xena-UROP-2018
41f0956519f94d56b8bf6834a8d39473f4923200
b111fb87f343cf79eca3b886f99ee15c1dd9884b
refs/heads/master
1,662,355,955,139
1,590,577,325,000
1,590,577,325,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
28,324
lean
import tactic.find data.nat.prime algebra.group_power tactic.ring data.set.finite .disjoint_finset data.int.modeq universes u v variables {α : Type u} {β : Type v} open nat finset equiv int.modeq nat int local attribute [instance, priority 0] classical.prop_decidable lemma int.mod_two_eq_zero_or_one (n : ℤ) : n % ...
d9c22b51da10c94e4fc011787419e4ae0f804bd0
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Init/Control/EState.lean
030f10b142b376a540e6fec2c09f9304698712e5
[ "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,039
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.State import Init.Control.Except import Init.Data.ToString.Basic universe u v namespace EStateM variable {ε σ α : Type u} ins...
e5f7bb0ae6bee6f7c4051808556a2089426c6e94
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/calculus/bump_function_findim.lean
b46cf1c50c964c50c19dcc04ea64dd2b16912efe
[ "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
24,286
lean
/- Copyright (c) 2022 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.calculus.series import analysis.convolution import analysis.inner_product_space.euclidean_dist import measure_theory.measure.haar.normed_space i...
f58d44cceb2a7ea77d3fdff83a7efa749aa279ba
8b9f17008684d796c8022dab552e42f0cb6fb347
/library/logic/instances.lean
f5da26e7ac63f7287e394508591a5c40f8f53585
[ "Apache-2.0" ]
permissive
chubbymaggie/lean
0d06ae25f9dd396306fb02190e89422ea94afd7b
d2c7b5c31928c98f545b16420d37842c43b4ae9a
refs/heads/master
1,611,313,622,901
1,430,266,839,000
1,430,267,083,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,785
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: logic.instances Author: Jeremy Avigad Class instances for iff and eq. -/ import logic.connectives algebra.relation namespace relation /- logical equivalence relations -/ th...
aa129f75a80aab0641cb08f47a8e559d73e6e145
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/tactic/norm_num.lean
fd3bf7b82b1ab45aaae9fe1dd713d1bee4cd144e
[ "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
62,954
lean
/- Copyright (c) 2017 Simon Hudon All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon, Mario Carneiro -/ import data.rat.cast import data.rat.meta_defs /-! # `norm_num` Evaluating arithmetic expressions including `*`, `+`, `-`, `^`, `≤`. -/ universes u v w n...
b799b19b67d88a10e56ad9dbc27b30e97306ed88
c777c32c8e484e195053731103c5e52af26a25d1
/src/algebra/star/chsh.lean
f794817618872e1d66d540ce1e82c3d754ff1864
[ "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
10,153
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 algebra.char_p.invertible import data.real.sqrt /-! # The Clauser-Horne-Shimony-Holt inequality and Tsirelson's inequality. > THIS FILE IS SYNCHRONIZED WITH ...
5bb7bb2594421ca0c91dd0ccc309f095d20e0709
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/category_theory/over.lean
cf1f31ea66c4d98cf241afbca0828cc8083fee8c
[ "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
11,135
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.comma import category_theory.punit import category_theory.reflects_isomorphisms import category_theory.epi_mono /-! # Over and u...
6dfeabe03d2236e45dacbd01ddb57e6c63f1e239
77c5b91fae1b966ddd1db969ba37b6f0e4901e88
/src/data/list/rotate.lean
7c9cbb68c0de3424163b56435f0bb4b453341e1b
[ "Apache-2.0" ]
permissive
dexmagic/mathlib
ff48eefc56e2412429b31d4fddd41a976eb287ce
7a5d15a955a92a90e1d398b2281916b9c41270b2
refs/heads/master
1,693,481,322,046
1,633,360,193,000
1,633,360,193,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
21,685
lean
/- Copyright (c) 2019 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Yakov Pechersky -/ import data.list.perm import data.list.range /-! # List rotation This file proves basic results about `list.rotate`, the list rotation. ## Main declar...
814b76068b32b41d5b6985e811dfa6fa855478a7
0ed3609caf1962115b28aeb010d2bda5f67ddc4c
/src/algebra/field.lean
3121236bcc32f60d112036277eb69b121294f3b9
[ "Apache-2.0" ]
permissive
jonaslippert/mathlib
82dba29632969e3ed1c153a6454306f6bc9d9037
1435a196db69a7886a11e310e8923f3dcf249b81
refs/heads/master
1,609,938,673,069
1,582,018,388,000
1,582,018,388,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,770
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import algebra.ring logic.basic open set universe u variables {α : Type u} /-- Core version `division_ring_has_div` erratically requires two instanc...
a8b3cca3c19ebfc2acab5cef97090001d5d9730b
649957717d58c43b5d8d200da34bf374293fe739
/src/linear_algebra/finsupp_vector_space.lean
21defae08bc75b6b1c739ff19b5c56b336e65798
[ "Apache-2.0" ]
permissive
Vtec234/mathlib
b50c7b21edea438df7497e5ed6a45f61527f0370
fb1848bbbfce46152f58e219dc0712f3289d2b20
refs/heads/master
1,592,463,095,113
1,562,737,749,000
1,562,737,749,000
196,202,858
0
0
Apache-2.0
1,562,762,338,000
1,562,762,337,000
null
UTF-8
Lean
false
false
5,783
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 Linear structures on function with finite support `α →₀ β`. -/ import data.finsupp data.mv_polynomial linear_algebra.dimension noncomputable theory open lattice set lin...
52a37d27afa6ea5a2bc8400838b68680779978e9
e61a235b8468b03aee0120bf26ec615c045005d2
/stage0/src/Init/Lean/Compiler/IR/EmitC.lean
3fec035e886a0d0a8dca8a5149ed5781b61e3c6f
[ "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
24,611
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.Conditional import Init.Lean.Runtime import Init.Lean.Compiler.NameMangling import Init.Lean.Compiler.ExportAttr import Init.Lea...
975bfafa0fb185c312ed4f915c5d60ab66b08cb6
957a80ea22c5abb4f4670b250d55534d9db99108
/library/init/meta/async_tactic.lean
88c171a528bff2296fe6ea13905e8a9d38460e11
[ "Apache-2.0" ]
permissive
GaloisInc/lean
aa1e64d604051e602fcf4610061314b9a37ab8cd
f1ec117a24459b59c6ff9e56a1d09d9e9e60a6c0
refs/heads/master
1,592,202,909,807
1,504,624,387,000
1,504,624,387,000
75,319,626
2
1
Apache-2.0
1,539,290,164,000
1,480,616,104,000
C++
UTF-8
Lean
false
false
1,845
lean
/- Copyright (c) 2017 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ prelude import init.meta.tactic import init.meta.interactive namespace tactic private meta def report {α} (s : tactic_state) : option (unit → format) → α | (some fmt)...
004565831dc5324ee5b8192e38073a035e9617d1
b147e1312077cdcfea8e6756207b3fa538982e12
/data/finsupp.lean
110dc3d7f13f6d491fc3351afaa4401605f3007c
[ "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
28,347
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 Type of functions with finite support. Functions with finite support provide the basis for the following concrete instances: * ℕ →₀ α: Polynomials (where α is a ring...
eb6cfd820a73fef1e7ec3e6a736fcdf2f81ad2e4
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/topology/path_connected.lean
080b0418a376398132d60c1e8624c2d10a3abd41
[ "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
34,440
lean
/- Copyright (c) 2020 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot -/ import topology.instances.real import topology.algebra.ordered.proj_Icc /-! # Path connectedness ## Main definitions In the file the unit interval `[0, 1]` in `ℝ` ...
3f5997f622a0ee2150fff8cf8c7165804e56c042
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/order/category/NonemptyFinLinOrd.lean
fb2ff8992189631ada12e11e16063cc7f90010a1
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
6,542
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.fintype.order import data.set.finite import order.category.LinearOrder import category_theory.limits.shapes.images import category_theory.limits.shapes.re...
a8960211f0a9e9de55a0d664d2c4657f14e76aad
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/quot.lean
fac3f392436edabec7b64889d0b05b956a1eeabc
[ "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
28,438
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 logic.relator /-! # Quotient types > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. This module...
1d54feb760710d5d6928352e4ea067043ba01a7a
5fbbd711f9bfc21ee168f46a4be146603ece8835
/lean/natural_number_game/advanced_addition/11.lean
fc4ffdfdf1964f22fe25309014e7a4adc8f016f0
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
goedel-gang/maths
22596f71e3fde9c088e59931f128a3b5efb73a2c
a20a6f6a8ce800427afd595c598a5ad43da1408d
refs/heads/master
1,623,055,941,960
1,621,599,441,000
1,621,599,441,000
169,335,840
0
0
null
null
null
null
UTF-8
Lean
false
false
114
lean
lemma add_right_eq_zero (a b : mynat) : a + b = 0 → a = 0 := begin rw add_comm, exact add_left_eq_zero, end
66ed7259712c0ad083d6decbc525e3da69e70f84
c61b91f85121053c627318ad8fcde30dfb8637d2
/Chapter4/4-4.lean
3ba007de6f1ee4c59f8de103c54792725096c6d8
[]
no_license
robkorn/theorem-proving-in-lean-exercises
9e2256360eaf6f8df6cdd8fd656e63dfb04c8cdb
9c51da587105ee047a9db55d52709d881a39be7a
refs/heads/master
1,585,403,341,988
1,540,142,619,000
1,540,142,619,000
148,431,678
2
0
null
null
null
null
UTF-8
Lean
false
false
1,987
lean
open nat namespace existential theorem bob : ∃x : ℕ, x > 0 := have h : 1 > 0, from zero_lt_succ 0, exists.intro _ h #check bob example (x : ℕ) (h : x > 0) : ∃y, y < x := exists.intro 0 h example (x y z : ℕ) (hxy : x < y) (hyz : y < z) : ∃w, x < w ∧ w < z := -- exists.intro y (and.intro hxy hyz) -- exists.intro...
dded29f598edccdc3051476ae5517c2478c62abc
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/305.lean
bdebaea140952142879cbffc239a2ba4df5ed3d8
[ "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,306
lean
def Unit.longName (f : Unit) : String := "" inductive Cmd | init (name : String) (subCmds : Array Cmd) (flags : Array Unit) open Inhabited in instance : Inhabited Cmd where default := Cmd.init default default default namespace Cmd def name : Cmd → String | init v _ _ => v def subCm...
2664db349bcdb39005b5047ec60ae7e4e690fb43
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/dec_trivial_loop.lean
741716a7371c8d73776af2468b70eb2b343ee855
[ "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
37
lean
check @dec_trivial print dec_trivial
1463836101db1101755ef8a5ea1f696952a3e8a6
0c1546a496eccfb56620165cad015f88d56190c5
/library/init/meta/declaration.lean
be2bb4cba0039859a481493dcc9d4c0a90992c94
[ "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
5,928
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.expr init.meta.name init.meta.task /- Reducibility hints are used in the convertibility checker. When trying to solve a constraint...
0789ffc84aca567dcfcc906bd5a9e4f83099b269
9028d228ac200bbefe3a711342514dd4e4458bff
/src/algebra/category/Algebra/basic.lean
657881f6d8dda46770f97ebcc4f34c4bfe5b6d9d
[ "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
3,731
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 algebra.algebra.basic import algebra.algebra.subalgebra import algebra.category.CommRing.basic import algebra.category.Module.basic open category_theory open ...
b5e02f6716c22d11bb1852d897aeef0692b4405e
4727251e0cd73359b15b664c3170e5d754078599
/src/data/bool/all_any.lean
42d41296aec8ccc47e58cefda66d11bb03369fd4
[ "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,872
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.list.basic /-! # Boolean quantifiers This proves a few properties about `list.all` and `list.any`, which are the `bool` universal and existential quanti...
f8acb0372c57bccc123115476b39f953e8aa6367
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/1293.lean
d0bb50baa89c3da5012eb40614f1f259d516fbe3
[ "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
386
lean
open expr tactic example : true := by whnf (var 0) >> return () example : true := by whnf (app (var 0) (var 0)) >> return () example : true := by head_zeta (var 0) >> return () example : true := by unify (var 0) (var 0) >> return () example : true := by is_def_eq (var 0) (var 0) >> return () example (foo trivial)...
21768703f80237ab60f7894284e4baf9f5cf8420
2d34dfb0a1cc250584282618dc10ea03d3fa858e
/src/pseudo_normed_group/basic.lean
aa41a7bc01f41c513e2fd12c31e4af737d9e2a49
[]
no_license
zeta1999/lean-liquid
61e294ec5adae959d8ee1b65d015775484ff58c2
96bb0fa3afc3b451bcd1fb7d974348de2f290541
refs/heads/master
1,676,579,150,248
1,610,771,445,000
1,610,771,445,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,949
lean
import data.real.nnreal import algebra.group.hom import algebra.big_operators import algebra.module.pi import topology.basic import type_pow noncomputable theory open_locale nnreal big_operators local attribute [instance] type_pow section for_mathlib @[simp] lemma function.nsmul_apply {X M : Type*} [add_comm_mono...
7e998acd2d28fb1ed924509f8576ee375461156e
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/nested_inductive_sizeof.lean
8bd72957b62185f2113ede26c4ab541d43eb2063
[ "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
1,303
lean
set_option trace.inductive_compiler.nested.define.failure true set_option max_memory 1000000 inductive {u} vec (A : Type u) : nat -> Type u | vnil : vec 0 | vcons : Pi (n : nat), A -> vec n -> vec (n+1) namespace X6 #print "locals + nested-reflexive locals in indices" inductive {u} foo (A : Type u) : Type u | mk : Pi...
4ef63e40007d09865fa70dd789d366ddd9c9933c
c777c32c8e484e195053731103c5e52af26a25d1
/src/data/subtype.lean
5dd326422b4cb4b3e71920d0767656f43dc02ba1
[ "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,194
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 logic.function.basic import tactic.ext import tactic.simps /-! # Subtypes > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a cor...
0f41a401002e0c719ea43f612ccabca068cfa160
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/computability/primrec.lean
f67742e7b230c3dd9ac2faab416bbc0fb804dadd
[ "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
52,141
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 data.list.join import logic.equiv.list import logic.function.iterate /-! # The primitive recursive functions The primitive recursive functions are the least ...
d3278d545ede8f9a93995dd269bee70ea437781c
6b45072eb2b3db3ecaace2a7a0241ce81f815787
/algebra/lattice/zorn.lean
ee648c70b70b956e3b6a69fc23f308cb143a7e4e
[]
no_license
avigad/library_dev
27b47257382667b5eb7e6476c4f5b0d685dd3ddc
9d8ac7c7798ca550874e90fed585caad030bbfac
refs/heads/master
1,610,452,468,791
1,500,712,839,000
1,500,713,478,000
69,311,142
1
0
null
1,474,942,903,000
1,474,942,902,000
null
UTF-8
Lean
false
false
8,711
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 Zorn's lemmas. Ported from Isabelle/HOL (written by Jacques D. Fleuriot, Tobias Nipkow, and Christian Sternagel). -/ import ...data.set noncomputable theory universes...
e726a74d2d5f8b663a3a1aa5d1a822037e695b8d
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/1011.lean
4c5357e34709bacc8d3f61fe9ce6a219ad05ff31
[ "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
77
lean
def f (x : A) := x set_option relaxedAutoImplicit false def g (x : A) := x