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
67ec6e30706011956302e7de49e290b51952f1ec
798dd332c1ad790518589a09bc82459fb12e5156
/category_theory/examples/topological_spaces.lean
2069f3e47444a363d5bd6c7ca685fe8ef82f4144
[ "Apache-2.0" ]
permissive
tobiasgrosser/mathlib
b040b7eb42d5942206149371cf92c61404de3c31
120635628368ec261e031cefc6d30e0304088b03
refs/heads/master
1,644,803,442,937
1,536,663,752,000
1,536,663,907,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,491
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Patrick Massot, Scott Morrison import category_theory.full_subcategory import analysis.topology.topological_space import analysis.topology.continuity open category_theory unive...
0e05687ef29ee0cc6df56fc58ff157551caf4c63
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch2/ex0401.lean
6434f580e47f8f0fe0864676985a869d102ea497
[]
no_license
Ailrun/Theorem_Proving_in_Lean
ae6a23f3c54d62d401314d6a771e8ff8b4132db2
2eb1b5caf93c6a5a555c79e9097cf2ba5a66cf68
refs/heads/master
1,609,838,270,467
1,586,846,743,000
1,586,846,743,000
240,967,761
1
0
null
null
null
null
UTF-8
Lean
false
false
69
lean
def foo : (ℕ → ℕ) → ℕ := λ f, f 0 #check foo #print foo
a993574f6c41af6446c79789977ca56841f04c1e
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/split1.lean
d3112573453c0ed9285febda74bef30b09dde857
[ "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
553
lean
def f (xs : List Nat) : Nat := match xs with | [] => 1 | [a, b] => (a + b).succ | _ => 2 theorem ex1 (xs : List Nat) (hr : xs.reverse = xs) (ys : Nat) : ys > 0 → f xs > 0 := by simp [f] split next => intro hys; decide next => intro hys; apply Nat.zero_lt_succ next zs n₁ n₂ => intro hys; decide def g...
36afa985ba5febfe1221a9e0ff755e0a6e60c62f
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/nat/dist.lean
800e4e0c6df4c4ef02307674811933ebcd42bec4
[ "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
4,501
lean
/- Copyright (c) 2014 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Jeremy Avigad -/ import data.nat.basic /-! # Distance function on ℕ This file defines a simple distance function on naturals from truncated substraction. -/ nam...
8208a20db39da29457709025f3a6a42240883d58
30b012bb72d640ec30c8fdd4c45fdfa67beb012c
/category_theory/yoneda.lean
95ce9b0b533e8a0c0405aa94f09775312d38ea3f
[ "Apache-2.0" ]
permissive
kckennylau/mathlib
21fb810b701b10d6606d9002a4004f7672262e83
47b3477e20ffb5a06588dd3abb01fe0fe3205646
refs/heads/master
1,634,976,409,281
1,542,042,832,000
1,542,319,733,000
109,560,458
0
0
Apache-2.0
1,542,369,208,000
1,509,867,494,000
Lean
UTF-8
Lean
false
false
5,075
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Scott Morrison /- The Yoneda embedding, as a functor `yoneda : C ⥤ ((Cᵒᵖ) ⥤ (Type v₁))`, along with instances that it is `full` and `faithful`. Also the Yoneda lemma, `yo...
a09a9951b8a9e13cd956a8d59ae17ff064dadf9b
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/setoid/partition.lean
dfba22d23e56c2c5a19776e8941ef7ebc7e49bb4
[ "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
14,848
lean
/- Copyright (c) 2019 Amelia Livingston. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Amelia Livingston, Bryan Gin-ge Chen, Patrick Massot -/ import data.setoid.basic import data.set.lattice /-! # Equivalence relations: partitions This file comprises properties of...
38da054a4b3822ee96fd7d9e1e0393a6ca056b3c
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/fin/ops_auto.lean
b7f8c57edddf21897ccb2733b0fc849848b10199
[]
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,401
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 -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.data.nat.default import Mathlib.Lean3Lib.init.data.fin.basic namespace Mathlib namespace fin protecte...
540d85dd120880b42c4327e3150dae8191d914fc
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/src/Lean/MetavarContext.lean
bb77662da1405e45b357090344948f9b1a762b2a
[ "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
63,796
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Util.MonadCache import Lean.LocalContext namespace Lean /-! The metavariable context stores metavariable declarations and their assignments. I...
28cf427f185e9d2a478789a00914fe0d61a902b5
5ae26df177f810c5006841e9c73dc56e01b978d7
/src/tactic/auto_cases.lean
7c521f007566b99e7715e30d9bf56e15427da5b1
[ "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
1,642
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 logic.basic import tactic.core import data.option.defs open tactic meta def auto_cases_at (h : expr) : tactic string := do t' ← infer_type h, t' ← whnf t',...
371bade82dfbf5c6f43fe338c3de20505f0be311
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/analysis/normed_space/units_auto.lean
083b9e00cf3526765ca08e3ef62410306706cb20
[]
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,120
lean
/- Copyright (c) 2020 Heather Macbeth. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Heather Macbeth -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.analysis.specific_limits import Mathlib.analysis.asymptotics import Mathlib.PostPort uni...
48213fff6a321f8af3d32d54d15437dae2d0e8dc
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/tests/lean/subpp.lean
5f130a344d1a7f359ce626ccc53833c826c27a33
[ "Apache-2.0" ]
permissive
bre7k30/lean
de893411bcfa7b3c5572e61b9e1c52951b310aa4
5a924699d076dab1bd5af23a8f910b433e598d7a
refs/heads/master
1,610,900,145,817
1,488,006,845,000
1,488,006,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
29
lean
-- check {x : nat // x > 0 }
b195523912b0b945a1c945758ded6d25ddab6b1e
77c5b91fae1b966ddd1db969ba37b6f0e4901e88
/src/algebra/gcd_monoid/multiset.lean
01d4c1827a3a00cef7faa918608739af09117fb9
[ "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
5,187
lean
/- Copyright (c) 2020 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson -/ import algebra.gcd_monoid.basic import data.multiset.lattice /-! # GCD and LCM operations on multisets ## Main definitions - `multiset.gcd` - the greatest common d...
25453f4326e191f3a35cf3b19f4700d050d884ae
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/algebra/covariant_and_contravariant.lean
d93372987695b429b4a495eed800f8df575ca262
[ "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
12,011
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.defs import order.basic /-! # Covariants and contravariants This file contains general lemmas and instances to work with the interactions betwe...
0e8c641f69f603ec35b4f7d97d1c73f0cd5d9d08
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/indimp.lean
bc816e7bbfaf1195c04cd4193c16020571d6f210
[ "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
474
lean
prelude definition Prop := Type.{0} inductive nat | zero : nat | succ : nat → nat inductive list (A : Type) | nil {} : list | cons : A → list → list inductive list2 (A : Type) : Type | nil2 {} : list2 | cons2 : A → list2 → list2 inductive and (A B : Prop) : Prop | and_intro : A → B → and inductive cls {T1 : Ty...
e222ce929fff5de119137ef0bc0249fb0d4a0f0f
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/def6.lean
21737075aa1a4e644b922a1da399e0dfbbee9bba
[ "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
839
lean
open Nat inductive BV : Nat → Type | nil : BV 0 | cons : ∀ (n) (hd : Bool) (tl : BV n), BV (succ n) open BV variable (f : Bool → Bool → Bool) def map2 : {n : Nat} → BV n → BV n → BV n | .(0), nil, nil => nil | .(n+1), cons n b1 v1, cons .(n) b2 v2 => cons n (f b1 b2) (map2 v1 v2) theorem ex1 : map2...
4b37da1be7ded1863136f93a04a3c8a7209aa5e2
4727251e0cd73359b15b664c3170e5d754078599
/src/topology/continuous_function/ordered.lean
ce6e88b9f1c1aa371a485df34c3efacd46cd2534
[ "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,657
lean
/- Copyright © 2021 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Shing Tak Lam -/ import topology.algebra.order.proj_Icc import topology.continuous_function.basic /-! # Bundled continuous maps into orders, with order-compatible topol...
15e4beb0eccd80635b395431672df885c9a62643
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/src/Lean/Data/Options.lean
e8f7371935c405b142d0a3aa1b9723f383301d1e
[ "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
5,915
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich and Leonardo de Moura -/ import Lean.ImportingFlag import Lean.Data.KVMap import Lean.Data.NameMap namespace Lean def Options := KVMap def Options.empty : O...
67bba83189120bb27958f515c5d5031e1def8333
94e33a31faa76775069b071adea97e86e218a8ee
/src/analysis/specific_limits/normed.lean
e43964392760d5211acf720de2ecaa3843896a4d
[ "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
30,157
lean
/- Copyright (c) 2020 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anatole Dedecker, Sébastien Gouëzel, Yury G. Kudryashov, Dylan MacKenzie, Patrick Massot -/ import algebra.order.field import analysis.asymptotics.asymptotics import analysis.specif...
90819692e071c103e5858854be470567400b44ef
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/ring2_auto.lean
0594d4d07969e9bf38e65daf7f25cf751ca384f3
[]
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
10,928
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.tactic.ring import Mathlib.data.num.lemmas import Mathlib.data.tree import Mathlib.PostPort...
3acdb7fba8527610413e7cd4190273ebc7d534e9
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/category_theory/sites/types.lean
1ac459a8079c4bf71fdc8612580ab4b9d26709be
[ "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,495
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import category_theory.sites.canonical /-! # Grothendieck Topology and Sheaves on the Category of Types In this file we define a Grothendieck topology on the category of typ...
9239144294e7b4b8b939246fdb93dc1a592515fe
19cc34575500ee2e3d4586c15544632aa07a8e66
/src/analysis/normed_space/operator_norm.lean
ee56bd5da6508f2940a7b19cea43c697e5246891
[ "Apache-2.0" ]
permissive
LibertasSpZ/mathlib
b9fcd46625eb940611adb5e719a4b554138dade6
33f7870a49d7cc06d2f3036e22543e6ec5046e68
refs/heads/master
1,672,066,539,347
1,602,429,158,000
1,602,429,158,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
40,937
lean
/- Copyright (c) 2019 Jan-David Salchow. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jan-David Salchow, Sébastien Gouëzel, Jean Lo -/ import linear_algebra.finite_dimensional import analysis.normed_space.riesz_lemma import analysis.asymptotics /-! # Operator norm o...
0841070c43f35cae99746738620b85b5c85bda2d
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/topology/sheaves/sheaf_of_functions.lean
7c17600cb0b207addaf053a15b3727397325f8bd
[ "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
4,220
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Scott Morrison -/ import topology.sheaves.presheaf_of_functions import topology.sheaves.sheaf_condition.unique_gluing import category_theory.limits.shapes.types import ...
bce85a6ab6fd7cb118cb83b5d3ac92f54bda42e8
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/stage0/src/Lean/Compiler/IR/Checker.lean
0b55cd354f1b98a3950414e4dc6f0b59de2ed884
[ "Apache-2.0" ]
permissive
dupuisf/lean4
d082d13b01243e1de29ae680eefb476961221eef
6a39c65bd28eb0e28c3870188f348c8914502718
refs/heads/master
1,676,948,755,391
1,610,665,114,000
1,610,665,114,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,419
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.Compiler.IR.CompilerM import Lean.Compiler.IR.Format namespace Lean.IR.Checker structure CheckerContext where env : Environment localCtx :...
bba48aca34cd66ec9d8a17178f2cbcb64ab37bc4
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Meta/WHNF.lean
d4cfa085d93825bb31049833bd6c882319d13a11
[ "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
37,672
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.Structure import Lean.Util.Recognizers import Lean.Meta.GetUnfoldableConst import Lean.Meta.FunInfo import Lean.Meta.Match.MatcherInfo import Le...
075f3396e1a0ffb2caf30fd2977c4a2f624c7e67
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/algebra/uniform_group.lean
53f5133dc0a6c3ada91d2d6e62dda249a72b5d93
[]
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
11,680
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.topology.uniform_space.uniform_embedding import Mathlib.topology.uniform_sp...
fec072c7a5ebb80d8c5b8c425c3bcdae75d44dae
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/nat/div_auto.lean
9912663b459e7b3bff8ecd36e2d9b7af42033b81
[]
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,050
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.wf import Mathlib.Lean3Lib.init.data.nat.basic namespace Mathlib namespace nat protected def div (x ...
ee893870da8717717c7a2d43b0246f24f25eba3e
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/stage0/src/Leanpkg.lean
101eb537e885111f7bb7333130c5b274d0bede97
[ "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
8,883
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Sebastian Ullrich -/ import Leanpkg.Resolve import Leanpkg.Git import Leanpkg.Build open System namespace Leanpkg def readManifest : IO Manifest := do let m ...
13c63b9dce08c6c6196285c16adff3fe7c6fbb74
57fdc8de88f5ea3bfde4325e6ecd13f93a274ab5
/analysis/metric_space.lean
c7f86b0a6879473970172fae8348b9b3b3df3bf2
[ "Apache-2.0" ]
permissive
louisanu/mathlib
11f56f2d40dc792bc05ee2f78ea37d73e98ecbfe
2bd5e2159d20a8f20d04fc4d382e65eea775ed39
refs/heads/master
1,617,706,993,439
1,523,163,654,000
1,523,163,654,000
124,519,997
0
0
Apache-2.0
1,520,588,283,000
1,520,588,283,000
null
UTF-8
Lean
false
false
18,422
lean
/- Copyright (c) 2015, 2017 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Metric spaces. Authors: Jeremy Avigad, Robert Y. Lewis, Johannes Hölzl, Mario Carneiro Many definitions and theorems expected on metric spaces are already introduced on uniform spaces an...
1cc5bf36c2419ce58c26ed29fc43d4a1d763b68b
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/linear_algebra/clifford_algebra/grading.lean
5be8b1cf42528566375549c79432c5f78c7b5c37
[ "Apache-2.0" ]
permissive
ramonfmir/mathlib
c5dc8b33155473fab97c38bd3aa6723dc289beaa
14c52e990c17f5a00c0cc9e09847af16fabbed25
refs/heads/master
1,661,979,343,526
1,660,830,384,000
1,660,830,384,000
182,072,989
0
0
null
1,555,585,876,000
1,555,585,876,000
null
UTF-8
Lean
false
false
9,225
lean
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser -/ import linear_algebra.clifford_algebra.basic import data.zmod.basic import ring_theory.graded_algebra.basic /-! # Results about the grading structure of the clifford algeb...
4a0cd0a1aed86cb7a8262d565bbb9771cf807a79
453dcd7c0d1ef170b0843a81d7d8caedc9741dce
/tactic/restate_axiom.lean
9ab2098e68d71bee68837d3b0667322fd22bc5a3
[ "Apache-2.0" ]
permissive
amswerdlow/mathlib
9af77a1f08486d8fa059448ae2d97795bd12ec0c
27f96e30b9c9bf518341705c99d641c38638dfd0
refs/heads/master
1,585,200,953,598
1,534,275,532,000
1,534,275,532,000
144,564,700
0
0
null
1,534,156,197,000
1,534,156,197,000
null
UTF-8
Lean
false
false
1,557
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 data.buffer.parser open lean.parser tactic interactive parser /-- `restate_axiom` takes a structure field, and makes a new, definitionally simplified copy ...
91be2f28091816957ab0aab0121bac6eb938724c
3dc4623269159d02a444fe898d33e8c7e7e9461b
/.github/workflows/project_1_a_decrire/lean-scheme-submission/src/to_mathlib/localization/localization_of_iso.lean
8a07cc46f883ec4fef52526395ff4a796b3fb6b3
[]
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,018
lean
/- If f : A → B has the localization property for a multiplicative S and g : B → C is a bijective ring homomorphism, then (g ∘ f) has the localization property for S too. -/ import algebra.ring import to_mathlib.localization.localization_alt universes u v w noncomputable theory open localization_alt variables ...
1003e0b85e269b51dd0f502a10d288c23a74bdc6
6db8061629f55e774dd3d03be5bf005ffb485e48
/BetterNumLits/OfRadix.lean
d578cad98814ac708413bd93d6894cfd93e3fac5
[]
no_license
tydeu/lean4-betterNumLits
21fd5717d1b62ecb021c73e8cfaa0e3d19005690
45e3b79214b3e1f81f8e034dd12257e993ddc578
refs/heads/master
1,683,103,070,685
1,621,717,131,000
1,621,717,131,000
369,368,844
0
0
null
null
null
null
UTF-8
Lean
false
false
691
lean
import BetterNumLits.Numerals universe u class OfRadix (A : Type u) (radix : Nat) (digits : Array (Fin radix)) where ofRadix : A abbrev ofRadix {A : Type u} (radix : Nat) (digits : Array (Fin radix)) [inst : OfRadix A radix digits] : A := inst.ofRadix @[defaultInstance low] instance {r : Nat} {ds : Array (Fin r...
6ee7f7555491235c16cc74e6962d3026e44dca9d
3dd1b66af77106badae6edb1c4dea91a146ead30
/library/standard/option.lean
3a71480ba220c249ce769269dbd3b19c2fa5d1cc
[ "Apache-2.0" ]
permissive
silky/lean
79c20c15c93feef47bb659a2cc139b26f3614642
df8b88dca2f8da1a422cb618cd476ef5be730546
refs/heads/master
1,610,737,587,697
1,406,574,534,000
1,406,574,534,000
22,362,176
1
0
null
null
null
null
UTF-8
Lean
false
false
361
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 import logic inductive option (A : Type) : Type := | none {} : option A | some : A → option A theorem inhabited_option [instance] (A : Type) : inhabi...
4ed80483792d079ca0fedcf4dc5b7fd71990d409
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/ring_theory/free_comm_ring.lean
f9671090dea3c2034a7b9d92abb93942c807b3ea
[ "Apache-2.0" ]
permissive
gebner/mathlib
eab0150cc4f79ec45d2016a8c21750244a2e7ff0
cc6a6edc397c55118df62831e23bfbd6e6c6b4ab
refs/heads/master
1,625,574,853,976
1,586,712,827,000
1,586,712,827,000
99,101,412
1
0
Apache-2.0
1,586,716,389,000
1,501,667,958,000
Lean
UTF-8
Lean
false
false
15,971
lean
/- Copyright (c) 2019 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Johan Commelin -/ import group_theory.free_abelian_group data.equiv.functor data.mv_polynomial import ring_theory.ideal_operations ring_theory.free_ring noncomputable theory lo...
95c41a776f2101328858aff85f53afa965bf2cfc
a7eef317ddec01b9fc6cfbb876fe7ac00f205ac7
/src/topology/uniform_space/compact_separated.lean
b5fb044b4ad4f93d0872b025a91ebd9467444fbf
[ "Apache-2.0" ]
permissive
kmill/mathlib
ea5a007b67ae4e9e18dd50d31d8aa60f650425ee
1a419a9fea7b959317eddd556e1bb9639f4dcc05
refs/heads/master
1,668,578,197,719
1,593,629,163,000
1,593,629,163,000
276,482,939
0
0
null
1,593,637,960,000
1,593,637,959,000
null
UTF-8
Lean
false
false
10,688
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.uniform_space.separation /-! # Compact separated uniform spaces ## Main statements * `compact_space_uniformity`: On a separated compact uniform spac...
60e550690535b05cb32e5b2f7630e42b69023070
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/algebra/group/units_hom.lean
2b86b48d05952db67d684aed346c2037d7b5c656
[ "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
3,488
lean
/- Copyright (c) 2018 Johan Commelin All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Chris Hughes, Kevin Buzzard -/ import algebra.group.units import algebra.group.hom /-! # Lift monoid homomorphisms to group homomorphisms of their units subgroups. -/ u...
8a165a30e8435139b74ec7bd4f7063c75a72e53a
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/analysis/calculus/fderiv/add.lean
459bb39412abe30e8c268b372482a443003af192
[ "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
23,161
lean
/- Copyright (c) 2019 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Sébastien Gouëzel, Yury Kudryashov -/ import analysis.calculus.fderiv.linear import analysis.calculus.fderiv.comp /-! # Additive operations on derivatives > THIS FILE I...
527994c45351dbd12d3174f0185f2ac47b136338
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/sites/closed_auto.lean
ef48f2ebe730e119c7345e6cb93cbdea929d6039
[]
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
10,289
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.sites.sheaf_of_types import Mathlib.order.closure import Mathlib.PostPort univ...
1dd4f37892964d2fb67fb21b512c25127059a26c
9dc8cecdf3c4634764a18254e94d43da07142918
/src/category_theory/preadditive/functor_category.lean
617fe29b98439cf49e87f3cd407359f4a13d0aa3
[ "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
2,705
lean
/- Copyright (c) 2021 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin -/ import category_theory.preadditive.default /-! # Preadditive structure on functor categories If `C` and `D` are categories and `D` is preadditive, then `C ⥤ D` is ...
833f3230c52bf24b1d1d142091ff2df7f8a93175
e953c38599905267210b87fb5d82dcc3e52a4214
/hott/types/sigma.hlean
75cc004c2c0a87c150d11e5150c209d533dc6438
[ "Apache-2.0" ]
permissive
c-cube/lean
563c1020bff98441c4f8ba60111fef6f6b46e31b
0fb52a9a139f720be418dafac35104468e293b66
refs/heads/master
1,610,753,294,113
1,440,451,356,000
1,440,499,588,000
41,748,334
0
0
null
1,441,122,656,000
1,441,122,656,000
null
UTF-8
Lean
false
false
15,247
hlean
/- Copyright (c) 2014-15 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn Partially ported from Coq HoTT Theorems about sigma-types (dependent sums) -/ import types.prod open eq sigma sigma.ops equiv is_equiv function namespace sigma...
20205c08e32ef67a50c6d0e2460c5eca833c6311
d29d82a0af640c937e499f6be79fc552eae0aa13
/src/group_theory/sylow.lean
7846dc1c9d348386afb02e6d881bae6de8cc5773
[ "Apache-2.0" ]
permissive
AbdulMajeedkhurasani/mathlib
835f8a5c5cf3075b250b3737172043ab4fa1edf6
79bc7323b164aebd000524ebafd198eb0e17f956
refs/heads/master
1,688,003,895,660
1,627,788,521,000
1,627,788,521,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
14,066
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 group_theory.group_action import group_theory.quotient_group import group_theory.order_of_element import data.zmod.basic import data.fintype.card import data.list....
ca2fb7b1993442b49692fdd17ac8c9a631a4ec62
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/ioRandomBytes.lean
7943dffed4ee96d5c5474b295229588f914b9394
[ "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
54
lean
#eval IO.getRandomBytes 0 #eval IO.getRandomBytes 256
bccbe68b10dfb4bea2dddd840672b4ac8d908bc4
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/reassoc_axiom_auto.lean
a3da1f167474c9301559d84152233bc4a69dcdc0
[]
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,417
lean
/- Copyright (c) 2019 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author(s): Simon Hudon -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.category.default import Mathlib.PostPort universes u_1 namespace Mathlib /-...
889a1a8b30adee0c8579ffc03c96da1a8d1a84ae
63abd62053d479eae5abf4951554e1064a4c45b4
/src/set_theory/ordinal.lean
f60747bf6037c0c59d27dde8d603f395fe698bf9
[ "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
56,608
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import set_theory.cardinal /-! # Ordinals Ordinals are defined as equivalences of well-ordered sets under order isomorphism. They are endowed with a total order, whe...
e9f03ec46585d69aa069b1a1ee05d2ab79b73067
7cef822f3b952965621309e88eadf618da0c8ae9
/src/category_theory/limits/shapes/finite_limits.lean
c6706bd92296733e84618ab8cf5cf60e9213250b
[ "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
1,941
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 category_theory.limits.shapes.products import category_theory.discrete_category import data.fintype universes v u open category_theory namespace category_the...
699d5fd5f93df142d633a2cf15e19df31c9578a4
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/lie/cartan_subalgebra.lean
0c1204888eb1a13614b8ca0787638108129acfed
[ "Apache-2.0" ]
permissive
Vierkantor/mathlib
0ea59ac32a3a43c93c44d70f441c4ee810ccceca
83bc3b9ce9b13910b57bda6b56222495ebd31c2f
refs/heads/master
1,658,323,012,449
1,652,256,003,000
1,652,256,003,000
209,296,341
0
1
Apache-2.0
1,568,807,655,000
1,568,807,655,000
null
UTF-8
Lean
false
false
5,457
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.nilpotent /-! # Cartan subalgebras Cartan subalgebras are one of the most important concepts in Lie theory. We define them here. The standard example i...
9617bf37e636074750be84df8cb5d98301c17237
86f6f4f8d827a196a32bfc646234b73328aeb306
/examples/logic/unnamed_342.lean
9d8e5b873635bf4620e2f945680211c5ce4701cc
[]
no_license
jamescheuk91/mathematics_in_lean
09f1f87d2b0dce53464ff0cbe592c568ff59cf5e
4452499264e2975bca2f42565c0925506ba5dda3
refs/heads/master
1,679,716,410,967
1,613,957,947,000
1,613,957,947,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
230
lean
import data.real.basic variables (f g : ℝ → ℝ) -- BEGIN example (mf : monotone f) (mg : monotone g) : monotone (λ x, f x + g x) := begin intros a b aleb, apply add_le_add, apply mf aleb, apply mg aleb end -- END
b097bbefd3cb43c598deda0053b85b76ad6440b9
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/linear_algebra/dimension.lean
f17c68d567b16a03fb9b5ecf79d536e984c838d6
[ "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
53,175
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Johannes Hölzl, Sander Dahmen, Scott Morrison -/ import algebra.module.big_operators import linear_algebra.dfinsupp import linear_algebra.invariant_basis_number import ...
3160b1d241ab308aafcad204d3e5036152659f2f
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch2/ex0501.lean
50599a0b3584a08936fc74a57f35069fa35f6475
[]
no_license
Ailrun/Theorem_Proving_in_Lean
ae6a23f3c54d62d401314d6a771e8ff8b4132db2
2eb1b5caf93c6a5a555c79e9097cf2ba5a66cf68
refs/heads/master
1,609,838,270,467
1,586,846,743,000
1,586,846,743,000
240,967,761
1
0
null
null
null
null
UTF-8
Lean
false
false
127
lean
#check let y := 2 + 2 in y * y #reduce let y := 2 + 2 in y * y def t (x : ℕ) : ℕ := let y := x + x in y * y #reduce t 2
3339ba4f7b570dd5be50e14ed4f05e53442b2e06
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/meta/converter/default.lean
8c8a0a1d5e5c1103096115bde09bbbedca2b32a4
[]
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
357
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura Converter monad for building simplifiers. -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.meta.converter.conv import Mathlib.Lean3Lib.init.meta.convert...
1ab5138ed5356cfed508c2a064fe16c6f1080ea0
d436468d80b739ba7e06843c4d0d2070e43448e5
/src/analysis/normed_space/bounded_linear_maps.lean
d997add83b99b49818a26e1d51a0fefc198566a2
[ "Apache-2.0" ]
permissive
roro47/mathlib
761fdc002aef92f77818f3fef06bf6ec6fc1a28e
80aa7d52537571a2ca62a3fdf71c9533a09422cf
refs/heads/master
1,599,656,410,625
1,573,649,488,000
1,573,649,488,000
221,452,951
0
0
Apache-2.0
1,573,647,693,000
1,573,647,692,000
null
UTF-8
Lean
false
false
14,032
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 Continuous linear functions -- functions between normed vector spaces which are bounded and linear. -/ import algebra.field import analysis.normed_space...
8ab9d2846962d1b8980c9937aaaddd3925240b77
5a8eb1c11f93715e070b588e85f2961065c3714d
/books/theorem-proving-in-lean/ch02-09.lean
598198b7ae0a59b84caf18e15ad171ad03585298
[ "MIT" ]
permissive
luksamuk/study
0e19bf99d33e0793127c3d3f8ad3936fbeb36505
6a9417e071a8624c4cd9db696c16a3abcc430219
refs/heads/master
1,677,960,533,266
1,676,234,529,000
1,676,234,529,000
151,009,060
4
1
MIT
1,676,234,531,000
1,538,343,224,000
C++
UTF-8
Lean
false
false
2,401
lean
namespace hidden universe u constant list : Type u → Type u namespace list constant cons : Π α : Type u, α → list α → list α constant nil : Π α : Type u, list α constant append : Π α : Type u, list α → list α → list α end list end hidden -- Constructing lists of elements of α open hidden.list...
7e22466723a81d48978dfd2aad6139a9b6190849
b7f22e51856f4989b970961f794f1c435f9b8f78
/library/init/simplifier.lean
aa2cdcebb718374dbdc20825ad128040abf96388
[ "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
2,998
lean
/- Copyright (c) 2015 Daniel Selsam. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Daniel Selsam -/ prelude import init.logic namespace simplifier namespace empty end empty namespace prove attribute eq_self_iff_true [simp] end prove namespace unit_simp open eq.ops ...
747e529bc0c09fa43bf9abbb385a638e0eb81a17
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/analysis/convex/strict.lean
566223b0689d88bc8ec84c4d09dc63ab39b24633
[ "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
15,459
lean
/- Copyright (c) 2021 Yaël Dillies. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yaël Dillies -/ import analysis.convex.basic import topology.algebra.order.basic /-! # Strictly convex sets This file defines strictly convex sets. A set is strictly convex if the ope...
228e7ba597bed2bdeb69608aa49fc50f91a4e8d2
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/defeq_match.lean
be7ef2271b788864af1fdcfa7ac0aead73bee4a8
[ "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
201
lean
constants (p : (nat → nat → nat) → Prop) (p_add : p nat.add) -- The failure case we want to avoid is unfolding `nat.add` and not `λ a b, nat.add a b` example : p (λ a b, nat.add a b) := p_add
462d3f8d92ab43d557410547661e74008572c579
77c5b91fae1b966ddd1db969ba37b6f0e4901e88
/src/topology/instances/real.lean
0d160a7537c2c8b0798c997d18723b6766a79879
[ "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
16,924
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import topology.metric_space.basic import topology.algebra.uniform_group import topology.algebra.ring import ring_theory.subring import group_theory.a...
620a575b2f186bca1f65ff85fa5b1b40533041bb
a4673261e60b025e2c8c825dfa4ab9108246c32e
/stage0/src/Init/Classical.lean
4ffe96d6753007cd19b3c4186b9d1d464820e3f7
[ "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
5,400
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 -/ prelude import Init.Core universes u v /- Classical reasoning support -/ namespace Classical axiom choice {α : Sort u} : Nonempty α → α noncomputable d...
6c4bd121209ed49caf4c954bd57444df57db6b49
90bd8c2a52dbaaba588bdab57b155a7ec1532de0
/src/mwe.lean
fec3d43aaeb9dca5a4039d86e06062a3152b27d7
[ "Apache-2.0" ]
permissive
shingtaklam1324/alg-top
fd434f1478925a232af45f18f370ee3a22811c54
4c88e28df6f0a329f26eab32bae023789193990e
refs/heads/master
1,689,447,024,947
1,630,073,400,000
1,630,073,400,000
381,528,689
2
0
null
null
null
null
UTF-8
Lean
false
false
979
lean
import data.real.pi open_locale real example : (⋃ (n : ℤ), set.Ioo (n * (2 * π) - (π / 2) : ℝ) (n * (2 * π) + (π / 2) : ℝ)) ∪ (⋃ (n : ℤ), set.Icc (n * (2 * π) + (π / 2) : ℝ) (n * (2 * π) + (3 * π/2) : ℝ)) = set.univ := begin rw set.eq_univ_iff_forall, intro x, end lemma cos_pos_iff (t : ℝ) : real.cos t > 0 ↔ ...
754192fffe397465e3c2a78322731f5cbfb27ab3
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/limits/shapes/equalizers.lean
70bad5796f345f0892668a921f342ac55c069d93
[]
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
47,352
lean
/- Copyright (c) 2018 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison, Markus Himmel -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.epi_mono import Mathlib.category_theory.limits.limits import...
9e814b30a409a02fa9088425c7557918ca33e177
ad0c7d243dc1bd563419e2767ed42fb323d7beea
/group_theory/subgroup.lean
f6dc640fb03c3a58f2b0fae1f879be352fc57a37
[ "Apache-2.0" ]
permissive
sebzim4500/mathlib
e0b5a63b1655f910dee30badf09bd7e191d3cf30
6997cafbd3a7325af5cb318561768c316ceb7757
refs/heads/master
1,585,549,958,618
1,538,221,723,000
1,538,221,723,000
150,869,076
0
0
Apache-2.0
1,538,229,323,000
1,538,229,323,000
null
UTF-8
Lean
false
false
17,073
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, Mitchell Rowett, Scott Morrison, Johan Commelin, Mario Carneiro -/ import group_theory.submonoid open set function variables {α : Type*} {β : Type*} {a a₁ a₂ b c: α} ...
f36b624510dab2e054981f885c559d5107e4deee
cf39355caa609c0f33405126beee2739aa3cb77e
/leanpkg/leanpkg/lean_version.lean
1fde253823352416f800ac246994ddbba8620fe4
[ "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
726
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Gabriel Ebner -/ namespace leanpkg def lean_version_string_core := let (major, minor, patch) := lean.version in sformat!("{major}.{minor}.{patch}") def lean_version_string := i...
8ee4c8abf85dee2dd9cfb121b7a7cb82bf43d91e
8d65764a9e5f0923a67fc435eb1a5a1d02fd80e3
/src/analysis/convex/caratheodory.lean
e982764c4400e71d4c7b88c1c96203798570e6d3
[ "Apache-2.0" ]
permissive
troyjlee/mathlib
e18d4b8026e32062ab9e89bc3b003a5d1cfec3f5
45e7eb8447555247246e3fe91c87066506c14875
refs/heads/master
1,689,248,035,046
1,629,470,528,000
1,629,470,528,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,886
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Scott Morrison -/ import analysis.convex.basic /-! # Carathéodory's convexity theorem This file is devoted to proving Carathéodory's convexity theorem: The convex hul...
5c5cd0e6e27c4e8abdb8c35d279f0691f2b5d807
88fb7558b0636ec6b181f2a548ac11ad3919f8a5
/library/init/meta/simp_tactic.lean
34760f44310b9c1171334a9aeaaf96933e1d7807
[ "Apache-2.0" ]
permissive
moritayasuaki/lean
9f666c323cb6fa1f31ac597d777914aed41e3b7a
ae96ebf6ee953088c235ff7ae0e8c95066ba8001
refs/heads/master
1,611,135,440,814
1,493,852,869,000
1,493,852,869,000
90,269,903
0
0
null
1,493,906,291,000
1,493,906,291,000
null
UTF-8
Lean
false
false
18,593
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.meta.tactic init.meta.attribute init.meta.constructor_tactic import init.meta.relation_tactics init.meta.occurrences init.meta.quote imp...
d0fd5c9044e839de45f7445c80a64337dc9603bc
9dc8cecdf3c4634764a18254e94d43da07142918
/src/analysis/normed_space/basic.lean
462b1fb9034ba55fd4d1976d131c98aea6c68f37
[ "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
24,861
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 analysis.normed.field.basic import analysis.normed.group.infinite_sum import data.real.sqrt import data.matrix.basic import topology.sequences ...
d8fb8eccbf618287d1fd03adfa8b49a1ea594bb2
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/src/Lean/Util/Constructions.lean
3b384fb98b3763021c23eb47831edc651a70e58a
[ "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,997
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Environment import Lean.MonadEnv namespace Lean @[extern "lean_mk_cases_on"] constant mkCasesOnImp (env : Environment) (declName : @& Name) : ...
c359d26ef5c6dfcdaf7f0dc970e6d09c1d161bb2
d6124c8dbe5661dcc5b8c9da0a56fbf1f0480ad6
/Papyrus/Script/IntegerType.lean
f51f8784b123792a6a640d7e81882dd6a0cdd724
[ "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
3,043
lean
import Lean.Parser import Papyrus.Script.SyntaxUtil import Papyrus.IR.Types namespace Papyrus.Script -- # Matcher partial def isDecimalTail (str : String) (i : String.Pos) : Bool := if str.atEnd i then true else if (str.get i).isDigit then isDecimalTail str (str.next i) else false def isDecimal (str : String)...
392796485650a8b5fb8a6848bc3558007550e6fd
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/measure_theory/integral/riesz_markov_kakutani.lean
6b25ad04cfa052df9d21d092426d9f0735fc6674
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
5,125
lean
/- Copyright (c) 2022 Jesse Reimann. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jesse Reimann, Kalle Kytölä -/ import topology.continuous_function.bounded import topology.sets.compacts /-! # Riesz–Markov–Kakutani representation theorem > THIS FILE IS SYNCHRONIZE...
ec194282732d5e6930a853fbf7cb48e07a0539e3
6950a6e5cebf75da9b91f42789baf52514655111
/hol/datastructures_hol.lean
74f98d8dfb91bd29840b27fcd9ba9eafa57117a7
[]
no_license
phlippe/Lean_hammer
a6d0a1af09fbce0c58b801032099b9b91d49ecf0
2116279b9c6b334f5b661e4abf4561368cca2391
refs/heads/master
1,587,486,769,513
1,561,466,931,000
1,561,466,931,000
169,705,506
0
1
null
1,550,228,564,000
1,549,614,939,000
Lean
UTF-8
Lean
false
false
13,167
lean
meta mutual inductive holtype, holterm with holtype : Type | o : holtype -- Boolean (predefined TFF $o) | i : holtype -- Individual (predefined TFF $i, default type) | int : holtype -- Individual (predefined TFF $int, integer) | rat : holtype -- Individual (predefined TFF $rat, rational numbers) | real : holtype -- I...
7f50e9c2e69bdc124a4f29a5db6c2d13c1ad7327
856e2e1615a12f95b551ed48fa5b03b245abba44
/src/data/nat/digits.lean
4082758e5f8e22f90307dffe3308b0bb5c6e70e3
[ "Apache-2.0" ]
permissive
pimsp/mathlib
8b77e1ccfab21703ba8fbe65988c7de7765aa0e5
913318ca9d6979686996e8d9b5ebf7e74aae1c63
refs/heads/master
1,669,812,465,182
1,597,133,610,000
1,597,133,610,000
281,890,685
1
0
null
1,595,491,577,000
1,595,491,576,000
null
UTF-8
Lean
false
false
15,902
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 data.int.modeq import tactic.interval_cases import tactic.linarith /-! # Digits of a natural number This provides a basic API for extracting the digits of a ...
81b682f0779875d1a4bebd73cbfc948fcea98236
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/field_theory/perfect_closure.lean
3921be78a35e2ee46ef7f2b283256e5f150c83a4
[ "Apache-2.0" ]
permissive
vaibhavkarve/mathlib
a574aaf68c0a431a47fa82ce0637f0f769826bfe
17f8340912468f49bdc30acdb9a9fa02eeb0473a
refs/heads/master
1,621,263,802,637
1,585,399,588,000
1,585,399,588,000
250,833,447
0
0
Apache-2.0
1,585,410,341,000
1,585,410,341,000
null
UTF-8
Lean
false
false
16,665
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Kenny Lau The perfect closure of a field. -/ import algebra.char_p universes u v /-- A perfect field is a field of characteristic p that has p-th root. -/ class perfect_field (α : Type u...
17566cc4d4aaef66808fe3baf217af131b1ef130
4727251e0cd73359b15b664c3170e5d754078599
/src/topology/continuous_function/zero_at_infty.lean
252957f0c600094eef93c0715accb491f1a00d64
[ "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
22,502
lean
/- Copyright (c) 2022 Jireh Loreaux. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jireh Loreaux -/ import topology.continuous_function.bounded import topology.continuous_function.cocompact_map /-! # Continuous functions vanishing at infinity The type of continuous ...
42820983f1657bb71a200b4c602a294a7ae50c78
618003631150032a5676f229d13a079ac875ff77
/src/dynamics/fixed_points.lean
58f676c38a977175d2b26ec9f5a450a8d7c5e229
[ "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
4,941
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import data.set.function import logic.function.iterate /-! # Fixed points of a self-map In this file we define * the predicate `is_fixed_pt f x := f x = x`; * th...
b48694ba4fe104f1c00afe155bdbdaa4f234e86c
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/module/prod.lean
3f5d9ca458169fd4ce19af392c35f99069e7b4c4
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
1,871
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, Eric Wieser -/ import algebra.module.basic import group_theory.group_action.prod /-! # Prod instances for module and multiplicative actions > THIS FILE IS S...
ea5cd618d251e2d83a9ee4911bb205fa6fbdb747
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/ring_theory/algebra_operations.lean
969f68f4b7db54b3a8a2750b601f06a26b16e988
[ "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
11,538
lean
/- Copyright (c) 2019 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import ring_theory.algebra /-! # Multiplication and division of submodules of an algebra. An interface for multiplication and division of sub-R-modules of an R-algebra A is d...
abd04dfe04db18f4382dd34c21a8281eee5e522b
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Meta/Tactic/Simp/Rewrite.lean
c52516accc12f1a6b1928b45c0dca87de2ea562a
[ "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
11,477
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.ACLt import Lean.Meta.Match.MatchEqsExt import Lean.Meta.AppBuilder import Lean.Meta.SynthInstance import Lean.Meta.Tactic.Simp.Types impor...
67f05d33bc77c4be500fec344446ee084d97db7a
36c7a18fd72e5b57229bd8ba36493daf536a19ce
/hott/init/logic.hlean
bfeb4bf3cd973449e78c85966cf97c42090499e4
[ "Apache-2.0" ]
permissive
YHVHvx/lean
732bf0fb7a298cd7fe0f15d82f8e248c11db49e9
038369533e0136dd395dc252084d3c1853accbf2
refs/heads/master
1,610,701,080,210
1,449,128,595,000
1,449,128,595,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
14,902
hlean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura, Floris van Doorn -/ prelude import init.reserved_notation open unit /- not -/ definition not [reducible] (a : Type) := a → empty prefix ¬ := not definitio...
e63b553818fafd18aaa09b31ff60a51f73b9fb4f
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/field_theory/fixed.lean
afb8a7d4b910250b551bee57084e0e51eaf30eba
[ "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
12,503
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import algebra.polynomial.group_ring_action import deprecated.subfield import field_theory.normal import field_theory.separable import field_theory.tower import ring_theory.po...
eaf5b0705f200b14f44c6f9190bddbecd07df3e1
c777c32c8e484e195053731103c5e52af26a25d1
/src/analysis/analytic/radius_liminf.lean
bd745bebaee509c268e2af0c344bbb4dff70c19b
[ "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,501
lean
/- Copyright (c) 2020 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import analysis.analytic.basic import analysis.special_functions.pow /-! # Representation of `formal_multilinear_series.radius` as a `liminf` In this file we prov...
a0bafa2b0463d1a8c5cd2880a9644907fe573347
9028d228ac200bbefe3a711342514dd4e4458bff
/src/data/multiset/basic.lean
24efa4ecbdd36590062010ee7e31f84f594eecf8
[ "Apache-2.0" ]
permissive
mcncm/mathlib
8d25099344d9d2bee62822cb9ed43aa3e09fa05e
fde3d78cadeec5ef827b16ae55664ef115e66f57
refs/heads/master
1,672,743,316,277
1,602,618,514,000
1,602,618,514,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
86,927
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import data.list.perm import algebra.group_power /-! # Multisets These are implemented as the quotient of a list by permutations. ## Notation We define the ...
f4fef0aeea8f11ef5e3ed37d1993a7fa5f9b689c
86f6f4f8d827a196a32bfc646234b73328aeb306
/examples/basics/unnamed_547.lean
64c63fc8ce5cfcda17d9e3f2c8b24f709f6c3a30
[]
no_license
jamescheuk91/mathematics_in_lean
09f1f87d2b0dce53464ff0cbe592c568ff59cf5e
4452499264e2975bca2f42565c0925506ba5dda3
refs/heads/master
1,679,716,410,967
1,613,957,947,000
1,613,957,947,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
348
lean
import tactic variables (R : Type*) [comm_ring R] variables a b c d : R example : (c * b) * a = b * (a * c) := by ring example : (a + b) * (a + b) = a * a + 2 * (a * b) + b * b := by ring example : (a + b) * (a - b) = a^2 - b^2 := by ring example (hyp : c = d * a + b) (hyp' : b = a * d) : c = 2 * a * d := begin ...
dfc3efc20be17b6466f55a8131752302afc389e6
64874bd1010548c7f5a6e3e8902efa63baaff785
/tests/lean/run/tactic28.lean
5c70900a561ea5aeb8100bd1e03470f22a2c8a69
[ "Apache-2.0" ]
permissive
tjiaqi/lean
4634d729795c164664d10d093f3545287c76628f
d0ce4cf62f4246b0600c07e074d86e51f2195e30
refs/heads/master
1,622,323,796,480
1,422,643,069,000
1,422,643,069,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
814
lean
import logic data.num open tactic inhabited namespace foo inductive sum (A : Type) (B : Type) : Type := inl : A → sum A B, inr : B → sum A B theorem inl_inhabited {A : Type} (B : Type) (H : inhabited A) : inhabited (sum A B) := inhabited.destruct H (λ a, inhabited.mk (sum.inl B a)) theorem inr_inhabited (A : Type)...
f5820c6c9cd2439b6dd9bb9d1ec0c671f38eaf5a
5412d79aa1dc0b521605c38bef9f0d4557b5a29d
/tests/lean/holeErrors.lean
d6be4d745252d26ce02c843d58526be8b3e2d30b
[ "Apache-2.0" ]
permissive
smunix/lean4
a450ec0927dc1c74816a1bf2818bf8600c9fc9bf
3407202436c141e3243eafbecb4b8720599b970a
refs/heads/master
1,676,334,875,188
1,610,128,510,000
1,610,128,521,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
150
lean
def f1 := id def f2 : _ := id def f3 := let x := id; x def f4 (x) := x def f5 (x : _) := x def f6 := fun x => x def f7 := let rec x := id; 10
38ff58519429de01b1197d8f14dfd00b5a5d1c3f
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/combinatorics/configuration.lean
045dc0b38b4bb567d77b7ea66312f8cd8450151c
[ "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,710
lean
/- Copyright (c) 2021 Thomas Browning. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Thomas Browning -/ import algebra.big_operators.order import combinatorics.hall.basic import data.fintype.big_operators import set_theory.cardinal.finite /-! # Configurations of Poin...
a79179bf6947b8413c609f4fbc9f7ac8ca98760a
37da0369b6c03e380e057bf680d81e6c9fdf9219
/hott/types/pointed.hlean
08ad9c7c38090289c413ee714f9695bc7b746f9f
[ "Apache-2.0" ]
permissive
kodyvajjha/lean2
72b120d95c3a1d77f54433fa90c9810e14a931a4
227fcad22ab2bc27bb7471be7911075d101ba3f9
refs/heads/master
1,627,157,512,295
1,501,855,676,000
1,504,809,427,000
109,317,326
0
0
null
1,509,839,253,000
1,509,655,713,000
C++
UTF-8
Lean
false
false
47,601
hlean
/- Copyright (c) 2014-2016 Jakob von Raumer. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jakob von Raumer, Floris van Doorn Early library ported from Coq HoTT, but greatly extended since. The basic definitions are in init.pointed See also .pointed2 -/ import .nat...
1dbdcb41eed9996be06fdf2fe5d54d240dd85d87
64874bd1010548c7f5a6e3e8902efa63baaff785
/tests/lean/run/nat_bug4.lean
5aca421c3cd03e9476e186d0adf44935e163d60e
[ "Apache-2.0" ]
permissive
tjiaqi/lean
4634d729795c164664d10d093f3545287c76628f
d0ce4cf62f4246b0600c07e074d86e51f2195e30
refs/heads/master
1,622,323,796,480
1,422,643,069,000
1,422,643,069,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
486
lean
import logic open eq.ops namespace experiment inductive nat : Type := zero : nat, succ : nat → nat namespace nat definition add (x y : nat) : nat := nat.rec x (λn r, succ r) y infixl `+` := add definition mul (n m : nat) := nat.rec zero (fun m x, x + n) m infixl `*` := mul axiom mul_succ_right (n m : nat) : n * succ m...
58d602a9030622dabe21d6b673b2e07559bd5580
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/lie/universal_enveloping.lean
b9a3dbd8834e036e2b9548249dda031ad0eba574
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
5,703
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 algebra.lie.of_associative import algebra.ring_quot import linear_algebra.tensor_algebra.basic /-! # Universal enveloping algebra > THIS FILE IS SYNCHRONIZED WITH ...
dab3f7844b8720d095f059b98f7ce6c0906bc480
4fa161becb8ce7378a709f5992a594764699e268
/src/group_theory/subgroup.lean
5fdcb1593d1ba1443464737ef402e4c09e442fae
[ "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
38,772
lean
/- Copyright (c) 2020 Kexing Ying. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kexing Ying -/ import group_theory.submonoid /-! # Subgroups This file defines multiplicative and additive subgroups as an extension of submonoids, in a bundled form (unbundled subgroup...
bbed9ad43daf1bcf5eb575188c745691c97c08ff
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/tests/lean/343.lean
c2a3500f8bb759e9b1125a27496fa133712dd4c5
[ "Apache-2.0" ]
permissive
collares/lean4
861a9269c4592bce49b71059e232ff0bfe4594cc
52a4f535d853a2c7c7eea5fee8a4fa04c682c1ee
refs/heads/master
1,691,419,031,324
1,618,678,138,000
1,618,678,138,000
358,989,750
0
0
Apache-2.0
1,618,696,333,000
1,618,696,333,000
null
UTF-8
Lean
false
false
618
lean
structure CatIsh where Obj : Type o Hom : Obj → Obj → Type m infixr:75 " ~> " => (CatIsh.Hom _) structure FunctorIsh (C D : CatIsh) where onObj : C.Obj → D.Obj onHom : ∀ {s d : C.Obj}, (s ~> d) → (onObj s ~> onObj d) def Catish : CatIsh := { Obj := CatIsh Hom := FunctorIsh } universes m o unif_h...
cfa51fb0c578a7cba370581806f57c9803a63bb0
367134ba5a65885e863bdc4507601606690974c1
/src/combinatorics/pigeonhole.lean
6d7fa053aee66b4588e1a0ec06552cff11b0b41b
[ "Apache-2.0" ]
permissive
kodyvajjha/mathlib
9bead00e90f68269a313f45f5561766cfd8d5cad
b98af5dd79e13a38d84438b850a2e8858ec21284
refs/heads/master
1,624,350,366,310
1,615,563,062,000
1,615,563,062,000
162,666,963
0
0
Apache-2.0
1,545,367,651,000
1,545,367,651,000
null
UTF-8
Lean
false
false
18,910
lean
/- Copyright (c) 2020 Kyle Miller. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kyle Miller, Yury Kudryashov -/ import data.fintype.basic import algebra.big_operators.order /-! # Pigeonhole principles Given pigeons (possibly infinitely many) in pigeonholes, the pig...
976aa53fc9d999890ae983f58719106112a0dbee
d436468d80b739ba7e06843c4d0d2070e43448e5
/src/algebra/big_operators.lean
28b0f73bd19c685fea46d81ebc8acb1f1f599dec
[ "Apache-2.0" ]
permissive
roro47/mathlib
761fdc002aef92f77818f3fef06bf6ec6fc1a28e
80aa7d52537571a2ca62a3fdf71c9533a09422cf
refs/heads/master
1,599,656,410,625
1,573,649,488,000
1,573,649,488,000
221,452,951
0
0
Apache-2.0
1,573,647,693,000
1,573,647,692,000
null
UTF-8
Lean
false
false
35,036
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 Some big operators for lists and finite sets. -/ import tactic.tauto data.list.basic data.finset data.nat.enat import algebra.group algebra.ordered_group algebra.group_...
43750d3c977462a51016f20117f7dee0c4a5e38b
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/tests/lean/elab_error_recovery.lean
73035b3358a03a947b4164b76b447a98a6b3d955
[ "Apache-2.0" ]
permissive
bre7k30/lean
de893411bcfa7b3c5572e61b9e1c52951b310aa4
5a924699d076dab1bd5af23a8f910b433e598d7a
refs/heads/master
1,610,900,145,817
1,488,006,845,000
1,488,006,845,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
431
lean
def half_baked : ℕ → ℕ | 3 := 2 -- type mismatches | 0 := 1 + "" -- placeholders | 5 := _ + 4 -- missing typeclass instances | 42 := if 2 ∈ 3 then 3 else _ -- exceptions during tactic evaluation | 7 := by do undefined -- nested elaboration errors | _ := begin exact [] end print half_baked._main eval half_bake...
c75667cf26cacb1bc292ba4d96fe3763aff087ab
4727251e0cd73359b15b664c3170e5d754078599
/src/logic/relator.lean
30aa8a5230e811e82bcb2011ab2eb2329435b06a
[ "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
3,459
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 Relator for functions, pairs, sums, and lists. -/ import logic.basic namespace relator universes u₁ u₂ v₁ v₂ /- TODO(johoelzl): * should we introduce relators of da...
bb9469df6d28522e1331dfd4b89d55e8e797eb3f
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/stage0/src/Lean/Meta/Transform.lean
240404de191706fb1666a7deb58cc4d57ff696ab
[ "Apache-2.0" ]
permissive
collares/lean4
861a9269c4592bce49b71059e232ff0bfe4594cc
52a4f535d853a2c7c7eea5fee8a4fa04c682c1ee
refs/heads/master
1,691,419,031,324
1,618,678,138,000
1,618,678,138,000
358,989,750
0
0
Apache-2.0
1,618,696,333,000
1,618,696,333,000
null
UTF-8
Lean
false
false
6,015
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.Basic namespace Lean inductive TransformStep where | done (e : Expr) | visit (e : Expr) namespace Core /-- Tranform the expressi...
a7e321200cd11dc927910ad75ce937b328bb0f45
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Lean/Meta/Basic.lean
9a76d867f2867978af21a84ac0cfc6391ae80667
[ "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
44,522
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.Data.LOption import Lean.Environment import Lean.Class import Lean.ReducibilityAttrs import Lean.Util.Trace import Lean.Util.RecDepth import Lea...
3d094aeeb0894bff20d96c7ed8e2069e9489ae46
2eab05920d6eeb06665e1a6df77b3157354316ad
/src/linear_algebra/multilinear/basic.lean
4a6579eddb72a12751028e1605a9b85a3f3b4f6c
[ "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
52,298
lean
/- Copyright (c) 2020 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import linear_algebra.basic import algebra.algebra.basic import algebra.big_operators.order import algebra.big_operators.ring import data.fintype.card import da...
9726c124ad175f03d0b676e841849dfc8df9585d
367134ba5a65885e863bdc4507601606690974c1
/test/examples.lean
840e18667b04ba734c97fc12aa8057840d2b454d
[ "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,149
lean
import tactic /-! ## Miscellaneous examples Please don't add further content to this file; it too easily becomes a grab bag of forgotten arcana. Tactics should have their own file in the `test/` directory. Examples verifying correct behaviour of simp sets or instances belong in `src/` near the definitions. TODO: r...
661640f1404d7a4b95c936478d7231f3ed9899ef
94637389e03c919023691dcd05bd4411b1034aa5
/src/inClassNotes/excluded_middle.lean
71831fcc9e4bd5aa2546ff9df95744d3647013eb
[]
no_license
kevinsullivan/complogic-s21
7c4eef2105abad899e46502270d9829d913e8afc
99039501b770248c8ceb39890be5dfe129dc1082
refs/heads/master
1,682,985,669,944
1,621,126,241,000
1,621,126,241,000
335,706,272
0
38
null
1,618,325,669,000
1,612,374,118,000
Lean
UTF-8
Lean
false
false
4,351
lean
/- Alice is looking at Bob. Bob is looking at Charlie. Alice is married. Charlie is not. Theorem to Prove: Some (∃) married person is looking at some unmarried person (A) Yes (B) No (C) Cannot be determined (D) It depends -/ example : ∀ (P : Prop), P ∨ ¬P := begin assume P, apply or.inr _, intro p, _ end ...
d3a662c0a43680edf6e6795d602657d95a9db937
9dc8cecdf3c4634764a18254e94d43da07142918
/src/geometry/manifold/cont_mdiff_map.lean
3f168262d5c0ce799fbd95f0562729fe15158892
[ "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,846
lean
/- Copyright © 2020 Nicolò Cavalleri. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Nicolò Cavalleri -/ import geometry.manifold.cont_mdiff import topology.continuous_function.basic /-! # Smooth bundled map In this file we define the type `cont_mdiff_map` of `n` ti...
ea3921db629f98f86771e57a2a2f5b4c3458ebde
1b8f093752ba748c5ca0083afef2959aaa7dace5
/src/category_theory/adjunctions/hom_adjunction.lean
c755359289311c44e5f9f0651bdb6871d96e0bf4
[]
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
1,366
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.products import category_theory.opposites import category_theory.isomorphism import category_theory.tactics.obviously open category_theory...
ac9de7043e8126bbd8630c88c5e3f05e7131b8f5
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/topology/uniform_space/complete_separated_auto.lean
cafb0e894c524bf28d33ad1a719629a80e4d93f6
[]
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,234
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.topology.uniform_space.cauchy import Mathlib.topology.uniform_space.separation import...