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
4f917be24a5667d959a858f391aac11f7e28d0d1
82e44445c70db0f03e30d7be725775f122d72f3e
/src/group_theory/submonoid/operations.lean
3c70a1a6d5ba81f62a16e54be2066ba04ee03fa6
[ "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
32,349
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, Kenny Lau, Johan Commelin, Mario Carneiro, Kevin Buzzard, Amelia Livingston, Yury Kudryashov -/ import group_theory.submonoid.basic import data.equiv.mul_add import al...
40497e6a7c535cbc4729e05c8dcb0480ad78569e
4efff1f47634ff19e2f786deadd394270a59ecd2
/src/category_theory/connected.lean
621e27f79bbc4318b2a83f4478dafe788823dce3
[ "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
9,128
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import data.list.chain import category_theory.punit /-! # Connected category Define a connected category as a _nonempty_ category for which every functor to a discrete ...
8cc30cc9df78fa6b178322ef9a6b0725ab4673be
5ae26df177f810c5006841e9c73dc56e01b978d7
/src/topology/stone_cech.lean
87a23914342df5b20dbce7ca3f955606837db924
[ "Apache-2.0" ]
permissive
ChrisHughes24/mathlib
98322577c460bc6b1fe5c21f42ce33ad1c3e5558
a2a867e827c2a6702beb9efc2b9282bd801d5f9a
refs/heads/master
1,583,848,251,477
1,565,164,247,000
1,565,164,247,000
129,409,993
0
1
Apache-2.0
1,565,164,817,000
1,523,628,059,000
Lean
UTF-8
Lean
false
false
11,194
lean
/- Copyright (c) 2018 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton Construction of the Stone-Čech compactification using ultrafilters. Parts of the formalization are based on "Ultrafilters and Topology" by Marius Stekelenburg, particularly ...
31ae6d5f9deba3e0fa02f39043fcf8c110617c87
968e2f50b755d3048175f176376eff7139e9df70
/examples/prop_logic_theory/unnamed_635.lean
4af5ef5609da7dda2f1078027a1fe1379cf33f5c
[]
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
326
lean
variables p q r : Prop -- BEGIN example (h₁ : p → q) (h₂ : q → r) (h₃ : p) : r := begin apply h₂, -- By implication elimination on `h₂`, it suffices to prove `q`. apply h₁, -- By implication elimination on `h₁`, it suffices to prove `p`. exact h₃, -- This follows by reiteration on `h₃`. end -- END
e86ba06af7db0382c7b11f485c98729f79d882c3
63abd62053d479eae5abf4951554e1064a4c45b4
/src/data/num/lemmas.lean
e712dabd37660f848d02cee29e2f789fa7dacd6e
[ "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
50,017
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import data.num.bitwise import data.int.char_zero import data.nat.gcd import data.nat.psub /-! # Properties of the binary representation of integers -/ local ...
c1f0f09c656cfc9a30db5f0405037fab1f605dc0
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/real/conjugate_exponents_auto.lean
0cd19a5fc57aa732e5b073960ffe0123216db977
[]
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,820
lean
/- Copyright (c) 2020 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel, Yury Kudryashov -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.real.ennreal import Mathlib.PostPort universes l namespace M...
9bea22b982217342dbcddd149abd91f0b2acd8ce
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/defaultEliminator.lean
fa67666a91889516cc191ab64ec775e72c62bc2a
[ "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
985
lean
@[eliminator] protected def Nat.recDiag {motive : Nat → Nat → Sort u} (zero_zero : motive 0 0) (succ_zero : (x : Nat) → motive x 0 → motive (x + 1) 0) (zero_succ : (y : Nat) → motive 0 y → motive 0 (y + 1)) (succ_succ : (x y : Nat) → motive x y → motive (x + 1) (y + 1)) (x y : Nat) : motive x y := ...
106fb0e5d187977f064c501d9c6e793efa383472
0f5090f82d527e0df5bf3adac9f9e2e1d81d71e2
/src/apurva/complex_dot_product.lean
a7ec0300227012ac9f9bb1e63f30e8ac7f8f7912
[]
no_license
apurvanakade/mc2020-lean-projects
36eb42c4baccc37183635c36f8e1b3afa4ec1230
02466225aa629ab1232043bcc0a053a099fdb939
refs/heads/master
1,688,791,717,534
1,597,874,092,000
1,597,874,092,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
4,164
lean
import data.complex.basic import data.fintype.basic import data.matrix.basic import linear_algebra.finite_dimensional import .complex_transpose import analysis.normed_space.basic import tactic noncomputable theory open_locale big_operators open_locale matrix universes u v variables {n m : Type u} [fintype n] [fi...
e9db9bb11bfafc3e90a07523121cf55b5ffef461
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Compiler/LCNF/Passes.lean
b4742a6856b0ff2845f0f4e5c88156154bbde306
[ "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
4,369
lean
/- Copyright (c) 2022 Henrik Böving. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Henrik Böving -/ import Lean.Compiler.LCNF.PassManager import Lean.Compiler.LCNF.PullLetDecls import Lean.Compiler.LCNF.CSE import Lean.Compiler.LCNF.Simp import Lean.Compiler.LCNF.Pull...
e0816ea9aea088424ea6f257b5b7a8b08969b6de
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/long_term.lean
ba8e2844deb0b1a21dacdef6c0fb6e4e6c9b17a4
[ "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
350
lean
def long_term := (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1) = (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1+1+1+1+1+1)+ (1+1+1+1...
25d8429a5c8d0cd64b27a610edc31967c95b1767
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/algebra/category/Module/limits.lean
f37d2eeede8a98f13a6ad9211771c87c28e618f8
[ "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
4,427
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.category.Module.basic import algebra.category.Group.limits /-! # The category of R-modules has all limits Further, these limits are preserved by the ...
90e280efc816c8d50783a39009f86c07ce98e39c
fe208a542cea7b2d6d7ff79f94d535f6d11d814a
/src/Logic/question6.lean
2113c3b8499a36bac54581ff3e17a7d93049457d
[]
no_license
ImperialCollegeLondon/M1F_room_342_questions
c4b98b14113fe900a7f388762269305faff73e63
63de9a6ab9c27a433039dd5530bc9b10b1d227f7
refs/heads/master
1,585,807,312,561
1,545,232,972,000
1,545,232,972,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
975
lean
/- Question 6 on John Britnell's handout for M1F group project on 18/10/18. Formalised by Kevin Buzzard, with many thanks to Gabriel Ebner for showing him how to do it. -/ inductive fml | atom (i : ℕ) | imp (a b : fml) | not (a : fml) open fml infixr ` →' `:50 := imp -- right associative prefix `¬' `:4...
04a0258ff94ad6f8e9c47603cc29eb3c102a668e
82e44445c70db0f03e30d7be725775f122d72f3e
/src/analysis/special_functions/bernstein.lean
a939c1f6b8e1bdaae320312b053ed0db0e1d9752
[ "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
12,922
lean
/- Copyright (c) 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import ring_theory.polynomial.bernstein import topology.continuous_function.polynomial /-! # Bernstein approximations and Weierstrass' theorem We prove that the Ber...
9cb33a7a69fd002b7879c25c6fe1c203cf2f5483
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/computability/reduce.lean
8e4c8cc9950375abd003f242cccb3c21f703261a
[ "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
17,528
lean
/- Copyright (c) 2019 Minchao Wu. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Minchao Wu, Mario Carneiro -/ import computability.halting /-! # Strong reducibility and degrees. This file defines the notions of many-one reduction and one-one reduction between sets, ...
3459d1bed7e96ad2185211b702f7bd142a13826e
367134ba5a65885e863bdc4507601606690974c1
/src/geometry/manifold/diffeomorph.lean
af60c088eeb7c27fd00a424a41aa39f5f295a5bc
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
3,942
lean
/- Copyright © 2020 Nicolò Cavalleri. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Nicolò Cavalleri. -/ import geometry.manifold.times_cont_mdiff_map /-! # Diffeomorphisms This file implements diffeomorphisms. ## Definitions * `times_diffeomorph I I' M M' n`: `n`...
59efb99b8f6e7bf92f0d3d72787c9d7fd06161cb
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/algebraic_topology/simplicial_object.lean
71c21b0de39fec581fa2fe79116afe4675bfbe19
[ "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
23,917
lean
/- Copyright (c) 2021 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 algebraic_topology.simplex_category import category_theory.arrow import category_theory.limits.functor_category import category_the...
fc587089256e3bfc036d0f656ea4d387ed1ad1d1
3dc4623269159d02a444fe898d33e8c7e7e9461b
/.github/workflows/project_1_a_decrire/projet_A2/sous_foncteur_droite affine/sous_foncteur.lean
022879597547c283e602883bb5a7d8d8a824d14f
[]
no_license
Or7ando/lean
cc003e6c41048eae7c34aa6bada51c9e9add9e66
d41169cf4e416a0d42092fb6bdc14131cee9dd15
refs/heads/master
1,650,600,589,722
1,587,262,906,000
1,587,262,906,000
255,387,160
0
0
null
null
null
null
UTF-8
Lean
false
false
2,088
lean
import algebra.category.CommRing.basic import algebra.ring import tactic import data.polynomial import algebra.ring import category_theory.types import data.int.basic universes v u open CommRing open is_ring_hom open category_theory open polynomial open int /-- ## The goal is study the set of solution of polynomial eq...
0a14eb23d21fcaa9a8510bf047211ac421184f97
92b50235facfbc08dfe7f334827d47281471333b
/library/data/rat/basic.lean
1c97bc9943cba0cc14c7d5a05c4af836b6b7b816
[ "Apache-2.0" ]
permissive
htzh/lean
24f6ed7510ab637379ec31af406d12584d31792c
d70c79f4e30aafecdfc4a60b5d3512199200ab6e
refs/heads/master
1,607,677,731,270
1,437,089,952,000
1,437,089,952,000
37,078,816
0
0
null
1,433,780,956,000
1,433,780,955,000
null
UTF-8
Lean
false
false
21,126
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad The rational numbers as a field generated by the integers, defined as the usual quotient. -/ import data.int algebra.field open int quot eq.ops record prerat : Type := (n...
31cd6ec4f6b950c51ab240b6f8ee9932998bfcab
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/bad_id.lean
50ef61c6b9316651c635ec663a327490f53f3426
[ "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
71
lean
import data.num definition x.y : nat := 10 definition x.1 :nat := 10
d27501bbeb14234847352b04921a3076c496e6cf
2fbe653e4bc441efde5e5d250566e65538709888
/src/topology/metric_space/hausdorff_distance.lean
6f32c4e018fa81da9231da3d9aadc09ec5627767
[ "Apache-2.0" ]
permissive
aceg00/mathlib
5e15e79a8af87ff7eb8c17e2629c442ef24e746b
8786ea6d6d46d6969ac9a869eb818bf100802882
refs/heads/master
1,649,202,698,930
1,580,924,783,000
1,580,924,783,000
149,197,272
0
0
Apache-2.0
1,537,224,208,000
1,537,224,207,000
null
UTF-8
Lean
false
false
32,434
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Sébastien Gouëzel -/ import topology.metric_space.isometry topology.instances.ennreal topology.metric_space.lipschitz /-! # Hausdorff distance The Hausdorff distance on sub...
dcdff7afbc2e260cd8e1cfce51410becc52c99c1
fecda8e6b848337561d6467a1e30cf23176d6ad0
/src/order/filter/at_top_bot.lean
c75ab4a95bae3a8a8929b2e8e165d9b3f4999cfc
[ "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
41,678
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, Jeremy Avigad, Yury Kudryashov, Patrick Massot -/ import order.filter.bases /-! # `at_top` and `at_bot` filters on preorded sets, monoids and groups. In this file we ...
2732e6bd45588b1838246cd2ba39c5fc88e1c81d
da23b545e1653cafd4ab88b3a42b9115a0b1355f
/src/tidy/rewrite_search/tactic.lean
4afd38d5541ba759ac415d0942862b9031300a73
[]
no_license
minchaowu/lean-tidy
137f5058896e0e81dae84bf8d02b74101d21677a
2d4c52d66cf07c59f8746e405ba861b4fa0e3835
refs/heads/master
1,585,283,406,120
1,535,094,033,000
1,535,094,033,000
145,945,792
0
0
null
null
null
null
UTF-8
Lean
false
false
6,389
lean
-- Copyright (c) 2018 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Keeley Hoek, Scott Morrison import tidy.rewrite_all import .init open interactive interactive.types expr tactic namespace tidy.rewrite_search def how.to_tactic (rule_strings ...
9ad29416c483faa23f20ecf4ce307e07c8687a33
3dc4623269159d02a444fe898d33e8c7e7e9461b
/.github/workflows/geo/src/group_objet/G.lean
ed957c5767c0fdf7293ecaa600985fb86c4a2996
[]
no_license
Or7ando/lean
cc003e6c41048eae7c34aa6bada51c9e9add9e66
d41169cf4e416a0d42092fb6bdc14131cee9dd15
refs/heads/master
1,650,600,589,722
1,587,262,906,000
1,587,262,906,000
255,387,160
0
0
null
null
null
null
UTF-8
Lean
false
false
5,539
lean
import .groupk open category_theory open category_theory.limits open category_theory.category universes v u open Product_stuff namespace GROUP_OBJ structure group_obj (C : Type u)[𝒞 : category.{v} C][has_binary_products.{v} C][has_terminal.{v} C] := (X : C) (μ : X ⨯ X ⟶ X) (inv : X ⟶ X) (ε : T C ⟶ X) (hyp_one_mul :...
22c4e3da7888b15dcf06c6bbee0a044a9378e56c
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/group_theory/perm/basic.lean
c7254e8cd62bd237f98b4547f9532bbf81177721
[]
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
8,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, Mario Carneiro -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.equiv.basic import Mathlib.algebra.group.basic import Mathli...
ac163f46d68d5729c6a7149a5d15dd921a365064
958488bc7f3c2044206e0358e56d7690b6ae696c
/lean/exists.lean
573f5df9accad2c5148fdb2fba0c70fbd2810bde
[]
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
3,425
lean
open nat -- zero_lt_succ lemma L1 : ∃ (n : ℕ), n > 0 := exists.intro 1 (show 1 > 0, from zero_lt_succ 0) lemma L2 : ∃ (n : ℕ), n > 0 := have H : 1 > 0, from zero_lt_succ 0, -- assert (1 > 0) as H in Coq exists.intro 1 H lemma L3 : ∃ (n : ℕ), n > 0 := ⟨1, zero_lt_succ 0⟩ lemma L4 : ∀ (n : ℕ), n > 0 →...
bccfa30094f217abdef2c0e4b5227d4a06d93579
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/src/Lean/Compiler/IR/CompilerM.lean
f251930060e879fedc54ce3d51a87d9751972550
[ "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
4,829
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.Environment import Lean.Compiler.IR.Basic import Lean.Compiler.IR.Format namespace Lean.IR inductive LogEntry | step (cls : Name) (decls : A...
d44dd3fe029d5b9a98b07657402f42f7f975703a
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/linear_algebra/matrix/diagonal.lean
4adf3a8c42c18fd531ef00797a5760562c24ca96
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
2,930
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, Patrick Massot, Casper Putz, Anne Baanen -/ import linear_algebra.matrix.to_lin /-! # Diagonal matrices This file contains some results on the linear map correspondin...
eec1c8c363eba303fc66553591d43af20f7fd15b
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/topology/category/Top/opens.lean
1b246724a5f3ea21fd17b36b0017f02d1a0ac198
[ "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,372
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import topology.opens import category_theory.category.preorder import category_theory.eq_to_hom import topology.category.Top.epi_mono /-! # The category of open sets...
e031783b44c601e35d6e57eca3f60ed46b33f030
367134ba5a65885e863bdc4507601606690974c1
/src/algebra/group/pi.lean
04bdd13c7fa985a82d48146b9b7cc7d3033cb010
[ "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
6,492
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 data.pi import tactic.pi_instances import algebra.group.defs import algebra.group.hom /-! # Pi instances for groups and monoids This file defines in...
b756900a43dae09883c5e9013618f8fb54cd58ba
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/linear_algebra/contraction.lean
107f32aa8ded7d0be26f14a379d05d56d113aad1
[]
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,501
lean
/- Copyright (c) 2020 Oliver Nash. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Oliver Nash -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.linear_algebra.dual import Mathlib.PostPort universes u v namespace Mathlib /-! # Contraction...
f96ce062abba75510a53ba02bd4a19df20cb19dd
1437b3495ef9020d5413178aa33c0a625f15f15f
/category_theory/category.lean
fdbe473ea2fa681ba80eb274f7870134c09e06f7
[ "Apache-2.0" ]
permissive
jean002/mathlib
c66bbb2d9fdc9c03ae07f869acac7ddbfce67a30
dc6c38a765799c99c4d9c8d5207d9e6c9e0e2cfd
refs/heads/master
1,587,027,806,375
1,547,306,358,000
1,547,306,358,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,859
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Stephen Morgan, Scott Morrison, Johannes Hölzl, Reid Barton Defines a category, as a typeclass parametrised by the type of objects. Introduces notations `X ⟶ Y` for the morphism spa...
1c05e015a371ff9436ad4ca8df20ddb65ea32d9a
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/order/ideal.lean
88894aa49b756ca83e14be65122f5a7ff4147178
[ "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
7,003
lean
/- Copyright (c) 2020 David Wärn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Wärn -/ import order.basic import data.equiv.encodable.basic /-! # Order ideals, cofinal sets, and the Rasiowa–Sikorski lemma ## Main definitions Throughout this file, `P` is at l...
08014db2fc80e9cad627365dbd51a5fe22025027
6ae186a0c6ab366b39397ec9250541c9d5aeb023
/src/category_theory/adjunctions/initial.lean
573733a44164302eb3c9d70bff571fd37a0c6d21
[]
no_license
ThanhPhamPhuong/lean-category-theory
0d5c4fe1137866b4fe29ec2753d99aa0d0667881
968a29fe7c0b20e10d8a27e120aca8ddc184e1ea
refs/heads/master
1,587,206,682,489
1,544,045,056,000
1,544,045,056,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
733
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison import category_theory.adjunctions import category_theory.universal.comma_categories open category_theory namespace categories.adjunctions -- PROJECT -- def un...
0b0292155f48990f1aff1590c99f163beb41a482
737dc4b96c97368cb66b925eeea3ab633ec3d702
/stage0/src/Lean/Elab/Tactic/Conv/Rewrite.lean
9f8803b35ca1b8ad86ae441804627c0cf33ebb55
[ "Apache-2.0" ]
permissive
Bioye97/lean4
1ace34638efd9913dc5991443777b01a08983289
bc3900cbb9adda83eed7e6affeaade7cfd07716d
refs/heads/master
1,690,589,820,211
1,631,051,000,000
1,631,067,598,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
951
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.Tactic.Rewrite import Lean.Elab.Tactic.Rewrite import Lean.Elab.Tactic.Conv.Basic namespace Lean.Elab.Tactic.Conv open Meta def evalRewri...
c23183083b910ce76f0b6554f78eb133c5dc8af3
a4673261e60b025e2c8c825dfa4ab9108246c32e
/tests/lean/run/lean3_zulip_issues_1.lean
ec273095cead2976948945f5dbe198458b06a6ad
[ "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
1,264
lean
example : Prop := ∀ n, (n:Nat) + n = n.succ example : Prop := ∀ n, n.succ = (n:Nat) + n example : Prop := ∀ n, (n:Nat) + n.succ = n example : Prop := ∀ n, n.succ + (n:Nat) = n example : Prop := ∀ n, (n.succ:Nat) + n = n example : Prop := ∀ n, (n:Nat).succ + n = n def fib: Nat → Nat | 0 => 0 | 1 => 1 | n + 2 => fib n +...
535f0fd079bb74ffd051273bf1b2e40c7e78ae17
1b8f093752ba748c5ca0083afef2959aaa7dace5
/src/category_theory/homological_algebra/chain_complex.lean
17a0b4cc1d8d5487df7c2361443a40ea9557f7c3
[]
no_license
khoek/lean-category-theory
7ec4cda9cc64a5a4ffeb84712ac7d020dbbba386
63dcb598e9270a3e8b56d1769eb4f825a177cd95
refs/heads/master
1,585,251,725,759
1,539,344,445,000
1,539,344,445,000
145,281,070
0
0
null
1,534,662,376,000
1,534,662,376,000
null
UTF-8
Lean
false
false
2,661
lean
/- Attempting to "live-formalise", from the PhD students reading group meeting on June 24 2018, starting at the beginning of homological algebra. -/ import category_theory.category import category_theory.universal.zero import category_theory.limits.products universes u₁ v₁ u₂ v₂ open category_theory open category_th...
33396a08bba7c80041917af57b0b86f3695a80bc
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/localcoe.lean
e7748e4a240523dcee29871709a08fa4f59914e3
[ "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
229
lean
open nat section inductive NatA := | a : NatA | s : NatA → NatA open NatA definition foo (n : nat) : NatA := nat.rec_on n a (λ n' r, s r) local attribute foo [coercion] check let a : nat := 10 in s a end
9987749692aa3bf81be86334a50d8e3c0af8551d
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Meta/KExprMap.lean
d57b33df7ddd38d0b14f974dd131b8521672c3f0
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
leanprover/lean4
4bdf9790294964627eb9be79f5e8f6157780b4cc
f1f9dc0f2f531af3312398999d8b8303fa5f096b
refs/heads/master
1,693,360,665,786
1,693,350,868,000
1,693,350,868,000
129,571,436
2,827
311
Apache-2.0
1,694,716,156,000
1,523,760,560,000
Lean
UTF-8
Lean
false
false
1,557
lean
/- Copyright (c) 2022 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ import Lean.HeadIndex import Lean.Meta.Basic namespace Lean.Meta /-- A mapping that indentifies definitionally equal expressions. We implement it as a ...
1e89f2c791457fcf56a76bc029459d153ec7b355
9dc8cecdf3c4634764a18254e94d43da07142918
/src/topology/algebra/uniform_convergence.lean
461c976b2f7186474ca6236c558eb7e8559e3cfc
[ "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,856
lean
/- Copyright (c) 2022 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anatole Dedecker -/ import topology.uniform_space.uniform_convergence_topology import topology.algebra.uniform_group /-! # Algebraic facts about the topology of uniform convergence ...
8bca25f15403bf652b44b339789505ddbe150aef
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/limits/cones_auto.lean
e0336f4289b6389ff8c11512ec79cdcb5b1c6b6e
[]
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
38,674
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Stephen Morgan, Scott Morrison, Floris van Doorn -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.const import Mathlib.category_theory.disc...
bd290e973e6f365ad8a488fbc9e21014dd5511d8
b561a44b48979a98df50ade0789a21c79ee31288
/stage0/src/Lean/Meta/Tactic/Simp/Rewrite.lean
b64f5555207ac9b0fbd35d236398b6804e5aa08f
[ "Apache-2.0" ]
permissive
3401ijk/lean4
97659c475ebd33a034fed515cb83a85f75ccfb06
a5b1b8de4f4b038ff752b9e607b721f15a9a4351
refs/heads/master
1,693,933,007,651
1,636,424,845,000
1,636,424,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,134
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.SynthInstance import Lean.Meta.Tactic.Simp.Types namespace Lean.Meta.Simp def synthesizeArgs (lemmaName : Nam...
dcfc2e2e3fae8e565fb7f518164c42ddb08d3c13
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/deprecated/subfield_auto.lean
59d07a277a6eb7b02dc90af22ccd80688c83d6d8
[]
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,067
lean
/- Copyright (c) 2018 Andreas Swerdlow. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Andreas Swerdlow -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.deprecated.subring import Mathlib.algebra.group_with_zero.power import Mathlib.PostPort...
f900081c2c634a335f6cbcd0f309ea302ca87764
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/group_theory/group_action/pi.lean
afae7ce4c1bc232d0d65c34afb013d40be568200
[ "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,724
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.group.pi import group_theory.group_action.defs /-! # Pi instances for multiplicative actions This file defines instances for mul_action and...
098756520f97c16c6a13891f20592e1544493c0e
2a70b774d16dbdf5a533432ee0ebab6838df0948
/_target/deps/mathlib/src/algebra/group/hom.lean
c8c3e5af7f5a65cc4eb655e5a45023b2b748ce8d
[ "Apache-2.0" ]
permissive
hjvromen/lewis
40b035973df7c77ebf927afab7878c76d05ff758
105b675f73630f028ad5d890897a51b3c1146fb0
refs/heads/master
1,677,944,636,343
1,676,555,301,000
1,676,555,301,000
327,553,599
0
0
null
null
null
null
UTF-8
Lean
false
false
35,577
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Kevin Buzzard, Scott Morrison, Johan Commelin, Chris Hughes, Johannes Hölzl, Yury Kudryashov -/ import algebra.group.commute import algebra.group_with_zero.defs /-! ...
240fffbee062ed9b2ac14388074bd6c4d1455736
367134ba5a65885e863bdc4507601606690974c1
/src/data/dfinsupp.lean
6ecd36358d2f2ec370a03d241fd724486b608dac
[ "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
45,140
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Kenny Lau -/ import algebra.module.pi import algebra.big_operators.basic import data.set.finite import group_theory.submonoid.basic /-! # Dependent functions with finite su...
e1c0fd3aef76591c0e9b5b0c9dc61cbe63f4ca00
7cef822f3b952965621309e88eadf618da0c8ae9
/src/topology/local_homeomorph.lean
7dd5435056cf3856aec999afd46e88896521b4d4
[ "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
27,714
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 data.equiv.local_equiv topology.continuous_on topology.homeomorph /-! # Local homeomorphisms This file defines homeomorphisms between open subsets of ...
e95abaca1f433fb3cd7f0a6f56956e567b93d008
fc086f79b20cf002d6f34b023749998408e94fbf
/src/tidy/auto_cast.lean
0d14ebe4eeb70de064afb570c8ae774e57147ac9
[]
no_license
semorrison/lean-tidy
f039460136b898fb282f75efedd92f2d5c5d90f8
6c1d46de6cff05e1c2c4c9692af812bca3e13b6c
refs/heads/master
1,624,461,332,392
1,559,655,744,000
1,559,655,744,000
96,569,994
9
4
null
1,538,287,895,000
1,499,455,306,000
Lean
UTF-8
Lean
false
false
502
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison import tidy.tidy open tactic set_option trace.tidy true @[reducible] def {u} auto_cast {α β : Sort u} {h : α = β} (a : α) := cast h a @[simp] lemma {u} auto_cas...
1a1bebece4136543f3157bcb66efc16cbc706aa8
2c41ae31b2b771ad5646ad880201393f5269a7f0
/Lean/Examples/Parnas/Information_Hiding.lean
a624f1110f5895f2b64c3d9cdc5d8ee630fffb70
[]
no_license
kevinsullivan/Boehm
926f25bc6f1a8b6bd47d333d936fdfc278228312
55208395bff20d48a598b7fa33a4d55a2447a9cf
refs/heads/master
1,586,127,134,302
1,488,252,326,000
1,488,252,326,000
32,836,930
0
0
null
null
null
null
UTF-8
Lean
false
false
6,974
lean
import Examples.Parnas.DesignStructure import SystemModel.System -- This is a model of the example from Parnas 72 import Qualities.Changeable import Examples.Parnas.Shared_Info set_option eqn_compiler.max_steps 256 inductive kwicParameter | computer | corpus | user | line_abs | line_alg | lin...
a54c1ac530729f271cc0413c1a1229cd9f0b3d23
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/nat/parity.lean
5ec996b4dfb0b5bb4cae2f302ef53d03c47ec60d
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
11,118
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Benjamin Davidson -/ import data.nat.modeq import algebra.parity /-! # Parity of natural numbers > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file r...
8dec005de49ce2d04e4762b27776cc316afa86bb
5756a081670ba9c1d1d3fca7bd47cb4e31beae66
/Mathport/Syntax/Translate.lean
55e753c1ebbc9744b02c0aef2de46b74581bf306
[ "Apache-2.0" ]
permissive
leanprover-community/mathport
2c9bdc8292168febf59799efdc5451dbf0450d4a
13051f68064f7638970d39a8fecaede68ffbf9e1
refs/heads/master
1,693,841,364,079
1,693,813,111,000
1,693,813,111,000
379,357,010
27
10
Apache-2.0
1,691,309,132,000
1,624,384,521,000
Lean
UTF-8
Lean
false
false
3,489
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Daniel Selsam -/ import Mathport.Syntax.Translate.Basic import Mathport.Syntax.Translate.Attributes import Mathport.Syntax.Translate.Notation import Mathport.Syn...
d33517055154e3fccad567796eae0e23020db061
46125763b4dbf50619e8846a1371029346f4c3db
/src/data/nat/totient.lean
2c6155d32c6cdc8d088e0f15c0e954a7e46c6cf1
[ "Apache-2.0" ]
permissive
thjread/mathlib
a9d97612cedc2c3101060737233df15abcdb9eb1
7cffe2520a5518bba19227a107078d83fa725ddc
refs/heads/master
1,615,637,696,376
1,583,953,063,000
1,583,953,063,000
246,680,271
0
0
Apache-2.0
1,583,960,875,000
1,583,960,875,000
null
UTF-8
Lean
false
false
3,523
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes -/ import algebra.big_operators data.nat.gcd open finset namespace nat def totient (n : ℕ) : ℕ := ((range n).filter (nat.coprime n)).card localized "notation `φ` := nat....
79f2ea11a579333824e56e2eb5312dd2b36a9e85
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/category/TopCommRing.lean
40d6388467bc26fe0a4381664dd5094ac181d708
[]
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,244
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.algebra.category.CommRing.basic import Mathlib.topology.category.Top.basic import Mathlib.t...
4ae4d484de612b91d4fbf99128dd1ed2d6bbfa60
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/nat/digits.lean
046f13006e9b01313c944389d2f27b126b6a7e35
[ "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
21,799
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Shing Tak Lam, Mario Carneiro -/ import data.int.modeq import data.list.indexes import tactic.interval_cases import tactic.linarith /-! # Digits of a natural number T...
8c367dd10ca75c6366de1709ba652043207f4526
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/tests/lean/run/602.lean
f71fe9e02d01203e4557762c95783939186fb065
[ "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
1,193
lean
class Semiring (α : Type) where add : α → α → α class Ring (α : Type) where add : α → α → α class AddCommMonoid (α : Type) where class AddCommGroup (α : Type) where class Module (α β : Type) [Semiring α] [AddCommMonoid β] where class NormedField (α : Type) where add : α → α → α add_comm : ∀ (x y : α), @Add.add ...
bec0501c7ea91ab63aa49e6b76eab192fc8da1d6
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Elab/Tactic/ElabTerm.lean
bb9d32462d139506b124324bf6eb0c5720712ea4
[ "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
tobiasgrosser/lean4
ce0fd9cca0feba1100656679bf41f0bffdbabb71
ebdbdc10436a4d9d6b66acf78aae7a23f5bd073f
refs/heads/master
1,673,103,412,948
1,664,930,501,000
1,664,930,501,000
186,870,185
0
0
Apache-2.0
1,665,129,237,000
1,557,939,901,000
Lean
UTF-8
Lean
false
false
14,306
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Meta.Tactic.Constructor import Lean.Meta.Tactic.Assert import Lean.Meta.Tactic.Clear import Lean.Meta.Tactic.Rename import Lean.Elab.Tactic.Basi...
2eaad1608f7d0131d495ec303d01897e17a51767
bb31430994044506fa42fd667e2d556327e18dfe
/src/group_theory/perm/cycle/type.lean
1aac2fe826279acf52474c86adec4e3ecd2cbd73
[ "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
28,022
lean
/- Copyright (c) 2020 Thomas Browning. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Thomas Browning -/ import algebra.gcd_monoid.multiset import combinatorics.partition import data.list.rotate import group_theory.perm.cycle.basic import ring_theory.int.basic import ...
192847641a508bf8feb29ed37c102f0d921b381d
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/order/filter/cofinite.lean
fb058508f7ffaf1f3296f848dab7378c3d926777
[ "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
2,293
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, Jeremy Avigad, Yury Kudryashov -/ import order.filter.at_top_bot /-! # The cofinite filter In this file we define `cofinite`: the filter of sets with finite compleme...
d9423d394f3fc6382405bc370c7c68c5ed8d46ed
f3849be5d845a1cb97680f0bbbe03b85518312f0
/tests/lean/meta_wf_error.lean
716e36542577b4c59e75f4a0c8777f1d7e36205a
[ "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
384
lean
def R : (Σ _ : nat, nat) → (Σ _ : nat, nat) → Prop := sigma.lex nat.lt (λ _, empty_relation) def Rwf : well_founded R := sigma.lex_wf nat.lt_wf (λ _, empty_wf) meta def Div : nat → nat → nat | x y := if h : 0 < y ∧ y ≤ x then have x - y < x, from nat.sub_lt (nat.lt_of_lt_of_le h.left h.right) h.left, Div ...
9c2cd63869f939eb756aec24dcba8f6389b068e5
f41725a360d902d3c7939fdf81a5acaf0d0467f0
/src/primitive_element.lean
aae79b1667f580bd13dbabe15fa888ffb7d77cb2
[]
no_license
pglutz/galois_theory
978765d82b7586c21fd719b84b21d5eea030b25d
4561c2c97d4c49377356e1d7a2051dedc87d30ba
refs/heads/master
1,671,472,063,361
1,603,597,360,000
1,603,597,360,000
281,502,125
0
0
null
null
null
null
UTF-8
Lean
false
false
19,048
lean
import adjoin import subfield_stuff import linear_algebra.finite_dimensional import linear_algebra.basic import data.set.finite import field_theory.tower import algebra.gcd_monoid import field_theory.splitting_field import field_theory.separable noncomputable theory local attribute [instance, priority 100] classical.p...
a350d033d9e59207f35e39b78c54d01494b0b34f
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/topology/algebra/ordered/left_right.lean
556c50f356951b43400af4a4e667463392d6c51b
[ "Apache-2.0" ]
permissive
AntoineChambert-Loir/mathlib
64aabb896129885f12296a799818061bc90da1ff
07be904260ab6e36a5769680b6012f03a4727134
refs/heads/master
1,693,187,631,771
1,636,719,886,000
1,636,719,886,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
2,511
lean
/- Copyright (c) 2021 Anatole Dedecker. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anatole Dedecker -/ import topology.continuous_on /-! # Left and right continuity In this file we prove a few lemmas about left and right continuous functions: * `continuous_withi...
07d48abb51eba4bbcaaf21693bc1894ad194854c
6b45072eb2b3db3ecaace2a7a0241ce81f815787
/data/rat.lean
7475eef1e02caa639afca90c2f57ab232d35a2a5
[]
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
15,867
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 Introduces the rational numbers as discrete, linear ordered field. -/ import standard /- linorder -/ section linear_order_cases_on universes u v variables {α : Type ...
5175a12b43bede607c7f5f1be5203e255fd61886
592ee40978ac7604005a4e0d35bbc4b467389241
/Library/generated/mathscheme-lean/MultSemigroup.lean
1dbafa34b5c2f34d07fe9747e45fd53ee666a106
[]
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,216
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 MultSemigroup structure MultSemigroup (A : Type) : Type := (times : (A → (A → A))) (associative_times : (∀ {x y z : A} , (times (times x y) z) = (times x (times...
1b6a4ed90570a96d8a878ab75255bb90dafeefbd
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/order/bounds.lean
b21866f407970364cdb9546c37214e8e62bdd738
[ "Apache-2.0" ]
permissive
ayush1801/mathlib
78949b9f789f488148142221606bf15c02b960d2
ce164e28f262acbb3de6281b3b03660a9f744e3c
refs/heads/master
1,692,886,907,941
1,635,270,866,000
1,635,270,866,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
37,669
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Yury Kudryashov -/ import data.set.intervals.basic /-! # Upper / lower bounds In this file we define: * `upper_bounds`, `lower_bounds` : the set of upper bounds (re...
898fb92fc7419583647735a1f6330345d874ec91
02005f45e00c7ecf2c8ca5db60251bd1e9c860b5
/src/algebra/continued_fractions/computation/correctness_terminating.lean
548191a71e9e2f2d0811d056f675cca72ae59638
[ "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
11,835
lean
/- Copyright (c) 2020 Kevin Kappelmann. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kevin Kappelmann -/ import algebra.continued_fractions.computation.translations import algebra.continued_fractions.terminated_stable import algebra.continued_fractions.continuants_re...
c984aed077d2a3056579bc3d2094384701b5811c
a45212b1526d532e6e83c44ddca6a05795113ddc
/src/topology/algebra/uniform_ring.lean
51c5d227962294da6fc8dc05ab808c197fcaebe7
[ "Apache-2.0" ]
permissive
fpvandoorn/mathlib
b21ab4068db079cbb8590b58fda9cc4bc1f35df4
b3433a51ea8bc07c4159c1073838fc0ee9b8f227
refs/heads/master
1,624,791,089,608
1,556,715,231,000
1,556,715,231,000
165,722,980
5
0
Apache-2.0
1,552,657,455,000
1,547,494,646,000
Lean
UTF-8
Lean
false
false
6,588
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl Theory of topological rings with uniform structure. -/ import topology.algebra.group_completion topology.algebra.ring open classical set lattice filte...
5464850c214a575ef13bd4881d2e2d82d478da16
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/geometry/euclidean/circumcenter.lean
17594c68339b529bdf10e3dcaba768d7daedf9d6
[ "Apache-2.0" ]
permissive
ayush1801/mathlib
78949b9f789f488148142221606bf15c02b960d2
ce164e28f262acbb3de6281b3b03660a9f744e3c
refs/heads/master
1,692,886,907,941
1,635,270,866,000
1,635,270,866,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
38,269
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Joseph Myers -/ import geometry.euclidean.basic import linear_algebra.affine_space.finite_dimensional import tactic.derive_fintype /-! # Circumcenter and circumradius This file proves ...
bf2064be369f68d206f186f1ad17355a830b373e
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/monad/equiv_mon_auto.lean
6abc7129a137fb3485f17c0036d5d89bc6013e28
[]
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,248
lean
/- Copyright (c) 2020 Adam Topaz. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Adam Topaz -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.monad.bundled import Mathlib.category_theory.monoidal.End import Mathlib.category_t...
de7da4e842e5798cfa352e0554132027aba41581
1a61aba1b67cddccce19532a9596efe44be4285f
/hott/cubical/squareover.hlean
21cefa21223756c65d3fceb5e693052ba165756f
[ "Apache-2.0" ]
permissive
eigengrau/lean
07986a0f2548688c13ba36231f6cdbee82abf4c6
f8a773be1112015e2d232661ce616d23f12874d0
refs/heads/master
1,610,939,198,566
1,441,352,386,000
1,441,352,494,000
41,903,576
0
0
null
1,441,352,210,000
1,441,352,210,000
null
UTF-8
Lean
false
false
10,488
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 Squareovers -/ import .square open eq equiv is_equiv equiv.ops namespace eq -- we give the argument B explicitly, because Lean would find (λa, B a) by itself, ...
67db70ea090d554f41d42cf83171c51ccdc6ae80
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/combinatorics/quiver/subquiver.lean
55a4aaea26b281758c0683885f6d53b72bb40b42
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
2,495
lean
/- Copyright (c) 2021 David Wärn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: David Wärn -/ import order.bounded_order import combinatorics.quiver.basic /-! ## Wide subquivers A wide subquiver `H` of a quiver `H` consists of a subset of the edge set `a ⟶ b` for ev...
ecb9b844cb56b83f98983b2fc1edd222daedb3f6
0c1546a496eccfb56620165cad015f88d56190c5
/library/data/vector.lean
5603c4c61e2f0c9721937dc4ccf268ebb854f2c4
[ "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
2,823
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura Tuples are lists of a fixed size. It is implemented as a subtype. -/ import data.list universe variables u v w def vector (α : Type u) (n : ℕ) := { l : list ...
cb670f96650ef0970f631e2e361ac5b44ccdba11
b074a51e20fdb737b2d4c635dd292fc54685e010
/src/tactic/core.lean
6b30da95c3ded7ba405c8d0d5224cf2f856402de
[ "Apache-2.0" ]
permissive
minchaowu/mathlib
2daf6ffdb5a56eeca403e894af88bcaaf65aec5e
879da1cf04c2baa9eaa7bd2472100bc0335e5c73
refs/heads/master
1,609,628,676,768
1,564,310,105,000
1,564,310,105,000
99,461,307
0
0
null
null
null
null
UTF-8
Lean
false
false
38,964
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Simon Hudon, Scott Morrison, Keeley Hoek -/ import data.dlist.basic category.basic meta.expr meta.rb_map tactic.cache namespace expr open tactic attribute [derive has...
3c791c4c8ddaf6dab4818d6cb6650750c0bfd10b
4727251e0cd73359b15b664c3170e5d754078599
/src/linear_algebra/affine_space/slope.lean
9613b06504f49ba6c4db165f54b33f04c7208ca5
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
4,991
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.order.module import linear_algebra.affine_space.affine_map import tactic.field_simp /-! # Slope of a function In this file we define the slop...
61a63cde8d948ee7b7d874e240ff5e82f683b3d3
32317185abf7e7c963f4c67c190aec61af6b3628
/tests/lean/run/class8.lean
47d9d8320a8a8b12ccc18e505574f5275c945fdb
[ "Apache-2.0" ]
permissive
Andrew-Zipperer-unorganized/lean
198a2317f21198cd8d26e7085e484b86277f17f7
dcb35008e1474a0abebe632b1dced120e5f8c009
refs/heads/master
1,622,526,520,945
1,453,576,559,000
1,454,612,842,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,087
lean
import logic data.prod open tactic prod inductive inh [class] (A : Type) : Prop := intro : A -> inh A attribute inh.intro [instance] theorem inh_elim {A : Type} {B : Prop} (H1 : inh A) (H2 : A → B) : B := inh.rec H2 H1 theorem inh_exists {A : Type} {P : A → Prop} (H : ∃x, P x) : inh A := obtain w Hw, from H, inh.in...
69ba02a114fba725825c7f2ebf599134610a2882
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/metric_space/emetric_paracompact.lean
c1dad1d3d4defd6b11be7e2c6ddc1f4e5daf53b2
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
8,558
lean
/- Copyright (c) 202 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov -/ import set_theory.ordinal.basic import topology.metric_space.emetric_space import topology.paracompact /-! # (Extended) metric spaces are paracompact > THIS ...
84d5d2cf8b0d6bda711e128a5614d052821b1ac3
766b82465c89f7c306a9c07004605f5d564fd7f7
/src/game/basic/level02.lean
c20061d42009e4e6f3ccd1427c677685776fb121
[ "Apache-2.0" ]
permissive
stanescuUW/integer-number-game
ca4293a46c51db178f3bdb248118075caf87f582
fced68b04a59ef0f4ea41b5beb2df87e0428c761
refs/heads/master
1,669,860,820,240
1,597,966,427,000
1,597,966,427,000
289,131,361
1
0
null
null
null
null
UTF-8
Lean
false
false
2,103
lean
import data.nat.prime import data.rat.basic import data.real.basic import tactic import game.basic.level01 namespace uwyo -- hide /- # Chapter 1 : Basic facts ## Level 2 In this level you need to prove a slightly different statement of the fact that `sqrt 2` is irrational. This will require you to work more closely...
dedf5a6a4ff657c8e70c2aa96f22442515ef9c9f
e898bfefd5cb60a60220830c5eba68cab8d02c79
/uexp/src/uexp/rules/ex1sigmod92.lean
8586a544328652e92c06845de73fe14e56160d08
[ "BSD-2-Clause" ]
permissive
kkpapa/Cosette
9ed09e2dc4c1ecdef815c30b5501f64a7383a2ce
fda8fdbbf0de6c1be9b4104b87bbb06cede46329
refs/heads/master
1,584,573,128,049
1,526,370,422,000
1,526,370,422,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
3,636
lean
import ..sql import ..tactics import ..u_semiring import ..extra_constants import ..cosette_tactics import ..TDP open Expr open Proj open Pred open SQL variables i1 i20 i85 : const datatypes.int theorem rule : forall (Γ scm_pur scm_itm scm_itp : Schema) (rel_pur : relation scm_pur) (rel_it...
981ef4601d02030b5f3810adecda53e375c1ca9a
957a80ea22c5abb4f4670b250d55534d9db99108
/library/init/data/quot.lean
a7e5dfdf4b3be18a49d07b02907f62fc7be85ee3
[ "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
10,372
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura Quotient types. -/ prelude /- We import propext here, otherwise we would need a quot.lift for propositions. -/ import init.data.sigma.basic init.logic init.pro...
bbf4d98c6a4b2e4bdcce667ebcfd5f62a9c154dd
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/analysis/normed_space/indicator_function.lean
8dc7e9d15c95ecc9f16a781653776760da0f336a
[ "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
1,340
lean
/- Copyright (c) 2020 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov -/ import analysis.normed.group.basic import algebra.indicator_function /-! # Indicator function and norm This file contains a few simple lemmas about `...
134ef910ceec3631e8f9eb0aeed91ac2c2f98632
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/algebra/regular.lean
b0deb0daf01954c2a23af1ddf39c526e69125e46
[ "Apache-2.0" ]
permissive
abentkamp/mathlib
d9a75d291ec09f4637b0f30cc3880ffb07549ee5
5360e476391508e092b5a1e5210bd0ed22dc0755
refs/heads/master
1,682,382,954,948
1,622,106,077,000
1,622,106,077,000
149,285,665
0
0
null
null
null
null
UTF-8
Lean
false
false
12,378
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 algebra.group import algebra.group_power.basic import algebra.iterate_hom /-! # Regular elements We introduce left-regular, right-regular and regular elements....
feb2ad9d2bc82b29c86a45df10eaed1818dedf06
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/algebra/category/Module/filtered_colimits.lean
147ff80344193ad8d4a0c1928779a5574507b32c
[ "Apache-2.0" ]
permissive
AntoineChambert-Loir/mathlib
64aabb896129885f12296a799818061bc90da1ff
07be904260ab6e36a5769680b6012f03a4727134
refs/heads/master
1,693,187,631,771
1,636,719,886,000
1,636,719,886,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,215
lean
/- Copyright (c) 2021 Justus Springer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Justus Springer -/ import algebra.category.Module.basic import algebra.category.CommRing.filtered_colimits /-! # The forgetful functor from `R`-modules preserves filtered colimits. ...
1d90bf90bd1a19fd901d1d341b6dbdd75cfa45da
a19a4fce1e5677f4d20cbfdf60c04b6386ab8210
/hott/cubical/square.hlean
3777f6d2cf4d231626e6dd20d8be1b5f3320a3b4
[ "Apache-2.0" ]
permissive
nthomas103/lean
9c341a316e7d9faa00546462f90a8aa402e17eac
04eaf184a92606a56e54d0d6c8d59437557263fc
refs/heads/master
1,586,061,106,806
1,454,640,115,000
1,454,641,279,000
51,127,143
0
0
null
1,454,648,683,000
1,454,648,683,000
null
UTF-8
Lean
false
false
27,416
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Jakob von Raumer Squares in a type -/ import types.eq open eq equiv is_equiv sigma namespace eq variables {A B : Type} {a a' a'' a₀₀ a₂₀ a₄₀ a₀₂ a₂₂ a₂₄ a₀₄ a₄...
15d48fe0be22548ea93366b550cd79b748555ebb
4727251e0cd73359b15b664c3170e5d754078599
/src/analysis/normed/group/basic.lean
05c587581b6df2728d72d5dff3ca02b2d3330d22
[ "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
50,375
lean
/- Copyright (c) 2018 Patrick Massot. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Patrick Massot, Johannes Hölzl -/ import order.liminf_limsup import topology.algebra.uniform_group import topology.metric_space.algebra import topology.metric_space.isometry import top...
3fdd98eccf311d57c7a7225882e511ce720be846
99b5e6372af1f404777312358869f95be7de84a3
/src/hott/types/nat/basic.lean
afe4bbdeb0da17c37c37f2dec428bb58f045683c
[ "Apache-2.0" ]
permissive
forked-from-1kasper/hott3
8fa064ab5e8c9d6752a783d74ab226ddc5b5232a
2db24de7a361a7793b0eae4ca5c3fd4d4a0fc691
refs/heads/master
1,584,867,131,028
1,530,766,841,000
1,530,766,841,000
139,797,034
0
0
Apache-2.0
1,530,766,961,000
1,530,766,961,000
null
UTF-8
Lean
false
false
10,137
lean
/- Copyright (c) 2014 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. (Ported from standard library) Authors: Floris van Doorn, Leonardo de Moura, Jeremy Avigad Basic operations on the natural numbers. -/ import hott.algebra.ring universes u v w hott_theory na...
b159ddda865ae8cd22498715abf44aead0e4725f
dd4e652c749fea9ac77e404005cb3470e5f75469
/src/missing_mathlib/algebra/group/units.lean
501ab7dc809b018e123eb2d1a0a4706c73c23c5d
[]
no_license
skbaek/cvx
e32822ad5943541539966a37dee162b0a5495f55
c50c790c9116f9fac8dfe742903a62bdd7292c15
refs/heads/master
1,623,803,010,339
1,618,058,958,000
1,618,058,958,000
176,293,135
3
2
null
null
null
null
UTF-8
Lean
false
false
291
lean
import algebra.group.units universe variables u lemma mul_unit_eq_iff_mul_inv_eq {α : Type u} [monoid α] (a b : α) (c : units α) : a * c = b ↔ a = b * (@has_inv.inv (units α) _ c) := by rw [←units.inv_mul_cancel_right b c, units.mul_right_inj, mul_assoc, units.mul_inv, mul_one]
74f42cef5aa27f85c0ce8cc8acf3805942b029e5
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/group_theory/transfer.lean
3bc1bc754c47a2f7fb1a156485060762f587646d
[ "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
10,529
lean
/- Copyright (c) 2022 Thomas Browning. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Thomas Browning -/ import group_theory.complement import group_theory.sylow /-! # The Transfer Homomorphism In this file we construct the transfer homomorphism. ## Main definition...
ee1c8b3871197e610a6b120a8f944d90a1d735c0
0c1546a496eccfb56620165cad015f88d56190c5
/library/init/algebra/ring.lean
998b7f1580dc60fd1a5c8758a2f0af10816d9f6b
[ "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
7,885
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura -/ prelude import init.algebra.group /- Make sure instances defined in this file have lower priority than the ones defined for concrete stru...
893dcfddefbeab2681d5434920390e84fa1f4b1e
26ac254ecb57ffcb886ff709cf018390161a9225
/src/ring_theory/algebra.lean
c5e68d64ab98dab8eecd5b5fbd7a7b068fefe537
[ "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
44,519
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Yury Kudryashov -/ import data.matrix.basic import linear_algebra.tensor_product import ring_theory.subsemiring /-! # Algebra over Commutative Semiring (under category) In this...
a99165a1216bc084d47b6353393c79eadff9ec0d
4727251e0cd73359b15b664c3170e5d754078599
/src/tactic/localized.lean
f33bf775deffe6478f400043ced578c9ae933d10
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
4,567
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 meta.rb_map import tactic.core /-! # Localized notation This consists of two user-commands which allow you to declare notation and commands localized to ...
b0bee12a8e4508c9314f9f06b39a4da2d27a9734
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/src/Lean/Meta/CollectFVars.lean
7ebaab9772b4193befb9f86e1fca59073077ac6a
[ "Apache-2.0" ]
permissive
WojciechKarpiel/lean4
7f89706b8e3c1f942b83a2c91a3a00b05da0e65b
f6e1314fa08293dea66a329e05b6c196a0189163
refs/heads/master
1,686,633,402,214
1,625,821,189,000
1,625,821,258,000
384,640,886
0
0
Apache-2.0
1,625,903,617,000
1,625,903,026,000
null
UTF-8
Lean
false
false
1,402
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Sebastian Ullrich -/ import Lean.Util.CollectFVars import Lean.Elab.Term namespace Lean.Elab.Term open Meta def collectUsedFVars (e : Expr) : StateRefT Coll...
9c2d7fed9d3ad02c938f9edd4818678f306ad60a
99b5e6372af1f404777312358869f95be7de84a3
/src/hott/types/equiv.lean
994fb72559d8ab689160d31cef34b7d3dbaebd7e
[ "Apache-2.0" ]
permissive
forked-from-1kasper/hott3
8fa064ab5e8c9d6752a783d74ab226ddc5b5232a
2db24de7a361a7793b0eae4ca5c3fd4d4a0fc691
refs/heads/master
1,584,867,131,028
1,530,766,841,000
1,530,766,841,000
139,797,034
0
0
Apache-2.0
1,530,766,961,000
1,530,766,961,000
null
UTF-8
Lean
false
false
13,738
lean
/- Copyright (c) 2014 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn Ported from Coq HoTT Theorems about the types equiv and is_equiv -/ import .fiber .arrow ..arity ..prop_trunc ..cubical.square .pointed universes u v w hott_theory ...
2a8a05b174a709aac9ee3e480008ce6a23488b28
94e33a31faa76775069b071adea97e86e218a8ee
/src/topology/metric_space/closeds.lean
bad5ff62afd01860e815ffa478a1c579e58bad2b
[ "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
21,168
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.basic import topology.metric_space.hausdorff_distance import topology.sets.compacts /-! # Closed subsets This file defines the...
0a9a864d41173629d4b417f1e20912b8d4564208
7a097aab717143b13a4a4f8824fe9cfe670a7883
/src/smt2/builder.lean
6476675d8ba3140434afccbb71dc9b9f67c8e423
[ "Apache-2.0" ]
permissive
digama0/smt2_interface
6b3bbc12cb90bd4bc70b07ca86918c1e9ff4ed97
cf516ae4142f33adcf4b272758d63fee37ec9f7d
refs/heads/master
1,611,266,770,453
1,498,177,713,000
1,498,177,713,000
95,167,865
0
0
null
1,498,177,813,000
1,498,177,813,000
null
UTF-8
Lean
false
false
2,901
lean
import .syntax import .except import init.category.transformers @[reducible] def smt2.builder := except_t (state (list smt2.cmd)) string instance smt2.builder.monad : monad smt2.builder := by apply_instance meta def smt2.builder.to_format {α : Type} (build : smt2.builder α) : format := format.join $ list.intersperse...
a91a1200de757bcabf303cbbeb4ce2ed3db6440b
82b86ba2ae0d5aed0f01f49c46db5afec0eb2bd7
/stage0/src/Lean/Elab/PreDefinition/Main.lean
2577f3fd4dfec2a7e2944559f324f453b5621e53
[ "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
3,227
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.Elab.PreDefinition.Basic import Lean.Elab.PreDefinition.Structural import Lean.Elab.PreDefinition.WF namespace Lean.Elab open Meta open Term pr...
c7d821bc4fa3228c716d4c4935fc2696a6c1ec58
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/abelian/projective.lean
2404efdbfe31774b15e448ab7091b3de23b5df15
[ "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
2,648
lean
/- Copyright (c) 2020 Markus Himmel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel, Scott Morrison -/ import category_theory.abelian.exact import category_theory.preadditive.projective_resolution /-! # Abelian categories with enough projectives have pro...
1c4006b75f17a714e8f49eab155bc615924206d5
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/match_pattern1.lean
1b9aa0f0e884f6f60c4bccf63f8add4e2e7c14b8
[ "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
495
lean
open tactic expr set_option pp.all true example (a b c x y : nat) (H : nat.add (nat.add x y) y = 0) : true := by do a ← get_local `a, b ← get_local `b, c ← get_local `c, nat_add : expr ← mk_const `nat.add, p : pattern ← mk_pattern [] [a, b] (app_of_list nat_add [a, b]) [] [app_of_list nat_add [b, a], a, b], ...
dd1cb476610e903e69294a274835705e64f3b08f
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Elab/Tactic/Conv/Delta.lean
60202eb0037190cf21c1eb5a6dfb4a90566c8fa2
[ "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
tobiasgrosser/lean4
ce0fd9cca0feba1100656679bf41f0bffdbabb71
ebdbdc10436a4d9d6b66acf78aae7a23f5bd073f
refs/heads/master
1,673,103,412,948
1,664,930,501,000
1,664,930,501,000
186,870,185
0
0
Apache-2.0
1,665,129,237,000
1,557,939,901,000
Lean
UTF-8
Lean
false
false
583
lean
/- Copyright (c) 2021 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Elab.Tactic.Delta import Lean.Elab.Tactic.Conv.Basic namespace Lean.Elab.Tactic.Conv open Meta @[builtinTactic Lean.Parser.Tactic.Conv.delta] ...
1b1e0c713584a9ead0cdd0c4865cd4e845d99203
5d166a16ae129621cb54ca9dde86c275d7d2b483
/tests/lean/run/simp_match_reducibility_issue.lean
1ea1c8256d884ca2f49ada1f7850273a3f90c5c5
[ "Apache-2.0" ]
permissive
jcarlson23/lean
b00098763291397e0ac76b37a2dd96bc013bd247
8de88701247f54d325edd46c0eed57aeacb64baf
refs/heads/master
1,611,571,813,719
1,497,020,963,000
1,497,021,515,000
93,882,536
1
0
null
1,497,029,896,000
1,497,029,896,000
null
UTF-8
Lean
false
false
607
lean
namespace test universes u v def vector (α : Type u) (n : ℕ) := { l : list α // list.length l = n } namespace vector open subtype list variable {α : Type u} def nil : vector α 0 := ⟨[], rfl⟩ def append {m n : ℕ} : vector α m → vector α n → vector α (m + n) | ⟨v, _⟩ ⟨w, _⟩ := ⟨v ++ w, by abstract {simph}⟩ ...
35d15c45e847e52d613a7400ea620eaada47e08e
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/uniform_space/separation.lean
32fda3d944457859998d8a228249cd4820c35d44
[ "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
19,995
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, Patrick Massot -/ import tactic.apply_fun import topology.uniform_space.basic import topology.separation /-! # Hausdorff properties of uniform spaces. Separation quot...
02200be9fcb087cda1779669d58c3ac90d6cd8ce
d6124c8dbe5661dcc5b8c9da0a56fbf1f0480ad6
/Papyrus/Init.lean
1234373ad22e33253d1a9952445c7a72f02ca08f
[ "Apache-2.0" ]
permissive
xubaiw/lean4-papyrus
c3fbbf8ba162eb5f210155ae4e20feb2d32c8182
02e82973a5badda26fc0f9fd15b3d37e2eb309e0
refs/heads/master
1,691,425,756,824
1,632,122,825,000
1,632,123,075,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,704
lean
namespace Papyrus -- # All Target Initialization /-- Initializes all LLVM supported targets. -/ @[extern "papyrus_init_all_targets"] constant initAllTargets : IO PUnit /-- Initializes all LLVM supported target MCs. -/ @[extern "papyrus_init_all_target_mcs"] constant initAllTargetMCs : IO PUnit /-- Initializes all L...
73a21a0ff71ff3b30586c9861156f5065fc6ffad
367134ba5a65885e863bdc4507601606690974c1
/src/category_theory/monad/algebra.lean
923043ea1934158fb1eaf4230fbc84dd92ecd0e8
[ "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
11,620
lean
/- Copyright (c) 2019 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Bhavik Mehta -/ import category_theory.monad.basic import category_theory.adjunction.basic import category_theory.reflects_isomorphisms /-! # Eilenberg-Moore (co)algeb...