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
7c61649a4deff24119a1b6b9d18ea9207c3cd6d2
4fa161becb8ce7378a709f5992a594764699e268
/src/topology/algebra/ordered.lean
76620c996517844a8be7da5847a75dfece919990
[ "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
88,102
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, Yury Kudryashov -/ import tactic.tfae import order.liminf_limsup import data.set.intervals import topology.algebra.group /-! # Theory of topology on or...
adf44b763a1b5a4bf02691e19741384a7fe83ea0
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/invalidFieldName.lean
38028a9d8e710c643aa05ada982d6858e340a0b8
[ "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
103
lean
structure Map (α β : Type) where map : Type mk : map insert : map → α → β → map
db5d5cacc32c44022726ded933d79b951bcec81d
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/linear_algebra/dual.lean
388f24e09d38c6661b7ef6c58d21a842c52853bd
[ "Apache-2.0" ]
permissive
anrddh/mathlib
6a374da53c7e3a35cb0298b0cd67824efef362b4
a4266a01d2dcb10de19369307c986d038c7bb6a6
refs/heads/master
1,656,710,827,909
1,589,560,456,000
1,589,560,456,000
264,271,800
0
0
Apache-2.0
1,589,568,062,000
1,589,568,061,000
null
UTF-8
Lean
false
false
10,165
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Fabian Glöckle -/ import linear_algebra.finite_dimensional import tactic.apply_fun noncomputable theory /-! # Dual vector spaces The dual space of an R-module M is th...
f77e22d2feebfa35d4053aaa14a1adb3c9396af2
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/751.lean
6f1dc45c2f76414a92cd0783ac57ce55016df65a
[ "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
89
lean
inductive foo (A : Type) := | intro : foo A → foo A with bar : Type := | intro : bar A
f09d3a01d33e9ae22c774e2ddc69b36ad7807b95
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/converter/old_conv_auto.lean
822c3b476740a886c2c404f7cf6cf46bf65efd2f
[]
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
351
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 Converter monad for building simplifiers. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.control.basic import Mathlib.PostPort ...
f9657254186b65002028161ce6a24b308bddc9d4
c8af905dcd8475f414868d303b2eb0e9d3eb32f9
/examples/parallel.lean
8605b8a8b77fd7a35bedb9787ded9515a6a74bdb
[ "BSD-3-Clause" ]
permissive
continuouspi/lean-cpi
81480a13842d67ff5f3698643210d8ed5dd08de4
443bf2cb236feadc45a01387099c236ab2b78237
refs/heads/master
1,650,307,316,582
1,587,033,364,000
1,587,033,364,000
207,499,661
1
0
null
null
null
null
UTF-8
Lean
false
false
1,960
lean
import data.cpi.semantics.basic import data.cpi.semantics.with_normalise open cpi open cpi.species open_locale normalise def aff : affinity ℚ := { arity := 2, f := λ x y, if h : (x = 0 ∧ y = 1) ∨ (y = 0 ∧ x = 1) then some (1/3) else none, symm := λ x y, begin by_cases x = ...
972264acfd336c54e78b1453e3c2118b6412e40e
a162e54d0534f0863de20e911278e6c41ba96e28
/src/imo2008_q4.lean
255a1a8163369bfce79adb31be20414919e6ef53
[ "Apache-2.0" ]
permissive
manuelcandales/imo-lean
0ef79d470b58064d16a94adfb83711ae3265a19a
fa54938100fc84c98fe04e1d19e20a424dd006e7
refs/heads/master
1,680,228,525,536
1,617,602,898,000
1,617,602,898,000
353,518,197
0
0
null
null
null
null
UTF-8
Lean
false
false
5,865
lean
/- Copyright (c) 2021 Manuel Candales. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Manuel Candales -/ import data.real.basic import data.real.sqrt open real /-! # IMO 2008 Q4 Find all functions `f : (0,∞) → (0,∞)` (so, `f` is a function from the positive real numb...
46462f7b072921a61098a9c76f17c8484b1c6671
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/rat/default.lean
8b8f15ad95b88e69b7579128c30114078f7b78a1
[ "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
235
lean
/- Copyright (c) 2019 Kevin Kappelmann. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Kappelmann -/ import data.rat.floor /-! # Default Imports to Work With Rational Numbers -/
f56b7a0a71cbb0d32e9dcea76ac7771dbd9301c3
618003631150032a5676f229d13a079ac875ff77
/src/data/complex/basic.lean
30b38c32e424530ffc57171db890a927a848e628
[ "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
19,461
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 import deprecated.field structure complex : Type := (re : ℝ) (im : ℝ) ...
8a90ff1db16aa2185be34092d41b4a23c1f6f935
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/unreachable_cases.lean
ee09c3f88b74e0664ce9b1489546b11aa55967c1
[ "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
564
lean
open nat prod inductive ifin : ℕ → Type -- inductively defined fin-type | fz : Π n, ifin (succ n) | fs : Π {n}, ifin n → ifin (succ n) open ifin definition foo {N : Type} : Π{n : ℕ}, N → ifin n → (N × ifin n) | (succ k) n (fz .(k)) := sorry | (succ k) n (fs x) := sorry definition bar {N : Type} : Π{n : ℕ}, (N × ifi...
83cec43a381ba93a950d1c6407fe8a36b37533b4
26bff4ed296b8373c92b6b025f5d60cdf02104b9
/library/data/list/basic.lean
70f31e93390c010a4e84335dc3b4ca403e142a09
[ "Apache-2.0" ]
permissive
guiquanz/lean
b8a878ea24f237b84b0e6f6be2f300e8bf028229
242f8ba0486860e53e257c443e965a82ee342db3
refs/heads/master
1,526,680,092,098
1,427,492,833,000
1,427,493,281,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
14,062
lean
/- Copyright (c) 2014 Parikshit Khanna. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: data.list.basic Authors: Parikshit Khanna, Jeremy Avigad, Leonardo de Moura Basic properties of lists. -/ import logic tools.helper_tactics data.nat.basic open eq.ops helper_tactic...
3e9640c99c51c49d39b280a10a1efa0ebbf4809c
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/12_Axioms.org.21.lean
077d2cebe30678dd2158c9c1dc730c54dd4ac3c8
[]
no_license
cjmazey/lean-tutorial
ba559a49f82aa6c5848b9bf17b7389bf7f4ba645
381f61c9fcac56d01d959ae0fa6e376f2c4e3b34
refs/heads/master
1,610,286,098,832
1,447,124,923,000
1,447,124,923,000
43,082,433
0
0
null
null
null
null
UTF-8
Lean
false
false
110
lean
import standard open classical namespace hide -- BEGIN check @em -- ∀ (a : Prop), a ∨ ¬a -- END end hide
f38b50f2a89ea9d632c0c6d26ca71570fb7fe842
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/simplifier21.lean
866ad4ca6bfbaa304b7c3adb5180153664c3dc8c
[ "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
524
lean
/- Basic rewriting with eq and generic congruence, with no conditionals -/ namespace test_congr constants a b c : nat axiom H1 : a = b axiom H2 : a = c attribute H1 [simp] attribute H2 [simp] #simplify eq env 0 a -- c attribute H1 [simp] #simplify eq env 0 a -- b attribute H1 [simp] [priority std.priority.defaul...
15f40fe2832fa0655902c5a45f4ccea2f7dc69b3
ba4794a0deca1d2aaa68914cd285d77880907b5c
/src/my_solutions/world2_multiplication.lean
59157a8171871fd77c1aa9ea10b6bfa915c5b6e4
[ "Apache-2.0" ]
permissive
ChrisHughes24/natural_number_game
c7c00aa1f6a95004286fd456ed13cf6e113159ce
9d09925424da9f6275e6cfe427c8bcf12bb0944f
refs/heads/master
1,600,715,773,528
1,573,910,462,000
1,573,910,462,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,320
lean
import solutions.world1_addition -- addition lemmas import mynat.mul /- Here's what you get from the import: 1) The following data: * a function called mynat.mul, and notation a * b for this function 2) The following axioms: * `mul_zero : ∀ a : mynat, a * 0 = 0` * `mul_succ : ∀ a b : mynat, a * succ(b) = a * ...
40896b6aeb3d30e0f7bb131257135c74a02a37b4
a11f4536efad51bc2b648123619720f3b9318c0f
/src/limit_of_seq3.lean
7174d5f8b88716f6e5966c3d7543370a99a7f85a
[]
no_license
ezrasitorus/codewars_lean
909471d43f5130669a90b8e11afc37aec2f21d8f
6d1abcc1253403511f4cfd767c645596175e4fd3
refs/heads/master
1,672,659,589,352
1,603,281,507,000
1,603,281,507,000
288,579,451
0
0
null
null
null
null
UTF-8
Lean
false
false
665
lean
import data.real.basic open classical attribute [instance] prop_decidable /- Rigorous definition of a limit For a sequence x_n, we say that \lim_{n \to \infty} x_n = l if ∀ ε > 0, ∃ N, n ≥ N → |x_n - l| < ε -/ def lim_to_inf (x : ℕ → ℝ) (l : ℝ) := ∀ ε > 0, ∃ N, ∀ n ≥ N, abs (x n - l) < ε theorem exercise_1...
fea52c89e0a67134819dfeeee165e256fc60d78e
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/category/Group/biproducts_auto.lean
2e66c0242df893f9f93abfdb074d9dc19b7a3aed
[]
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,223
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebra.category.Group.limits import Mathlib.algebra.category.Group.preadditive import Math...
17061ed77f6589d5d67ab691b71b08d90dd38b6b
d406927ab5617694ec9ea7001f101b7c9e3d9702
/archive/100-theorems-list/70_perfect_numbers.lean
69804193d4e8d91ddb10dc45551bc5df1d9c2d4c
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
5,022
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 number_theory.arithmetic_function import number_theory.lucas_lehmer import algebra.geom_sum import ring_theory.multiplicity /-! # Perfect Numbers This file ...
0051b0cd483077192507b67b67bb38842d7a6881
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/analysis/special_functions/pow_auto.lean
e6d5e8e539d4abbd60b77d265056b62208e24127
[]
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
37,955
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Abhimanyu Pallavi Sudhir, Jean Lo, Calle Sönne, Sébastien Gouëzel, Rémy Degenne -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.analysis.spe...
2c13209dac3a0e27a36c0b3b43a502fbe3d22065
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/stage0/src/Init/Lean/Expr.lean
3cdaad2ae2182a3f2a3bb86252750f62638c0385
[ "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
33,611
lean
/- Copyright (c) 2018 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.HashMap import Init.Data.HashSet import Init.Data.PersistentHashMap import Init.Data.PersistentHashSet import Init.Lean.Data.KVMap ...
3aaada2c9a0b7368424d8f4da7399bcd6a1bd6e8
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/algebra/group/compact.lean
2e99caa1361a7ff8e09e47a00185dcfb4bcd3c9d
[ "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,515
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro, Patrick Massot -/ import topology.algebra.group.basic import topology.compact_open import topology.sets.compacts /-! # Additional results on topologica...
b68987c7fc956d7b0989f81e740682b8b2598d7a
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/tests/lean/run/reduce1.lean
8a91cd69be6c370553d29e26c576494dc64ccd10
[ "Apache-2.0" ]
permissive
williamdemeo/lean4
72161c58fe65c3ad955d6a3050bb7d37c04c0d54
6d00fcf1d6d873e195f9220c668ef9c58e9c4a35
refs/heads/master
1,678,305,356,877
1,614,708,995,000
1,614,708,995,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,379
lean
partial def fact : Nat → Nat | 0 => 1 | (n+1) => (n+1)*fact n #eval fact 10 #eval fact 100 theorem tst1 : fact 10 = 3628800 := nativeRefl! (fact 10) theorem tst2 : fact 100 = 9332621544394415268169923885626670049071596826438162146859296389521759999322991560894146397615651828625369792082722375825118521091686400...
0ced1f9c78dba6134c635946edf0f4974fda5963
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebra/group_power/identities.lean
b526260b9fe40aa2977c7a0b89da39e1d0abc00e
[]
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
4,547
lean
/- Copyright (c) 2020 Bryan Gin-ge Chen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bryan Gin-ge Chen, Kevin Lacker -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.ring import Mathlib.PostPort universes u_1 namespace Mathlib ...
b62af227c270a756c426468c42856f31d4f8989a
76df16d6c3760cb415f1294caee997cc4736e09b
/lean/src/cs/lang.lean
3a73bb1c604578ad1d69157c60158c5c21707faa
[ "MIT" ]
permissive
uw-unsat/leanette-popl22-artifact
70409d9cbd8921d794d27b7992bf1d9a4087e9fe
80fea2519e61b45a283fbf7903acdf6d5528dbe7
refs/heads/master
1,681,592,449,670
1,637,037,431,000
1,637,037,431,000
414,331,908
6
1
null
null
null
null
UTF-8
Lean
false
false
3,313
lean
namespace lang /- Syntax and semantics for Core Scheme, extended with error and abort. We adopt a more permissive version of A-normal form for the syntax, in order to simplify the semantics. With this syntax, we need only two halt rules for the core expressions: one for calling a procedure, and one for evaluati...
225d8f3b94b910ee9fac4ebb76fc86dda848f29f
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/archive/imo/imo1960_q1.lean
eccc3abb782e8cac30499111aea08d2c3b89fb74
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
3,500
lean
/- Copyright (c) 2020 Kevin Lacker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Lacker -/ import data.nat.digits /-! # IMO 1960 Q1 > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. Determine all t...
01c349ec082368745ae38f79ed2fbdd4a799c0b3
75db7e3219bba2fbf41bf5b905f34fcb3c6ca3f2
/hott/types/lift.hlean
13fdd7a084f99a6b0e0a8882051b1b2e360efb19
[ "Apache-2.0" ]
permissive
jroesch/lean
30ef0860fa905d35b9ad6f76de1a4f65c9af6871
3de4ec1a6ce9a960feb2a48eeea8b53246fa34f2
refs/heads/master
1,586,090,835,348
1,455,142,203,000
1,455,142,277,000
51,536,958
1
0
null
1,455,215,811,000
1,455,215,811,000
null
UTF-8
Lean
false
false
4,865
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn Theorems about lift -/ import ..function open eq equiv equiv.ops is_equiv is_trunc namespace lift universe variables u v variables {A : Type.{u}} (z z' : lift...
aa0c960cabb8cf05c0c6d1adc936402295dabc4a
2c096fdfecf64e46ea7bc6ce5521f142b5926864
/src/Lean/Meta/CongrTheorems.lean
3bf34d0e3dc07ee9a4bcd7679f847bbbef2aa4f1
[ "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
Kha/lean4
1005785d2c8797ae266a303968848e5f6ce2fe87
b99e11346948023cd6c29d248cd8f3e3fb3474cf
refs/heads/master
1,693,355,498,027
1,669,080,461,000
1,669,113,138,000
184,748,176
0
0
Apache-2.0
1,665,995,520,000
1,556,884,930,000
Lean
UTF-8
Lean
false
false
13,502
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.AppBuilder namespace Lean.Meta inductive CongrArgKind where /-- It is a parameter for the congruence theorem, the parameter occurs in t...
3c54ad540b4b25960056eb4220d4d9a114e7e639
88892181780ff536a81e794003fe058062f06758
/src/100_theorems/t025.lean
c7bb45ab440e0a064b319b6f4442051d39eff89d
[]
no_license
AtnNn/lean-sandbox
fe2c44280444e8bb8146ab8ac391c82b480c0a2e
8c68afbdc09213173aef1be195da7a9a86060a97
refs/heads/master
1,623,004,395,876
1,579,969,507,000
1,579,969,507,000
146,666,368
0
0
null
null
null
null
UTF-8
Lean
false
false
279
lean
import set_theory.schroeder_bernstein -- Schroeder-Bernstein Theorem universes u v open function theorem t025 {α : Type u} {β : Type v} {f : α → β} {g : β → α} : Π (hf : injective f) (hg : injective g), ∃h:α→β, bijective h := embedding.schroeder_bernstein
8f2ce18231f8ef735b9df60976d841d8ad425884
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/ring_theory/principal_ideal_domain.lean
4906cdcf429a97c80d15bee2d759073f4730e5ff
[ "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
16,473
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Morenikeji Neri -/ import algebra.euclidean_domain.instances import ring_theory.unique_factorization_domain /-! # Principal ideal rings and principal ideal domains A prin...
b0a1001f391d82589b2263f534899289b5eb0eee
6b45072eb2b3db3ecaace2a7a0241ce81f815787
/algebra/lattice/boolean_algebra.lean
302c0e3941144137c3f7f1dcdff36850c8d4477b
[]
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
4,479
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 class hierarchy for Boolean algebras. -/ import .bounded_lattice set_option old_structure_cmd true universes u variables {α : Type u} {x y z : α} namespace latt...
7b0aaae30c02503699eef97b689377c815a59462
55c7fc2bf55d496ace18cd6f3376e12bb14c8cc5
/src/algebra/module/default.lean
bc98e92ee226b67dccadf6e9ada259b884af022a
[ "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
253
lean
/- Copyright (c) 2020 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import algebra.module.basic /-! # Default file for module This file imports `algebra.module.basic` -/
4d8a7b429a202becff7fe6af77e8c0907309e8d6
7cef822f3b952965621309e88eadf618da0c8ae9
/src/analysis/normed_space/banach.lean
cf0789de3603eb3b4b70cf0a4881eab571125f9f
[ "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
10,509
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel Banach spaces, i.e., complete vector spaces. This file contains the Banach open mapping theorem, i.e., the fact that a bijective bounded linear map between Banac...
2866697a5195971dcae8dae1c5220615b2862a27
95dcf8dea2baf2b4b0a60d438f27c35ae3dd3990
/src/category_theory/isomorphism.lean
f456da77b5e14f6536032ead2f0e0c130eab2dd6
[ "Apache-2.0" ]
permissive
uniformity1/mathlib
829341bad9dfa6d6be9adaacb8086a8a492e85a4
dd0e9bd8f2e5ec267f68e72336f6973311909105
refs/heads/master
1,588,592,015,670
1,554,219,842,000
1,554,219,842,000
179,110,702
0
0
Apache-2.0
1,554,220,076,000
1,554,220,076,000
null
UTF-8
Lean
false
false
6,742
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Tim Baumann, Stephen Morgan, Scott Morrison import category_theory.functor universes v u -- declare the `v`'s first; see `category_theory.category` for an explanation namespac...
9b0d8a563826406c6fe246af5eb7db096c15dd7a
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/concrete_category/basic_auto.lean
9e215b565540f58cb3dcaff55d3dba05e36788c8
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
7,954
lean
/- Copyright (c) 2018 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Johannes Hölzl, Reid Barton, Sean Leather, Yury Kudryashov -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.types import Ma...
0293178d102b5334d98aa817565c84da9c5d5b43
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/src/Init/Control/Reader.lean
0808ef7c5860ac9bbbb5244293acc5631ba42705
[ "Apache-2.0" ]
permissive
banksonian/lean4
3a2e6b0f1eb63aa56ff95b8d07b2f851072d54dc
78da6b3aa2840693eea354a41e89fc5b212a5011
refs/heads/master
1,673,703,624,165
1,605,123,551,000
1,605,123,551,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,268
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich The Reader monad transformer for passing immutable State. -/ prelude import Init.Control.Basic import Init.Control.Id import Init.Control.Except universes u v...
b1dcec39491447b497a2076e458336ad28c62174
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/tests/lean/run/anonymous_ctor_error_msg.lean
8c1791e2694a0d32707cbe094a46ab140b2ded6b
[ "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
335
lean
structure Foo := (n : Nat) def Foo.sum (xs : List Foo) : Foo := xs.foldl (λ s x => ⟨s.n + x.n⟩) ⟨0⟩ new_frontend #check let x1 := ⟨1⟩; let x2 := ⟨2⟩; let x3 := ⟨3⟩; -- let x4 := ⟨4⟩; -- If this line is uncommented we get the error at `⟨` let x5 := ⟨5⟩; let x6 := ⟨6⟩; Foo.sum [x1, x2, x3, x5, x6]
5654cb4b846d9b4fb29738859197e0df119ff20d
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/complex/module.lean
6147b3daff9336433f25dad9817dfbfcf49a913b
[]
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,654
lean
/- Copyright (c) 2020 Alexander Bentkamp, Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Alexander Bentkamp, Sébastien Gouëzel -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.complex.basic import Mathlib.data.matrix...
5e55b5b49f3e2d362da216eb3ff62e413cefc7e4
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/playground/reelab.lean
c25a3404821cf3b8d6b8df3a9bdae88a9c3015c4
[ "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,094
lean
import Lean open Lean open Lean.Elab open Lean.Elab.Term instance : HasMonadLift MetaM MetaIO := ⟨fun α x ⟨env, opts⟩ => Prod.fst <$> IO.runMeta x env { opts := opts }⟩ private def liftTermElabMSimple {α} (elab : TermElabM α) : MetaM (Except MessageLog α) := do ctx ← read; st ← get; match elab { ctx with fileName := ...
06e42b3d4a8b40e25ee0d969b3372f1edd97b122
ea5678cc400c34ff95b661fa26d15024e27ea8cd
/fermat_sum_two_squares.lean
0dcd8f1c1eb4b564acd3567382355f8983ee13d6
[]
no_license
ChrisHughes24/leanstuff
dca0b5349c3ed893e8792ffbd98cbcadaff20411
9efa85f72efaccd1d540385952a6acc18fce8687
refs/heads/master
1,654,883,241,759
1,652,873,885,000
1,652,873,885,000
134,599,537
1
0
null
null
null
null
UTF-8
Lean
false
false
14,952
lean
import tactic.find tactic.ring data.int.basic data.fintype data.nat.modeq data.set.finite data.nat.prime algebra.ordered_ring universe u local attribute [instance, priority 0] classical.prop_decidable open fintype finset private noncomputable def fintype_subtype {α : Type*} (p : α → Prop) [fintype α] : fintype {a // ...
62c42a704eaeca00302d1f6838dba62f56942626
ebf7140a9ea507409ff4c994124fa36e79b4ae35
/src/solutions/thursday/category_theory/exercise4.lean
0523678c83b7092d8258f42e6a83c4ec2a43d4b7
[]
no_license
fundou/lftcm2020
3e88d58a92755ea5dd49f19c36239c35286ecf5e
99d11bf3bcd71ffeaef0250caa08ecc46e69b55b
refs/heads/master
1,685,610,799,304
1,624,070,416,000
1,624,070,416,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,403
lean
import algebra.category.CommRing import category_theory.yoneda import data.polynomial.algebra_map open category_theory open opposite open polynomial noncomputable theory /-! We show that the forgetful functor `CommRing ⥤ Type` is (co)representable. There are a sequence of hints available in `hints/category_theory/h...
c1901ff3bdaff4163a373f43351d9a749a8f584e
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/bytearray.lean
d7a697357d32bc2e9e26c6596bb71179d96b57ba
[ "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
547
lean
def tst : IO Unit := do let bs := [1, 2, 3].toByteArray; IO.println bs; let bs := bs.push 4; let bs := bs.set! 1 20; IO.println bs; let bs₁ := bs.set! 2 30; IO.println bs₁; IO.println bs; IO.println bs.size; IO.println (bs ++ bs); IO.println (bs.extract 1 3); pure () #eval tst #eval "abcd".hash #eval [97, 98, 99, 10...
6b5b82c5c2d22c128c0effc900517f55e9a276e0
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/subtype/basic_auto.lean
588cb2c06df2e9a9eabd8665aa917039fbb5e0d4
[]
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,345
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura, Jeremy Avigad -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.logic universes u namespace Mathlib namespace subtype def exists_of_subtype {α : Typ...
5510130729ddb1a15fc92a7276157a44f79d00ed
37683ecbb27d7c2037bfd9ad7e06d662f460a005
/algebra/free_group.hlean
27fcfbde8b49366e5a7271b99140a6eb1fbef605
[ "Apache-2.0" ]
permissive
GRSEB9S/Spectral-1
b2443b09cae7aac1247b1f88c846c532ac802b8e
dd14277e0bfc6270a488eb3b9ec231484065b9d8
refs/heads/master
1,631,315,269,407
1,522,048,315,000
1,522,799,803,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
21,158
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Egbert Rijke Constructions with groups -/ import algebra.group_theory hit.set_quotient types.list types.sum ..move_to_lib open eq algebra is_trunc set_quotient r...
e07be33d21fb54120cbd00d219758bf7e6fe4cf2
c777c32c8e484e195053731103c5e52af26a25d1
/src/data/fin/tuple/bubble_sort_induction.lean
8b496b9e8de0949e97f1f8f70a870780884a1598
[ "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
2,536
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 data.fin.tuple.sort import data.fintype.perm import order.well_founded /-! # "Bubble sort" induction > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes t...
8df3d475ac7c15bfa7155bf3bb3c10ab97737260
958488bc7f3c2044206e0358e56d7690b6ae696c
/lean/mutual.lean
adcf93db3731e7650a77a34eddd2d884ee64a385
[]
no_license
possientis/Prog
a08eec1c1b121c2fd6c70a8ae89e2fbef952adb4
d4b3debc37610a88e0dac3ac5914903604fd1d1f
refs/heads/master
1,692,263,717,723
1,691,757,179,000
1,691,757,179,000
40,361,602
3
0
null
1,679,896,438,000
1,438,953,859,000
Coq
UTF-8
Lean
false
false
1,777
lean
mutual inductive even, odd with even : ℕ → Prop | even_zero : even 0 | even_succ : ∀ n, odd n → even (n + 1) with odd : ℕ → Prop | odd_succ : ∀ n, even n → odd (n + 1) open even odd lemma not_odd_zero : ¬ odd 0 := begin intro H, cases H end mutual lemma even_of_odd_succ, odd_of_even_succ with even_of_odd_succ : ∀...
af1dc04fd80a95dbe8754575d025c2be5429c36a
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/data/finmap.lean
b281d6f34a8baf02f74757c5eb9bf840bb8244f8
[ "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
19,053
lean
/- Copyright (c) 2018 Sean Leather. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sean Leather, Mario Carneiro -/ import data.list.alist import data.finset.basic import data.pfun /-! # Finite maps over `multiset` -/ universes u v w open list variables {α : Type u} {β...
191cbfa2d099ef7a129b08ec4637431f6e82bd57
d642a6b1261b2cbe691e53561ac777b924751b63
/src/data/equiv/basic.lean
deb8a63243beee7d886c08fcda8fe76e69bf7386
[ "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
42,850
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Mario Carneiro In the standard library we cannot assume the univalence axiom. We say two types are equivalent if they are isomorphic. Two equivalent types h...
3455b2a0e0f2160102d6ed5d7104bbecaa6539b2
82e44445c70db0f03e30d7be725775f122d72f3e
/src/number_theory/zsqrtd/basic.lean
1cd3dfc4ad6fd2f2859a1b9349fc17bda0f3d88d
[ "Apache-2.0" ]
permissive
stjordanis/mathlib
51e286d19140e3788ef2c470bc7b953e4991f0c9
2568d41bca08f5d6bf39d915434c8447e21f42ee
refs/heads/master
1,631,748,053,501
1,627,938,886,000
1,627,938,886,000
228,728,358
0
0
Apache-2.0
1,576,630,588,000
1,576,630,587,000
null
UTF-8
Lean
false
false
31,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 algebra.associated import tactic.ring /-! # ℤ[√d] The ring of integers adjoined with a square root of `d : ℤ`. After defining the norm, we show that it is a...
705d71fd11612d2c4e68d9a724bb52a857df3ceb
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/stage0/src/Lean/Meta/Tactic.lean
8a3a3c1ac80b31553ac1fa4450f58aaa654e7a9d
[ "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
547
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Tactic.Intro import Lean.Meta.Tactic.Assumption import Lean.Meta.Tactic.Apply import Lean.Meta.Tactic.Revert import Lean.Meta.Tactic.Clear ...
950fd2d92b48514c4e44c5ce65bd16dab3090ca0
11d98f23718b57e0a9dd4c0889d2c1e37ced2afa
/lean/control.lean
b06ca3db9e729ddaebc30cafda751f9e69df02b6
[]
no_license
ulidtko/exe
401805a37bba87e16b78f1ff923fffef383e31fa
2a326f233895bc46ae48c559da3ded1b0481232f
refs/heads/master
1,611,519,189,455
1,452,174,370,000
1,452,174,409,000
49,207,131
0
0
null
1,452,174,448,000
1,452,174,447,000
null
UTF-8
Lean
false
false
689
lean
import data.nat data.bool data.prod data.list data.sum data.stream data.unit data.uprod data.tuple data.option namespace control open nat bool prod sum list classical option stream record pure (P: Type → Type) (A: Type) := (return: P A) record functor (F: Type → Type) (...
a5cb4bca65f6900ea3139979c222adbe6e13d3d4
7cef822f3b952965621309e88eadf618da0c8ae9
/src/tactic/omega/eq_elim.lean
4e13d12892ca1f475349baf2815dea5bbc5d8f86
[ "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
14,479
lean
/- Copyright (c) 2019 Seul Baek. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Seul Baek Correctness lemmas for equality elimination. See 5.5 of <http://www.decision-procedures.org/> for details. -/ import tactic.omega.clause open list.func namespace omega def sym...
054bf132621172efe3c62ea3a6fcd9024e8a4e8b
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/topology/metric_space/baire.lean
96c5b98d51dc9842c8b06b50d054a174c6a585c6
[ "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,836
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import analysis.specific_limits import order.filter.countable_Inter import topology.G_delta /-! # Baire theorem In a complete metric space, a countable inters...
a6892f000aa450368f3f5f204414b71486f5db0f
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/category_theory/limits/filtered.lean
63a6b86d475970af8840cf08329023890a7b5a1c
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
1,380
lean
/- Copyright (c) 2022 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel -/ import category_theory.filtered import category_theory.limits.has_limits /-! # Possession of filtered colimits -/ universes w' w v u noncomputable theory open categ...
f6335ae09a2b10f761025738db441f32b5d0a6a2
1dd482be3f611941db7801003235dc84147ec60a
/src/linear_algebra/basis.lean
d8dae261cbf818f38986ba33868e8b9eef8548ec
[ "Apache-2.0" ]
permissive
sanderdahmen/mathlib
479039302bd66434bb5672c2a4cecf8d69981458
8f0eae75cd2d8b7a083cf935666fcce4565df076
refs/heads/master
1,587,491,322,775
1,549,672,060,000
1,549,672,060,000
169,748,224
0
0
Apache-2.0
1,549,636,694,000
1,549,636,694,000
null
UTF-8
Lean
false
false
25,657
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 Linear independence and basis sets in a module or vector space. This file is inspired by Isabelle/HOL's linear algebra, and hence indirectly by HOL Lig...
e92949c15da2cd4daf069d82c99af5453901c847
fe84e287c662151bb313504482b218a503b972f3
/src/data/family.lean
23bc5c2e49cebf503f49cb6756f3ad18840bf931
[]
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
11,894
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 sets up some definitions for working with parametrised families of types, and morphisms between them. In other words, we essentially work with the cate...
8199cee2eb79d533afb65bfc1f9aadd81e5c7c4f
0ce335c3cee4b6a212935fdfd1a5270985454648
/src/geometry/manifold/manifold.lean
dad687b1f72414f9161ecfeccc4bb50f58e9133b
[ "Apache-2.0" ]
permissive
yashen32768/mathlib
191f6113ccd0ef74091c3f5951ae84c0aa85516f
f54463254784b400da2e33dfa58f94775e3de845
refs/heads/master
1,598,060,530,541
1,571,523,082,000
1,571,523,082,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
25,874
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import topology.local_homeomorph /-! # Manifolds A manifold is a topological space M locally modelled on a model space H, i.e., the manifold is covered by op...
c8891afe2667bc90d13a1e7497838e4542f605c8
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/src/Lean/Elab/Tactic/Generalize.lean
1d96484a1f919f53abc5f880e2990375deafd1e0
[ "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
819
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich -/ import Lean.Meta.Tactic.Generalize import Lean.Meta.Check import Lean.Meta.Tactic.Intro import Lean.Elab.Tactic.ElabTerm namespace Lean....
3eebaf2814968e6d317f37c938c10a47cac316e4
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/data/nat/basic.lean
bddb9473f0b2feffabdb8f2006c19928a9b282ed
[ "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
59,670
lean
/- Copyright (c) 2014 Floris van Doorn (c) 2016 Microsoft Corporation. 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 -/ import algebra.order.ring /-! # Basic operations on the natural numbers This fi...
3274adf7871b2c628b867a301a2bbcf4dacf81df
e030b0259b777fedcdf73dd966f3f1556d392178
/library/init/data/sigma/basic.lean
98c3134a90801bc023028f26c006efe41a7ec4de
[ "Apache-2.0" ]
permissive
fgdorais/lean
17b46a095b70b21fa0790ce74876658dc5faca06
c3b7c54d7cca7aaa25328f0a5660b6b75fe26055
refs/heads/master
1,611,523,590,686
1,484,412,902,000
1,484,412,902,000
38,489,734
0
0
null
1,435,923,380,000
1,435,923,379,000
null
UTF-8
Lean
false
false
679
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura, Jeremy Avigad, Floris van Doorn -/ prelude import init.logic init.wf notation `Σ` binders `, ` r:(scoped p, sigma p) := r universe variables u v lemma ex_of...
cf46018a51b6f7e91a37382b0d79b43a98d9efa0
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/order/min_max.lean
73f90ab750dd50d669fd64173bfdb2f070c14260
[ "Apache-2.0" ]
permissive
robertylewis/mathlib
3d16e3e6daf5ddde182473e03a1b601d2810952c
1d13f5b932f5e40a8308e3840f96fc882fae01f0
refs/heads/master
1,651,379,945,369
1,644,276,960,000
1,644,276,960,000
98,875,504
0
0
Apache-2.0
1,644,253,514,000
1,501,495,700,000
Lean
UTF-8
Lean
false
false
7,317
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 order.lattice /-! # `max` and `min` This file proves basic properties about maxima and minima on a `linear_order`. ## Tags min, max -/ universes u v varia...
501b36f5a4268fb6bda872492b9eca872befe91b
9dc8cecdf3c4634764a18254e94d43da07142918
/src/data/analysis/filter.lean
202b4fcd2eadc89803a675c4a6b1460f11e9ac55
[ "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
11,710
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro Computational realization of filters (experimental). -/ import order.filter.cofinite open set filter /-- A `cfilter α σ` is a realization of a filter (base) on `α`, ...
a14b65c42da3949491682c994c9bc39c89ba116e
26bff4ed296b8373c92b6b025f5d60cdf02104b9
/tests/lean/run/vec_inv3.lean
e92290a16e572fb6b3eb33ca9a05d01dab8c04d9
[ "Apache-2.0" ]
permissive
guiquanz/lean
b8a878ea24f237b84b0e6f6be2f300e8bf028229
242f8ba0486860e53e257c443e965a82ee342db3
refs/heads/master
1,526,680,092,098
1,427,492,833,000
1,427,493,281,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
715
lean
import data.nat.basic data.empty data.prod open nat eq.ops prod inductive vector (T : Type) : ℕ → Type := | nil {} : vector T 0 | cons : T → ∀{n}, vector T n → vector T (succ n) set_option pp.metavar_args true set_option pp.implicit true set_option pp.notation false namespace vector variables {A B C : Type} vari...
5e64f0eccc3bdbe89ba3a17a7459778550d8eb35
02005f45e00c7ecf2c8ca5db60251bd1e9c860b5
/src/measure_theory/measurable_space.lean
79ea54d99bf657dea3dc9a9206bd0e324f527cb1
[ "Apache-2.0" ]
permissive
anthony2698/mathlib
03cd69fe5c280b0916f6df2d07c614c8e1efe890
407615e05814e98b24b2ff322b14e8e3eb5e5d67
refs/heads/master
1,678,792,774,873
1,614,371,563,000
1,614,371,563,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
61,618
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 data.set.disjointed import data.set.countable import data.indicator_function import data.equiv.encodable.lattice import data.tprod import order...
5fabfa77362f389d330682cb4db84af9ed9b4695
f3849be5d845a1cb97680f0bbbe03b85518312f0
/library/init/data/num/basic.lean
672118370e8d392192dde12f8a80bf7986de9eba
[ "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
1,780
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.data.bool.basic namespace pos_num protected def mul (a b : pos_num) : pos_num := pos_num.rec_on a b (λ n r, bit0 r + b) (λ n r, b...
f1a29612ef44c03756937d33fb544c8ec1a2f432
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/measure_theory/integrable_on.lean
5add66a331604d39ef015ae849fcfa8105328783
[ "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
19,560
lean
/- Copyright (c) 2021 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import measure_theory.l1_space import analysis.normed_space.indicator_function /-! # Functions integrable on a set and at a filter We define `integra...
f503e5939ce6ac6265da4c72ffa592a57f2cc621
bb31430994044506fa42fd667e2d556327e18dfe
/src/algebra/group_power/lemmas.lean
28338034995b057ec657cedcfaf2117c2c81b878
[ "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
34,200
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.invertible import algebra.group_power.ring import algebra.order.monoid.with_top import data.nat.pow import data.int.cast.lemmas /-! # L...
8f3e7a26baa93d4ddec32648e523d3dfffe92007
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/ring_theory/int/basic.lean
f03522efeb169dd67d9f3c13f5bee731726f43dc
[ "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
14,485
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Jens Wagemaker, Aaron Anderson -/ import algebra.euclidean_domain.basic import data.nat.factors import ring_theory.coprime.basic import ring_theory.principal_ideal_doma...
ece1136d6288b265f81b8fc813971f4106c01364
618003631150032a5676f229d13a079ac875ff77
/src/algebra/associated.lean
f23a9ac18654f0dce67975dfcf89d2d7ffe92e83
[ "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
25,138
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Jens Wagemaker -/ import data.multiset /-! # Associated, prime, and irreducible elements. -/ variables {α : Type*} {β : Type*} {γ : Type*} {δ : Type*} @[simp] theore...
9b259ecc451e9c93b238c7a5ea2d994d6a5a2764
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/monoid_algebra/ideal.lean
c5b235ec0c0db8a9f9442be4f08cbbbe87cf175a
[ "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,795
lean
/- Copyright (c) 2023 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser -/ import algebra.monoid_algebra.division import ring_theory.ideal.basic /-! # Lemmas about ideals of `monoid_algebra` and `add_monoid_algebra` > THIS FILE IS SYNCHRONIZED ...
9fa44a4d9b8954564655a6ea65e2ea126e16e30b
958488bc7f3c2044206e0358e56d7690b6ae696c
/lean/library.lean
839e74314d8afd88e876d502c0f65ea82e31fc00
[]
no_license
possientis/Prog
a08eec1c1b121c2fd6c70a8ae89e2fbef952adb4
d4b3debc37610a88e0dac3ac5914903604fd1d1f
refs/heads/master
1,692,263,717,723
1,691,757,179,000
1,691,757,179,000
40,361,602
3
0
null
1,679,896,438,000
1,438,953,859,000
Coq
UTF-8
Lean
false
false
650
lean
open nat #check succ_ne_zero #check @mul_zero #check @mul_one #check @sub_add_eq_add_sub #check @le_iff_lt_or_eq #check @neg_neg #check pred_succ #check @lt_of_succ_le #check @nat.lt_of_succ_le #check @lt_of_not_ge #check @lt_of_le_of_ne #check @add_lt_add_of_lt_of_le #check @add_le_add_left #check @add_le_add_ri...
046527d3a8efd222101b284ec921f2290f57b8d5
9dc8cecdf3c4634764a18254e94d43da07142918
/src/algebra/lie/submodule.lean
003c52045512544638b5800785d0c3ad0e48c97b
[ "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
38,443
lean
/- Copyright (c) 2021 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash -/ import algebra.lie.subalgebra import ring_theory.noetherian /-! # Lie submodules of a Lie algebra In this file we define Lie submodules and Lie ideals, we construct the l...
6a3daafda4ffb2b7bdfe2f8ee436c2968528a1e4
82e44445c70db0f03e30d7be725775f122d72f3e
/src/topology/algebra/module.lean
0201166f70581ca4bf86514b10509d53bf5aafb4
[ "Apache-2.0" ]
permissive
stjordanis/mathlib
51e286d19140e3788ef2c470bc7b953e4991f0c9
2568d41bca08f5d6bf39d915434c8447e21f42ee
refs/heads/master
1,631,748,053,501
1,627,938,886,000
1,627,938,886,000
228,728,358
0
0
Apache-2.0
1,576,630,588,000
1,576,630,587,000
null
UTF-8
Lean
false
false
58,972
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, Yury Kudryashov -/ import topology.algebra.ring import topology.algebra.mul_action import topology.uniform_space.uniform_embedding imp...
0f9fd777c34bd06dc082281017bf7fe0c11e4a4c
367134ba5a65885e863bdc4507601606690974c1
/src/data/list/palindrome.lean
72a83a97114a4dfbb405f73b63ee82e10b8dde84
[ "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
2,007
lean
/- Copyright (c) 2020 Google LLC. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Wong -/ import data.list.basic open list /-! # Palindromes This module defines *palindromes*, lists which are equal to their reverse. The main result is the `palindrome` inductiv...
2e7ca953cce450a6b1b1093b0af4902904b1f6c3
a7602958ab456501ff85db8cf5553f7bcab201d7
/Notes/Theorem_Proving_in_Lean/Chapter2/2.3.1.lean
e8f49b16aee9bfe8be5452b329605bd129698820
[]
no_license
enlauren/math-logic
081e2e737c8afb28dbb337968df95ead47321ba0
086b6935543d1841f1db92d0e49add1124054c37
refs/heads/master
1,594,506,621,950
1,558,634,976,000
1,558,634,976,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,690
lean
-- 2.3 Function Abstraction and Evaluation -- Given a cartesian pair of some types, we can "extract" the members -- with `.fst` and `.snd`, or `.1` and `.2`, or even `fst var` and -- `snd var`. -- In this section we're going to learn how to create a function -- from another expression, which is called "abstraction". ...
ba32f3768046f5d8fbd47c99ddabc8ee38de17d3
d1a52c3f208fa42c41df8278c3d280f075eb020c
/tests/lean/run/1385.lean
b00a295e987f651fa24777cdb40b1b6f940e8de3
[ "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
897
lean
def S := List Nat constant TSpec : PointedType def T (s : S) : Type := TSpec.type instance (s : S) : Inhabited (T s) := { default := TSpec.val } inductive Op : (ishapes : List S) → (oshape : S) → Type | binary : (shape : S) → Op [shape, shape] shape | gemm : {m n p : Nat} → Op [[m, n], [n, p]] [m, p] def Op....
631e721bc608cefb3b3f7615bfc3331e97c3ac02
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/lake/Lake/Build/Data.lean
79d2579ef4c3c7e6f335e5665721d50156b1ee80
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
5,456
lean
/- Copyright (c) 2022 Mac Malone. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mac Malone -/ import Lake.Build.Key import Lake.Util.Family open Lean namespace Lake -------------------------------------------------------------------------------- /-! ## Build Data Su...
c5a5a6d8d5ae10b7605c85fc0902df0da79f8195
b815abf92ce063fe0d1fabf5b42da483552aa3e8
/library/init/algebra/default.lean
8681a47dea79b1fca4db4781f6783e217ad1bde4
[ "Apache-2.0" ]
permissive
yodalee/lean
a368d842df12c63e9f79414ed7bbee805b9001ef
317989bf9ef6ae1dec7488c2363dbfcdc16e0756
refs/heads/master
1,610,551,176,860
1,481,430,138,000
1,481,646,441,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
291
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.algebra.group init.algebra.ordered_group init.algebra.ring init.algebra.ordered_ring init.algebra.norm_num
0ff6412d52edfe841e8e7869bd20b81ba07c1bb2
957a80ea22c5abb4f4670b250d55534d9db99108
/tests/lean/run/cases_crash1.lean
b24a207027d4bbe3386c92b4cc39d96837d4514b
[ "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
354
lean
open tactic axiom Sorry : ∀ A : Type, A inductive Enum : Type | ea | eb | ec | ed attribute [instance] noncomputable definition Enum_dec_eq : decidable_eq Enum := by do a ← intro `a, cases a, b ← intro `b, cases b, right >> reflexivity, try (do left, h ← intro `H, cases h), repeat $ intros >> ...
0ae84ee0b2dc2644e3033e1db2641efd134b837f
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/algebraic_geometry/stalks.lean
5d6ef3350ff2754798558bc70ced8d5609bd43dd
[]
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,492
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.algebraic_geometry.presheafed_space import Mathlib.topology.sheaves.stalks import Mathlib.P...
f2975323e93c8af4f2090a5cfe1ffd978cb87609
969dbdfed67fda40a6f5a2b4f8c4a3c7dc01e0fb
/src/category_theory/monoidal/End.lean
0b7ef4873ded0c8081267f1692af36ae4b5047e0
[ "Apache-2.0" ]
permissive
SAAluthwela/mathlib
62044349d72dd63983a8500214736aa7779634d3
83a4b8b990907291421de54a78988c024dc8a552
refs/heads/master
1,679,433,873,417
1,615,998,031,000
1,615,998,031,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,518
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.monoidal.functor /-! # Endofunctors as a monoidal category. We give the monoidal category structure on `C ⥤ C`, and show that when `C` itself...
eeaa791d4cef9d132573cc71a948e23df7c3defc
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/inner_product_space/symmetric.lean
19ad96eb1dc3760a00ff32b2d41f71b8a7671dbf
[ "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,687
lean
/- Copyright (c) 2022 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Doll, Frédéric Dupuis, Heather Macbeth -/ import analysis.inner_product_space.basic import analysis.normed_space.banach import linear_algebra.sesquilinear_form /-! # Symmetri...
f7cc52985e4ddf15927f3442a6367e9937f5d3f5
a4673261e60b025e2c8c825dfa4ab9108246c32e
/src/Lean/Meta/SynthInstance.lean
6e336c7046da803d9874645056b44107524ea83a
[ "Apache-2.0" ]
permissive
jcommelin/lean4
c02dec0cc32c4bccab009285475f265f17d73228
2909313475588cc20ac0436e55548a4502050d0a
refs/heads/master
1,674,129,550,893
1,606,415,348,000
1,606,415,348,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
24,801
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Daniel Selsam, Leonardo de Moura Type class instance synthesizer using tabled resolution. -/ import Lean.Meta.Basic import Lean.Meta.Instances import Lean.Meta.LevelDefEq impor...
438ed9c5c3219835d3d8d5f4507b46f78bb32b99
4efff1f47634ff19e2f786deadd394270a59ecd2
/src/category_theory/eq_to_hom.lean
cad1ed6b35c597c3470e9d8496fb6d4203da110e
[ "Apache-2.0" ]
permissive
agjftucker/mathlib
d634cd0d5256b6325e3c55bb7fb2403548371707
87fe50de17b00af533f72a102d0adefe4a2285e8
refs/heads/master
1,625,378,131,941
1,599,166,526,000
1,599,166,526,000
160,748,509
0
0
Apache-2.0
1,544,141,789,000
1,544,141,789,000
null
UTF-8
Lean
false
false
3,445
lean
/- Copyright (c) 2018 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton, Scott Morrison -/ import category_theory.opposites universes v v' u u' -- declare the `v`'s first; see `category_theory.category` for an explanation namespace category_theo...
128447780b3a300c0aad02b8274257692ecb72b2
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/continued_fractions/computation/approximation_corollaries.lean
0e8d5fab9f97a5e641f75e241a7bcfb42ef90f7b
[ "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,105
lean
/- Copyright (c) 2021 Kevin Kappelmann. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Kappelmann -/ import algebra.continued_fractions.computation.approximations import algebra.continued_fractions.convergents_equiv import algebra.order.archimedean import algebra...
6197a5ace0f560c342af918f5f7535a1c16ca9bd
77c5b91fae1b966ddd1db969ba37b6f0e4901e88
/src/topology/path_connected.lean
1972321030a9d72d89722976b7d1edbfdb2cc690
[ "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
33,433
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.unit_interval import topology.algebra.ordered.proj_Icc import topology.continuous_function.basic /-! # Path connectedness ## Main definitions In th...
0afb31197776b71ed3bd4dc72c85a0c6e968194c
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/pkg/frontend/lakefile.lean
96c88a73053fd8675312e87b17ea90b78f2549fc
[ "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
261
lean
import Lake open Lake DSL package frontend @[default_target] lean_lib Frontend lean_exe frontend_with_import2 { root := `Frontend.Main_with_Import2 supportInterpreter := true } lean_exe frontend { root := `Frontend.Main supportInterpreter := true }
831d9ccfa3b6c12c2dcc233cd38b4e23657a1479
63abd62053d479eae5abf4951554e1064a4c45b4
/src/ring_theory/localization.lean
deb2612ede085decc34b8049f3ae0dc427df9e52
[ "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
64,768
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 -/ import data.equiv.ring import group_theory.monoid_localization import ring_theory.algebraic import ring_theory.integral_clos...
e4df26bab6ceb8325d9bdd534aaf7bffe15635ce
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/tests/bench/parser.lean
3560876538c7f401a628d45ede7c930d5681cf21
[ "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
228
lean
import Lean.Parser def main : List String → IO Unit | [fname, n] => do let env ← Lean.mkEmptyEnvironment for _ in [0:n.toNat!] do discard $ Lean.Parser.parseFile env fname | _ => throw $ IO.userError "give file"
fcf635647a4fd2e0c0a50f64e48fa6c4d5315415
66a6486e19b71391cc438afee5f081a4257564ec
/algebra/submodule.hlean
279feedf5d567b71f3f756a14b98d53a2d536b43
[ "Apache-2.0" ]
permissive
spiceghello/Spectral
c8ccd1e32d4b6a9132ccee20fcba44b477cd0331
20023aa3de27c22ab9f9b4a177f5a1efdec2b19f
refs/heads/master
1,611,263,374,078
1,523,349,717,000
1,523,349,717,000
92,312,239
0
0
null
1,495,642,470,000
1,495,642,470,000
null
UTF-8
Lean
false
false
21,053
hlean
/- submodules and quotient modules -/ -- Authors: Floris van Doorn, Jeremy Avigad import .left_module .quotient_group open algebra eq group sigma sigma.ops is_trunc function trunc equiv is_equiv property definition group_homomorphism_of_add_group_homomorphism [constructor] {G₁ G₂ : AddGroup} (φ : G₁ →a G₂) : G...
5c7e607fe31504546e39496b0e29532f68ee7f9c
8b9f17008684d796c8022dab552e42f0cb6fb347
/library/data/uprod.lean
ce978c1a4e38fdad971600672ba4225aaf6ab83e
[ "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,799
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: data.uprod Author: Leonardo de Moura Unordered pairs -/ import data.prod logic.identities algebra.function open prod prod.ops quot function private definition eqv {A : Type} (...
ce65bbd651efbca598500b2c463f68f8a66eb233
97f752b44fd85ec3f635078a2dd125ddae7a82b6
/hott/homotopy/circle.hlean
b5fcce2441e65f5570f5fb3a17c6aa876bd61622
[ "Apache-2.0" ]
permissive
tectronics/lean
ab977ba6be0fcd46047ddbb3c8e16e7c26710701
f38af35e0616f89c6e9d7e3eb1d48e47ee666efe
refs/heads/master
1,532,358,526,384
1,456,276,623,000
1,456,276,623,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,950
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn Declaration of the circle -/ import .sphere import types.bool types.int.hott types.equiv import algebra.homotopy_group algebra.hott .connectedness open eq susp bo...
80ee6a7e2f5350e7e025436860e109c60ffef3e0
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/unfold_crash.lean
45329abfa6c9daf056c9107e2539cbbae29100b9
[ "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
142
lean
import data.nat open nat example (a b : nat) : a = succ b → a = b + 1 := begin intro h, try (unfold succ at h), unfold succ at h end
78f025fcccb52a36c3dbb7f11e2b628aafd80a0c
bdd56e6eb0f467437e368d613de75299495d4054
/src/tactic/omitted.lean
267a3145d42bfcd53f7e5ba6305f53b9f944d465
[]
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
6,769
lean
/- Copyright (c) 2019 Jesse Han. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jesse Han Some goodies for working with `omitted` - `depends_omitted e` checks if `omitted` occurs in `e`. it will unfold one layer of proof terms (e.g. a propositional field of a struc...
e0f5c033d0fd788afe4559b390ffc44b7f102579
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/meta/vm.lean
9e1a322a1ba5b548bd1f9b8254907979a0f9ebd4
[]
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,798
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.tactic import Mathlib.Lean3Lib.init.control.option import Mathlib.Lean3Lib.init.meta.mk_dec_eq_inst...
e7b0d851410a05b72ec80ddc90bbeeb1fc01d6a2
491068d2ad28831e7dade8d6dff871c3e49d9431
/library/algebra/ring_power.lean
1d29c64c1e9128f5f68ddb0db00e4e8eb1315b25
[ "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
4,674
lean
/- Copyright (c) 2015 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad Properties of the power operation in an ordered ring or field. (Right now, this file is just a stub. More soon.) -/ import .group_power .ordered_field open nat namespace...
365f99d12fce35c07be05b10c76d5375b452bb2e
c61b91f85121053c627318ad8fcde30dfb8637d2
/Chapter3/3-6+7.lean
18066f04a095af38db2ff4622f8348e9fb9bc438
[]
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
4,136
lean
namespace andOrCom theorem and_com {p q : Prop} : p ∧ q ↔ q ∧ p := iff.intro (λ h : p ∧ q, and.intro h.right h.left) (λ h : q ∧ p, and.intro h.right h.left) #check and_com lemma or_lem_1 {p q : Prop} : p ∨ q → q ∨ p := λ h : p ∨ q, h.elim (λ hp : p, or.inr hp) (λ hq : q...
a20d2aa0a14cac4b9a8b9b04e424e60c7565155c
f3849be5d845a1cb97680f0bbbe03b85518312f0
/library/tools/super/factoring.lean
7a66b96253f725460bfbe0f7f001c998231700d4
[ "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
1,820
lean
/- Copyright (c) 2016 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause .prover_state .subsumption open tactic expr monad namespace super variable gt : expr → expr → bool meta def inst_lit (c : clause) (i : nat) (e : expr)...
973bf3cf1b72fcdbff2c995d3ff66c81345d5079
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/ring_theory/multiplicity.lean
7f2729e6acdbd45fed5f20f11d741d967f93019c
[ "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
19,673
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis, Chris Hughes -/ import algebra.associated import algebra.big_operators.basic import ring_theory.valuation.basic /-! # Multiplicity of a divisor For a commutative mo...
7739b64824c909dd8187d582050efbc6068a8b72
957a80ea22c5abb4f4670b250d55534d9db99108
/library/data/dlist.lean
4ed2206ef79d8c418fc50a423684440110e5eb42
[ "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
4,476
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ universes u /-- A difference list is a function that, given a list, returns the original contents of the difference list prepended to the given list. This s...
8eb1e46dca1724a0e316dbac41f6b8d8ad778482
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/data/set/countable.lean
b9656c6f94c083a11308c1b9b8dad9cf7a09eede
[ "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
10,539
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.equiv.list import data.set.finite /-! # Countable sets -/ noncomputable theory open function set encodable open classical (hiding some) open_locale cla...
361dddf20fcc94a15d306f7c86ecea30ddf621a2
d450724ba99f5b50b57d244eb41fef9f6789db81
/src/homework/hw3.lean
09e6f81cdd789bfb855f3fa2acbfd9d9386b0243
[]
no_license
jakekauff/CS2120F21
4f009adeb4ce4a148442b562196d66cc6c04530c
e69529ec6f5d47a554291c4241a3d8ec4fe8f5ad
refs/heads/main
1,693,841,880,030
1,637,604,848,000
1,637,604,848,000
399,946,698
0
0
null
null
null
null
UTF-8
Lean
false
false
1,093
lean
/- Prove the following simple logical conjectures. Give a formal and an English proof of each one. Your English language proofs should be complete in the sense that they identify all the axioms and/or theorems that you use. -/ example : true := true.intro example : false := _ -- trick question? why? example : ∀ (...