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
e9d47af948bff57965c9b5dcbff3a814196eec00
a338c3e75cecad4fb8d091bfe505f7399febfd2b
/src/ring_theory/fractional_ideal.lean
da8d16b3ecfe8d66e6aabd4bc6f1718515897464
[ "Apache-2.0" ]
permissive
bacaimano/mathlib
88eb7911a9054874fba2a2b74ccd0627c90188af
f2edc5a3529d95699b43514d6feb7eb11608723f
refs/heads/master
1,686,410,075,833
1,625,497,070,000
1,625,497,070,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
40,585
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Filippo A. E. Nuccio -/ import ring_theory.localization import ring_theory.noetherian import ring_theory.principal_ideal_domain import tactic.field_simp /-! # Fractional ide...
dfc5dca8773d6c6b324328e7700c12ad2aef5728
39c5aa4cf3be4a2dfd294cd2becd0848ff4cad97
/src/FreshNames.lean
11e44d8946ab31038c68859bdf39b9758789c32c
[]
no_license
anfelor/coc-lean
70d489ae1d34932d33bcf211b4ef8d1fe557e1d3
fdd967d2b7bc349202a1deabbbce155eed4db73a
refs/heads/master
1,617,867,588,097
1,587,224,804,000
1,587,224,804,000
248,754,643
5
0
null
null
null
null
UTF-8
Lean
false
false
4,879
lean
import data.finset import tactic.norm_num import Terms /-! This file deals with the generation of fresh variable names -/ /-- The pigeonhole principle for finsets -/ lemma pigeonhole : Π (ys : finset string) (xs : finset string), (finset.card ys < finset.card xs) → finset.nonempty (xs \ ys) | ys := λ xs h, if h2 ...
9323b9fcb8d39d35360fcbe1e6cae83ab93cd33f
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/nat/gcd/big_operators.lean
98c199b46373865c29f148b4c79781ae1a7cadc5
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
1,093
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura -/ import data.nat.gcd.basic import algebra.big_operators.basic /-! # Lemmas about coprimality with big products. These lemmas are kept separate from ...
e8bb0278f03c379ba972657f1966df54b041a6b3
957a80ea22c5abb4f4670b250d55534d9db99108
/tests/lean/run/ematch_partial_apps.lean
7c15c4c3860073efeb29a6a33bbc8559bda2759c
[ "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
777
lean
open tactic set_option trace.smt.ematch true example (a : list nat) (f : nat → nat) : a = [1, 2] → a^.map f = [f 1, f 2] := begin [smt] intros, ematch_using [list.map], ematch_using [list.map], ematch_using [list.map] end example (a : list nat) (f : nat → nat) : a = [1, 2] → a^.map f = [f 1, f 2] := begin [s...
284fa4aad429dc8f28f04c679614167391e4d2de
f10d66a159ce037d07005bd6021cee6bbd6d5ff0
/mason_stothers_v2.lean
8d00defe06fedb7442811a40a919ba160e20de32
[]
no_license
johoelzl/mason-stother
0c78bca183eb729d7f0f93e87ce073bc8cd8808d
573ecfaada288176462c03c87b80ad05bdab4644
refs/heads/master
1,631,751,973,492
1,528,923,934,000
1,528,923,934,000
109,133,224
0
1
null
null
null
null
UTF-8
Lean
false
false
54,976
lean
-- the to be Mason-Stother formalization -- Authors Johannes & Jens --Defining the gcd import poly --import euclidean_domain --Need to fix an admit in UFD, for the ...multiset lemma import unique_factorization_domain import data.finsupp import algebraically_closed_field import poly_over_UFD import poly_over_field impo...
c2d858aa53ee95f83e729955181870a0a4c9160c
64874bd1010548c7f5a6e3e8902efa63baaff785
/tests/lean/pp.lean
144942e54976329fe52ee8231ec4a9816817d8d5
[ "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
420
lean
prelude check λ {A : Type.{1}} (B : Type.{1}) (a : A) (b : B), a check λ {A : Type.{1}} {B : Type.{1}} (a : A) (b : B), a check λ (A : Type.{1}) {B : Type.{1}} (a : A) (b : B), a check λ (A : Type.{1}) (B : Type.{1}) (a : A) (b : B), a check λ [A : Type.{1}] (B : Type.{1}) (a : A) (b : B), a check λ {{A : Type.{1}}} {B...
2a4671744f094a4275847ecc903819f47030981a
65b579fba1b0b66add04cccd4529add645eff597
/expression2.lean
c3c4b76475d12e8b9823477e379e1c8d0bd09cd0
[]
no_license
teodorov/sf_lean
ba637ca8ecc538aece4d02c8442d03ef713485db
cd4832d6bee9c606014c977951f6aebc4c8d611b
refs/heads/master
1,632,890,232,054
1,543,005,745,000
1,543,005,745,000
108,566,115
1
0
null
null
null
null
UTF-8
Lean
false
false
2,720
lean
-- inspired from https://github.com/UlfNorell/agda-summer-school/blob/OPLSS/lectures/Day1.agda open nat inductive EType | enat | ebool open EType def Ctx := list EType --debrujin indices, a fancy natural number inductive IN {A : Type} : A → list A → Type | Zero : ∀ {x xs}, IN x (x::xs) | Succ : ∀ {x y xs}, IN x ...
5fea936a13a0d2a004fa57222b7227e0b7b07f45
fe25de614feb5587799621c41487aaee0d083b08
/src/Lean/Expr.lean
d0f71ca6fc8cb92fae238822231978ebc2e77fd2
[ "Apache-2.0" ]
permissive
pollend/lean4
e8469c2f5fb8779b773618c3267883cf21fb9fac
c913886938c4b3b83238a3f99673c6c5a9cec270
refs/heads/master
1,687,973,251,481
1,628,039,739,000
1,628,039,739,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
37,280
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Data.KVMap import Lean.Level namespace Lean inductive Literal where | natVal (val : Nat) | strVal (val : String) deriving Inhabited, BEq...
dd9c12fd5e8bf18b6b481490e8ae6e2af93e1bd7
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/331.lean
4e5a7040798f4cd94b332570c47fae027ce5ca28
[ "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
318
lean
namespace nat inductive less (a : nat) : nat → Prop := | base : less a (succ a) | step : Π {b}, less a b → less a (succ b) end nat open nat check less.rec_on namespace foo1 protected definition foo2.bar : nat := 10 end foo1 example : foo1.foo2.bar = 10 := rfl open foo1 example : foo2.bar = 10 := rfl
fdb3d298a52a24928f3d92ca5306f743503d1ba1
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/geometry/manifold/local_invariant_properties.lean
f4ee2b421d5ade228a7f520797fea61c3026e369
[ "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
30,211
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, Floris van Doorn -/ import geometry.manifold.charted_space /-! # Local properties invariant under a groupoid We study properties of a triple `(g, s, x)` where `...
2cd6754cf089d7c3781a04e8e46866179f02e60c
947b78d97130d56365ae2ec264df196ce769371a
/tests/lean/run/level.lean
553253258c843ecc6ff1c778295abc68016b4458
[ "Apache-2.0" ]
permissive
shyamalschandra/lean4
27044812be8698f0c79147615b1d5090b9f4b037
6e7a883b21eaf62831e8111b251dc9b18f40e604
refs/heads/master
1,671,417,126,371
1,601,859,995,000
1,601,860,020,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
287
lean
import Lean.Level new_frontend open Lean #eval levelZero == levelZero #eval levelZero == mkLevelSucc levelZero #eval mkLevelMax (mkLevelSucc levelZero) levelZero == mkLevelSucc levelZero #eval mkLevelMax (mkLevelSucc levelZero) levelZero == mkLevelMax (mkLevelSucc levelZero) levelZero
4325b75a8f434ca55156ed427156092e057a60df
02005f45e00c7ecf2c8ca5db60251bd1e9c860b5
/src/analysis/normed_space/multilinear.lean
8fee3aeef7d052ca4618e81a81c5d2642278911c
[ "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
65,506
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 analysis.normed_space.operator_norm import topology.algebra.multilinear /-! # Operator norm on the space of continuous multilinear maps When `f` is a c...
228bb70e85f91e3480663f6e645fc2ce4e817e26
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/ring_theory/power_series/basic.lean
92c6498aaa774fa6b5c950510d56eb973581a21a
[ "Apache-2.0" ]
permissive
waynemunro/mathlib
e3fd4ff49f4cb43d4a8ded59d17be407bc5ee552
065a70810b5480d584033f7bbf8e0409480c2118
refs/heads/master
1,693,417,182,397
1,634,644,781,000
1,634,644,781,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
64,539
lean
/- Copyright (c) 2019 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Kenny Lau -/ import data.mv_polynomial import linear_algebra.std_basis import ring_theory.ideal.local_ring import ring_theory.ideal.operations import ring_theory.multip...
f15964848aec4aed130b0be11ef488957ebd6b73
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/multiset/bind.lean
3006a479e92ac66be68e0d775ad348c21e0e0412
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
9,439
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import algebra.big_operators.multiset.basic /-! # Bind operation for multisets This file defines a few basic operations on `multiset`, notably the monadic bind. ##...
5b447ae20d59517ffbd5c203930ca0427c50a399
5883d9218e6f144e20eee6ca1dab8529fa1a97c0
/src/aexp/type.lean
95f843795f986ffd3e0684595502b24afa1852a9
[]
no_license
spl/alpha-conversion-is-easy
0d035bc570e52a6345d4890e4d0c9e3f9b8126c1
ed937fe85d8495daffd9412a5524c77b9fcda094
refs/heads/master
1,607,649,280,020
1,517,380,240,000
1,517,380,240,000
52,174,747
4
0
null
1,456,052,226,000
1,456,001,163,000
Lean
UTF-8
Lean
false
false
3,421
lean
/- This file contains the type `aexp` for the alpha-equivalent class of `exp`. -/ import aeq import logic.basic import data.category namespace acie ----------------------------------------------------------------- variables {V : Type} [decidable_eq V] -- Type of variable names variables {vs : Type → Type} [vset vs...
0390caa0824f44eab00882cb09cc1f278ed9f276
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/toExpr.lean
e44c93603a42934eb4edb94b7db342ab611f29b2
[ "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
811
lean
import Lean open Lean unsafe def test {α : Type} [ToString α] [ToExpr α] [BEq α] (a : α) : CoreM Unit := do let env ← getEnv; let auxName := `_toExpr._test; let decl := Declaration.defnDecl { name := auxName, levelParams := [], value := toExpr a, type := toTypeExpr α, hints := Redu...
fa1577a008d5a4103e0259d6963f2a0afe7cad7b
205f0fc16279a69ea36e9fd158e3a97b06834ce2
/src/01_Equality/03_type_inference.lean
13517dad19f28789428d46d18287e75ba9e2e5c8
[]
no_license
kevinsullivan/cs-dm-lean
b21d3ca1a9b2a0751ba13fcb4e7b258010a5d124
a06a94e98be77170ca1df486c8189338b16cf6c6
refs/heads/master
1,585,948,743,595
1,544,339,346,000
1,544,339,346,000
155,570,767
1
3
null
1,541,540,372,000
1,540,995,993,000
Lean
UTF-8
Lean
false
false
2,436
lean
/- Type Inference -/ /- Now as we've seen, given a value, t, of some type, T, Lean can tell us what T is. The #check command tells us the type of any value or expression. The key observation is that if you give Lean a value, Lean can determine its type. -/ #check 0 /- We can use the ability of Lean to determine th...
52a2982c0ef1ce2c4018e98f07aaf36c7af11321
77c5b91fae1b966ddd1db969ba37b6f0e4901e88
/src/ring_theory/subring.lean
83d2bae1345a0ed01e78e7f22a2e2fa60ee99521
[ "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
39,200
lean
/- Copyright (c) 2020 Ashvni Narayanan. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Ashvni Narayanan -/ import group_theory.subgroup.basic import ring_theory.subsemiring /-! # Subrings Let `R` be a ring. This file defines the "bundled" subring type `subring R`, a...
a7fba92a41d351b618b41461395131c0dd8d5bba
9028d228ac200bbefe3a711342514dd4e4458bff
/src/order/filter/at_top_bot.lean
668efa8b089618d335aae1b78ce9974152b6f613
[ "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
41,381
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 import data.finset.preimage /-! # `at_top` and `at_bot` filters on preorded sets, monoids a...
cf1aa65e40c8ba0f69edbc05f6fdc2fb8e750db2
46125763b4dbf50619e8846a1371029346f4c3db
/src/algebra/associated.lean
ecf806f0b8ad41b74fcbc13802af6a3c521b9fee
[ "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
25,485
lean
/- Copyright (c) 2018 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Jens Wagemaker -/ import algebra.group.is_unit data.multiset /-! # Associated, prime, and irreducible elements. -/ variables {α : Type*} {β : Type*} {γ : Type*} {δ : ...
e211cd65d71ca9435cbb077c58375cfe9c53e5f9
957a80ea22c5abb4f4670b250d55534d9db99108
/library/init/meta/tactic.lean
d1859f07fa5aa258de76b7dabc75f3cfdcb79436
[ "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
47,266
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.function init.data.option.basic init.util import init.category.combinators init.category.monad init.category.alternative init.category.m...
c7dc06f710e15981d62867f5b9c1fba152c637bd
a45212b1526d532e6e83c44ddca6a05795113ddc
/src/computability/turing_machine.lean
7f3fbaf8571c2465c05c5c26cfefbf73a5973a9d
[ "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
67,647
lean
/- Copyright (c) 2018 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro Define a sequence of simple machine languages, starting with Turing machines and working up to more complex lanaguages based on Wang B-machines. -/ import data.fintype d...
4bcc74eaec053e4536bee93ac2e296b96ffbd483
c777c32c8e484e195053731103c5e52af26a25d1
/src/analysis/special_functions/japanese_bracket.lean
d287916d88f202f9814e7731c5ac298b9e502f0a
[ "Apache-2.0" ]
permissive
kbuzzard/mathlib
2ff9e85dfe2a46f4b291927f983afec17e946eb8
58537299e922f9c77df76cb613910914a479c1f7
refs/heads/master
1,685,313,702,744
1,683,974,212,000
1,683,974,212,000
128,185,277
1
0
null
1,522,920,600,000
1,522,920,600,000
null
UTF-8
Lean
false
false
8,052
lean
/- Copyright (c) 2022 Moritz Doll. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Moritz Doll -/ import measure_theory.measure.haar_lebesgue import measure_theory.integral.layercake /-! # Japanese Bracket In this file, we show that Japanese bracket $(1 + \|x\|^2)^{1/...
c10e0abc313781db1b9b822c8ead79e2d3df7ec7
efce24474b28579aba3272fdb77177dc2b11d7aa
/src/category_theory/colimits.lean
d823c5c5f128f1ed95672831e578057c591aba1e
[ "Apache-2.0" ]
permissive
rwbarton/lean-homotopy-theory
cff499f24268d60e1c546e7c86c33f58c62888ed
39e1b4ea1ed1b0eca2f68bc64162dde6a6396dee
refs/heads/lean-3.4.2
1,622,711,883,224
1,598,550,958,000
1,598,550,958,000
136,023,667
12
6
Apache-2.0
1,573,187,573,000
1,528,116,262,000
Lean
UTF-8
Lean
false
false
12,805
lean
import category_theory.category import data.is_equiv import data.bij_on /- The basic finite colimit notions: initial objects, (binary) coproducts, coequalizers and pushouts. For each notion X, we define three structures/classes: * `Is_X`, parameterized by a cocone diagram (but not on the commutativity condition!)...
3fdf7eb9703cc08de0a2e6a7e2b0d2be75a081f9
618003631150032a5676f229d13a079ac875ff77
/src/analysis/calculus/iterated_deriv.lean
99d440173c8348b7e417d51e96cf7d255b269d56
[ "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
14,704
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 analysis.calculus.deriv import analysis.calculus.times_cont_diff /-! # One-dimensional iterated derivatives We define the `n`-th derivative of a functi...
4160410002fe3752356ae3fbe425c8a9c308ccfc
c31182a012eec69da0a1f6c05f42b0f0717d212d
/src/rescale/polyhedral_lattice.lean
ff1ca8edad5c5e9b6b07f67997f358d5eeadf839
[]
no_license
Ja1941/lean-liquid
fbec3ffc7fc67df1b5ca95b7ee225685ab9ffbdc
8e80ed0cbdf5145d6814e833a674eaf05a1495c1
refs/heads/master
1,689,437,983,362
1,628,362,719,000
1,628,362,719,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,892
lean
import rescale.normed_group import polyhedral_lattice.category /-! # Rescaling the norm on a polyhedral lattice. Rescaling the norm on a polyhedral lattice by a positive real factor gives a polyhedral lattice (at least for us -- Scholze seem to demand a rationality condition which we are missing). -/ noncomputable...
634c450fc8f864f6931cc4facfd930a3163c4aa3
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/run/387.lean
73b1950f0d11018de3302006d0a3b11ad4c7fa93
[ "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
587
lean
-- axiom p {α β} : α → β → Prop axiom foo {α β} (a : α) (b : β) : p a b example : p 0 0 := by simp [foo] example (a : Nat) : p a a := by simp [foo a] example : p 0 0 := by simp [foo 0] example : p 0 0 := by simp [foo 0 0] example : p 0 0 := by fail_if_success simp [foo 1] -- will not simplify simp [foo 0] exa...
f7aaa9baa537ca857a02154233b3213859ef0e6c
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/direct_sum/module.lean
6735c5d53901d9a94271902e050f47a1ae224e4a
[ "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
15,163
lean
/- Copyright (c) 2018 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau -/ import algebra.direct_sum.basic import linear_algebra.dfinsupp /-! # Direct sum of modules > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a cor...
4a6509d16aef633dfb30fe3d059c371ff8e83fbf
432d948a4d3d242fdfb44b81c9e1b1baacd58617
/src/linear_algebra/finsupp_vector_space.lean
854a5ad8df2da2796e6c1346ae669a843703ed98
[ "Apache-2.0" ]
permissive
JLimperg/aesop3
306cc6570c556568897ed2e508c8869667252e8a
a4a116f650cc7403428e72bd2e2c4cda300fe03f
refs/heads/master
1,682,884,916,368
1,620,320,033,000
1,620,320,033,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
7,058
lean
/- Copyright (c) 2019 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl -/ import data.mv_polynomial import linear_algebra.dimension import linear_algebra.direct_sum.finsupp import linear_algebra.finite_dimensional /-! # Linear structures ...
d4da71fb5f577115a2628e6f3076e3c7328bcfe3
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/category_theory/preadditive/schur.lean
b6ef90439f683e6f15c7ea5d21787d424ff90535
[ "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
6,950
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Markus Himmel, Scott Morrison -/ import algebra.group.ext import category_theory.simple import category_theory.linear import category_theory.endomorphism import field_theory.is_alg_clo...
55494bb324a914996e1accbf86c549913dedb638
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/stage0/src/Lean/Util/Constructions.lean
5492c2292cfab28116143e1a468594b6aabf42b3
[ "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
1,998
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) : ...
d47179c7a99a9443c66e07d606a79afbf76c8e85
05f637fa14ac28031cb1ea92086a0f4eb23ff2b1
/tests/lean/interactive/t8.lean
4083982d88cecb15bd3686dc6ef58a06971c6b1b
[ "Apache-2.0" ]
permissive
codyroux/lean0.1
1ce92751d664aacff0529e139083304a7bbc8a71
0dc6fb974aa85ed6f305a2f4b10a53a44ee5f0ef
refs/heads/master
1,610,830,535,062
1,402,150,480,000
1,402,150,480,000
19,588,851
2
0
null
null
null
null
UTF-8
Lean
false
false
152
lean
(* import("tactic.lua") *) set_option tactic::proof_state::goal_names true. theorem T (a : Bool) : a → a /\ a. apply and_intro. exact. done.
0811f16188f8ac6da92a7a866b6cc22b6e583854
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/finset.lean
384453fbe4b63a1c97964200ee1ed52ab119319b
[ "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
7,493
lean
import data.list open list setoid quot decidable nat namespace finset definition eqv {A : Type} (l₁ l₂ : list A) := ∀ a, a ∈ l₁ ↔ a ∈ l₂ infix `~` := eqv theorem eqv.refl {A : Type} (l : list A) : l ~ l := λ a, !iff.refl theorem eqv.symm {A : Type} {l₁ l₂ : list A} : l₁ ~ l₂ → l₂ ~ l₁ := λ H a, iff.s...
44d9663655c2230aa82a69994bc7caa20de6e3b9
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/logic/nontrivial_auto.lean
250f40a62f317dbf27b97bdf899ec36a14a0a81c
[]
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,283
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 Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.pi import Mathlib.data.prod import Mathlib.logic.unique import Mathlib.logic.fun...
392bcebbb64919985956051f890ad3b67fa8a349
206422fb9edabf63def0ed2aa3f489150fb09ccb
/src/ring_theory/noetherian.lean
6db0d96fbd1d1cd5bb78549eed640f82c330a8cd
[ "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
29,638
lean
/- Copyright (c) 2018 Mario Carneiro and Kevin Buzzard. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Kevin Buzzard -/ import algebraic_geometry.prime_spectrum import data.multiset.finset_ops import linear_algebra.linear_independent import order.order_...
873a2678c21c0080116bb358c98d05e69b59fddd
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Compiler/LCNF.lean
b3341af3898630382d1aadbc63e8945fde8f4c3d
[ "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,495
lean
/- Copyright (c) 2022 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Compiler.LCNF.AlphaEqv import Lean.Compiler.LCNF.Basic import Lean.Compiler.LCNF.Bind import Lean.Compiler.LCNF.Check import Lean.Compiler.LCNF....
2d5f8e3a4fffe99028d55ec3e79ba91f349b7a3c
b70031c8e2c5337b91d7e70f1e0c5f528f7b0e77
/src/topology/algebra/group.lean
fad4bc533033abd6568ec967ea97ff116329d28b
[ "Apache-2.0" ]
permissive
molodiuc/mathlib
cae2ba3ef1601c1f42ca0b625c79b061b63fef5b
98ebe5a6739fbe254f9ee9d401882d4388f91035
refs/heads/master
1,674,237,127,059
1,606,353,533,000
1,606,353,533,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
19,318
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro, Patrick Massot -/ import order.filter.pointwise import group_theory.quotient_group import topology.algebra.monoid import topology.homeomorph /-! # The...
2ef0c33dfde25917e4156e0ef8ade48eb706e6a2
b32d3853770e6eaf06817a1b8c52064baaed0ef1
/src/super/selection.lean
95b477ddd5da3b059376ec96d502ae82ffd5ed4f
[]
no_license
gebner/super2
4d58b7477b6f7d945d5d866502982466db33ab0b
9bc5256c31750021ab97d6b59b7387773e54b384
refs/heads/master
1,635,021,682,021
1,634,886,326,000
1,634,886,326,000
225,600,688
4
2
null
1,598,209,306,000
1,575,371,550,000
Lean
UTF-8
Lean
false
false
4,086
lean
/- Copyright (c) 2017 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import super.prover_state open native namespace super meta def simple_selection_strategy (f : term_order → clause → list ℕ) : literal_selection_strategy | dc := do...
a76a547a8b4457e1074027622761d9060fa4c595
63abd62053d479eae5abf4951554e1064a4c45b4
/src/algebra/big_operators/basic.lean
d599a0b842b06c64413d6a2bbae98c5d17cebcb9
[ "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
48,163
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl -/ import data.finset.fold import data.equiv.mul_add import tactic.abel /-! # Big operators In this file we define products and sums indexed by finite sets (specifica...
a6394219ffefc964308c757905dab5e8c63af2e9
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/analysis/specific_limits.lean
2db687a60b992c4ae4269486d265e2a682c2148e
[ "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
25,284
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 A collection of specific limit computations. -/ import analysis.normed_space.basic import algebra.geom_sum import topology.instances.ennreal import tactic.ring_exp non...
dbe1041dacc6764a85f206b7552a21a79a5dbd3c
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/set/intervals/disjoint.lean
c649e78d80052191c7685f5b0c458c50cff0cd4d
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
7,992
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, Yury Kudryashov -/ import data.set.lattice /-! # Extra lemmas about intervals > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corr...
4347eb09372d43adc6a3539bf82fc787601205a9
b7f22e51856f4989b970961f794f1c435f9b8f78
/library/init/funext.lean
761feefe916df87efeb9780a34c3f8b14647a06e
[ "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,199
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad Extensional equality for functions, and a proof of function extensionality from quotients. -/ prelude import init.quot init.logic namespace function variables {...
4a209fd8dedba420383415fdf1af17993d6aa461
9dd3f3912f7321eb58ee9aa8f21778ad6221f87c
/tests/lean/induction_tac1.lean
f09f1fb6668520f170b33a8c8df35fde80df2385
[ "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
608
lean
open tactic example (p q : Prop) : p ∨ q → q ∨ p := by do H ← intro `H, induction H [`Hp, `Hq], trace_state, constructor_idx 2, assumption, constructor_idx 1, assumption print "-----" open nat example (n : ℕ) : n = 0 ∨ n = succ (pred n) := by do n ← get_local `n, induction n [`n', `Hind], trace_state...
c05d6c2a4e9f638b29eff09df1c312193948584f
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch2/ex0209.lean
cafaa964cca06e7f9c9107407b422f8ae4cfd19b
[]
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
13
lean
#check list
8d62eabc2171dcf80f6edf6d51d93b338ed07c57
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Init/Data/ToString.lean
e5d7e81c7977510856f6e724bce4711d12b5f961
[ "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
235
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ prelude import Init.Data.ToString.Basic import Init.Data.ToString.Macro
45f9a1ff21cd24eabf566a02701d5d8587d1873b
a4673261e60b025e2c8c825dfa4ab9108246c32e
/stage0/src/Lean/Meta/Closure.lean
fb16300a5486449afdb68b948eaadf27d13bfcac
[ "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
14,678
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 Std.ShareCommon import Lean.MetavarContext import Lean.Environment import Lean.Util.FoldConsts import Lean.Meta.Basic import Lean.Meta.Check /- Thi...
65e807fb9112767f2711f54393636996a415d963
de91c42b87530c3bdcc2b138ef1a3c3d9bee0d41
/old/old_demos_4-8/expressions_demo_wip.lean
c9fd5d78f8f8cc186fe3da5bcc30fd9e078ea2fb
[]
no_license
kevinsullivan/lang
d3e526ba363dc1ddf5ff1c2f36607d7f891806a7
e9d869bff94fb13ad9262222a6f3c4aafba82d5e
refs/heads/master
1,687,840,064,795
1,628,047,969,000
1,628,047,969,000
282,210,749
0
1
null
1,608,153,830,000
1,595,592,637,000
Lean
UTF-8
Lean
false
false
4,746
lean
import ..expressions.time_expr_wip open lang.time def env_ := env.init def eval_ := eval.init --set up math and phys literals --assume the default interpretation is in seconds for now (in lieu of measurement system) def world_time : time_space_expr := [(time_std_space ℚ)] def world_time_std := [(time_std_frame ℚ)] ...
22e814bfcfb155bd0032672c9e087cf94a23cf38
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/stage0/src/Init/Lean/Compiler/ImplementedByAttr.lean
223d80feeee01dae9b8a7f80ca3a0b1b67517eb6
[ "Apache-2.0" ]
permissive
mhuisi/lean4
28d35a4febc2e251c7f05492e13f3b05d6f9b7af
dda44bc47f3e5d024508060dac2bcb59fd12e4c0
refs/heads/master
1,621,225,489,283
1,585,142,689,000
1,585,142,689,000
250,590,438
0
2
Apache-2.0
1,602,443,220,000
1,585,327,814,000
C
UTF-8
Lean
false
false
1,192
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Lean.Attributes namespace Lean namespace Compiler def mkImplementedByAttr : IO (ParametricAttribute Name) := registerParametricAttribu...
37385b04137f2cba77e89ff44d081049d7a8d3f2
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/lake/Lake/Build/Trace.lean
3ef311e873ad2554cd176aaa74ad715af2e77a34
[ "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
8,830
lean
/- Copyright (c) 2021 Mac Malone. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mac Malone -/ open System namespace Lake -------------------------------------------------------------------------------- /-! # Utilities -/ ---------------------------------------------...
599ad5dd2aae33c3d98acdf3626388456c62c257
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/data/finset/interval.lean
a8e5585b4c7dacd458452d814dbab200b4df65b4
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
4,049
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 data.finset.locally_finite /-! # Intervals of finsets as finsets > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR...
e2f2f913bc5b534eb1ceb7f9862f39f1d9174262
86f6f4f8d827a196a32bfc646234b73328aeb306
/examples/sets_functions_and_relations/unnamed_912.lean
bf27b3e06d2588f0bcc95c0656c2640ce1a9cb6a
[]
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
1,002
lean
import data.set.function open set function -- BEGIN variables {α β : Type*} variable f : α → β variables s t : set α variables u v : set β example (h : injective f) : f ⁻¹' (f '' s) ⊆ s := sorry example : f '' (f⁻¹' u) ⊆ u := sorry example (h : surjective f) : u ⊆ f '' (f⁻¹' u) := sorry example (h : s ⊆ t) : f '...
26a7081849d7be32bf642d5956dd00571a462517
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/lake/Lake/DSL/Script.lean
0bfa583cdd7f0b4295715de13b292f753dfc29f5
[ "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,174
lean
/- Copyright (c) 2021 Mac Malone. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mac Malone -/ import Lake.Config.Package import Lake.DSL.Attributes import Lake.DSL.DeclUtil namespace Lake.DSL open Lean Parser Command syntax scriptDeclSpec := ident (ppSpace simpleB...
681abdc62aad9a355d4cd1f3123e5e1f91f09508
69d4931b605e11ca61881fc4f66db50a0a875e39
/src/data/fintype/card.lean
b7bcfe3e6a8e16c1b3bcb719e5ed3fdfb5e76fa5
[ "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
17,316
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro -/ import data.fintype.basic import algebra.big_operators.ring /-! Results about "big operations" over a `fintype`, and consequent results about cardinalities of certai...
51e657d48b49d3c747d4c2b80b40a3edfd8c7b27
d1a52c3f208fa42c41df8278c3d280f075eb020c
/src/Lean/Data/SMap.lean
966fc8acf4c12d86fd17d8718baf57e3e916b311
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
cipher1024/lean4
6e1f98bb58e7a92b28f5364eb38a14c8d0aae393
69114d3b50806264ef35b57394391c3e738a9822
refs/heads/master
1,642,227,983,603
1,642,011,696,000
1,642,011,696,000
228,607,691
0
0
Apache-2.0
1,576,584,269,000
1,576,584,268,000
null
UTF-8
Lean
false
false
4,057
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 Std.Data.HashMap import Std.Data.PersistentHashMap universe u v w w' namespace Lean open Std (HashMap PHashMap) /- Staged map for implementing the...
109496f8f200d5a4ac4aeb97d8d02bc218d28f69
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/list/default_auto.lean
f9684c4a9c470718e7f4580f705ae494558f3f8c
[]
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
403
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.data.list.basic import Mathlib.Lean3Lib.init.data.list.instances import Mathlib.Lean3Lib.init.data.list....
729ebff79538ae169cd0ad99ebdded51ffe932e8
947fa6c38e48771ae886239b4edce6db6e18d0fb
/src/order/compactly_generated.lean
6eb7b15458e1d559a116dec8c41cdfb3f9f865e5
[ "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
22,898
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 tactic.tfae import order.atoms import order.order_iso_nat import order.sup_indep import order.zorn import data.finset.order import data.finite.default /-! # Compact...
6f3cfb8b94612559732ea46e4036dc677ac6a474
398b53a5e02ce35196531591f84bb2f6b034ce5a
/paper/proof.lean
ac4bb10bdfb708788a8b5a622dfa122656876fac
[ "MIT" ]
permissive
crockeo/math-exercises
64f07a9371a72895bbd97f49a854dcb6821b18ab
cf9150ef9e025f1b7929ba070a783e7a71f24f31
refs/heads/master
1,607,910,221,030
1,581,231,762,000
1,581,231,762,000
234,595,189
0
0
null
null
null
null
UTF-8
Lean
false
false
6,418
lean
-- Title: Generation in Optimality Theory with Lexical Insertion is Undecidable -- -- Author: Cerek Hillen -- -- Description: -- Here we show that PCP is reducible to OT. In particular, we show that when -- there exists a solution to PCP, there exists a solution to OT, and when -- there does not exist a solution ...
58a2da61c8d04fe19d8c9d0c2dc36526b64d1917
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/run/1585.lean
4911c4a3c45ba9c7135e659b76a32497f8f1cae8
[ "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
85
lean
structure foo (α : Type) extends has_le α structure bar (α : Type) extends foo α
bff08966b0e31a8d0a69652bf30489b6c4008f48
ac1c2a2f522b0fdf854095ba00f882ca849669e7
/library/init/meta/interactive_base.lean
70743f486dd691902f64ff45ac30df67693b1d4d
[ "Apache-2.0" ]
permissive
abliss/lean
b8b336abc8d50dbb0726dcff9dd16793c23bfbe1
fb24cc99573c153f97a1951ee94bbbdda300b6be
refs/heads/master
1,611,536,584,520
1,497,811,981,000
1,497,811,981,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,307
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import init.data.option.instances import init.meta.lean.parser init.meta.tactic init.meta.has_reflect open lean open lean.parser local postfix `?`...
933430118e0ac2fd6764b167a5f53ad3ebd709bc
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/number_theory/liouville/liouville_constant.lean
6cebf03edd18f9ae25b4015a82af70b5c37e941b
[ "Apache-2.0" ]
permissive
alreadydone/mathlib
dc0be621c6c8208c581f5170a8216c5ba6721927
c982179ec21091d3e102d8a5d9f5fe06c8fafb73
refs/heads/master
1,685,523,275,196
1,670,184,141,000
1,670,184,141,000
287,574,545
0
0
Apache-2.0
1,670,290,714,000
1,597,421,623,000
Lean
UTF-8
Lean
false
false
8,763
lean
/- Copyright (c) 2020 Jujian Zhang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Damiano Testa, Jujian Zhang -/ import number_theory.liouville.basic /-! # Liouville constants This file contains a construction of a family of Liouville numbers, indexed by a natural n...
a4ff7594d40b58f45abf4181fb3a9f176b140144
453dcd7c0d1ef170b0843a81d7d8caedc9741dce
/order/complete_lattice.lean
91ebe091ffa3ccaa76ade576ef40d01e435e7573
[ "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
27,743
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl Theory of complete lattices. -/ import order.bounded_lattice data.set.basic tactic.pi_instances set_option old_structure_cmd true universes u v w w₂ variables {α : Ty...
0a6c7442253b790a4d55be49fddc1adeac2aa109
e0b0b1648286e442507eb62344760d5cd8d13f2d
/src/Lean/PrettyPrinter/Parenthesizer.lean
3ce78c03637e7e3a32d917983c08c3effd8ff4a6
[ "Apache-2.0" ]
permissive
MULXCODE/lean4
743ed389e05e26e09c6a11d24607ad5a697db39b
4675817a9e89824eca37192364cd47a4027c6437
refs/heads/master
1,682,231,879,857
1,620,423,501,000
1,620,423,501,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
29,801
lean
/- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ /-! The parenthesizer inserts parentheses into a `Syntax` object where syntactically necessary, usually as an intermediary step between the delaborator and the...
e19c5d872a95f1225bf21f0b0ea9c2fa9d27745c
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Lean/Data/LOption.lean
9534ae184f611f3c3cf2b9069573c2237e28d5ec
[ "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
757
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 -/ universe u namespace Lean inductive LOption (α : Type u) where | none : LOption α | some : α → LOption α | undef : LOption α deriving Inhabited,...
f243a0fd5610cc2ec856e291b9bff6e714edebc8
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/src/Std/Data/DList.lean
1d95287b55ebf400212c8948e0e7d486a5f285c9
[ "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
1,813
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ namespace Std universes u /-- A difference List is a Function that, given a List, returns the original contents of the difference List prepended to the given...
8872a1f6ff70a514ca0a67dd08b81c50f233941d
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/archive/imo/imo2008_q4.lean
74230a759b263a2dbe357062450fd869bacdd289
[ "Apache-2.0" ]
permissive
jjgarzella/mathlib
96a345378c4e0bf26cf604aed84f90329e4896a2
395d8716c3ad03747059d482090e2bb97db612c8
refs/heads/master
1,686,480,124,379
1,625,163,323,000
1,625,163,323,000
281,190,421
2
0
Apache-2.0
1,595,268,170,000
1,595,268,169,000
null
UTF-8
Lean
false
false
5,645
lean
/- Copyright (c) 2021 Manuel Candales. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Manuel Candales -/ import data.real.basic import data.real.sqrt import data.real.nnreal /-! # IMO 2008 Q4 Find all functions `f : (0,∞) → (0,∞)` (so, `f` is a function from the posit...
1fd87508a7465ea4da626130dac058ef41d39b97
94e33a31faa76775069b071adea97e86e218a8ee
/src/model_theory/substructures.lean
68187258f94971ebe1c1b74d5b714b48c2e2e1f3
[ "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
29,583
lean
/- Copyright (c) 2021 Aaron Anderson. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Aaron Anderson -/ import order.closure import model_theory.semantics import model_theory.encoding /-! # First-Order Substructures This file defines substructures of first-order struc...
a3a7cf3c9e0fb6a27f26877ea94d131ccef1ec14
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/data/nat/gcd.lean
29b196a1f4aa222507e04f0036b5e71b336df5d7
[ "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
16,957
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura -/ import data.nat.pow /-! # Definitions and properties of `gcd`, `lcm`, and `coprime` -/ namespace nat /-! ### `gcd` -/ theorem gcd_dvd (m n : ℕ) ...
5eda64e3fa708dfe7d70277a48aa91c4331cfc06
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/topology/metric_space/gromov_hausdorff.lean
e188636c80699482f76b5694ccdad237bdeceaa6
[ "Apache-2.0" ]
permissive
hikari0108/mathlib
b7ea2b7350497ab1a0b87a09d093ecc025a50dfa
a9e7d333b0cfd45f13a20f7b96b7d52e19fa2901
refs/heads/master
1,690,483,608,260
1,631,541,580,000
1,631,541,580,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
55,397
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import topology.metric_space.closeds import set_theory.cardinal import topology.metric_space.gromov_hausdorff_realized import topology.metric_space.completion i...
8289ab0dc6d337110c09ba0d27bb41194d70be5d
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Lean/Elab/Attributes.lean
7ecc9432a0515f3f7fcd2e482737fdffd97470e7
[ "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
3,786
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.Elab.Util namespace Lean.Elab structure Attribute where kind : AttributeKind := AttributeKind.global name : Name stx...
e626f1be460746619d491285bb3261171c3e4453
49bd2218ae088932d847f9030c8dbff1c5607bb7
/src/algebra/big_operators.lean
180d839fe0824f279e784adca26334ec7c01bf4b
[ "Apache-2.0" ]
permissive
FredericLeRoux/mathlib
e8f696421dd3e4edc8c7edb3369421c8463d7bac
3645bf8fb426757e0a20af110d1fdded281d286e
refs/heads/master
1,607,062,870,732
1,578,513,186,000
1,578,513,186,000
231,653,181
0
0
Apache-2.0
1,578,080,327,000
1,578,080,326,000
null
UTF-8
Lean
false
false
35,408
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_...
0b815117d5b8864f2fdebccc0fe16924fbf0875b
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Lean/Meta/Tactic/Simp.lean
5a9d006634f7d4be4c01a97af99e9a6d3c163226
[ "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
434
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.Simp.SimpLemmas import Lean.Meta.Tactic.Simp.CongrLemmas import Lean.Meta.Tactic.Simp.Types import Lean.Meta.Tactic.Simp.Main import...
ce169c6dab27722aa5133fa889231fb4f410f9cb
9d2e3d5a2e2342a283affd97eead310c3b528a24
/src/exercises_sources/thursday/afternoon/category_theory/exercise7.lean
816376c3c9a0fc801146ac27995b127f44f3cdce
[]
permissive
Vtec234/lftcm2020
ad2610ab614beefe44acc5622bb4a7fff9a5ea46
bbbd4c8162f8c2ef602300ab8fdeca231886375d
refs/heads/master
1,668,808,098,623
1,594,989,081,000
1,594,990,079,000
280,423,039
0
0
MIT
1,594,990,209,000
1,594,990,209,000
null
UTF-8
Lean
false
false
1,471
lean
import category_theory.monoidal.category import algebra.category.CommRing.basic /-! Let's define the category of monoid objects in a monoidal category. -/ open category_theory variables (C : Type*) [category C] [monoidal_category C] structure Mon_in := (X : C) (ι : 𝟙_ C ⟶ X) (μ : X ⊗ X ⟶ X) -- There are three miss...
caf09874699062cd390fd7709b21d4cdad553d1d
367134ba5a65885e863bdc4507601606690974c1
/src/algebra/star/algebra.lean
7e7cae6e6676815c2a6018b3c9837ab1c75d3e41
[ "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
1,100
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison. -/ import algebra.algebra.basic import algebra.star.basic /-! # Star algebras Introduces the notion of a star algebra over a star ring. -/ universes u v /-- A star ...
7a226b0202201ea9749bd6a8aff543e5fe6b1e55
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/category_theory/monoidal/category.lean
5f9b49a1fb0e905c7118d1f3909e3e9d41665e0a
[ "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,135
lean
/- Copyright (c) 2018 Michael Jendrusch. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Michael Jendrusch, Scott Morrison -/ import category_theory.products.basic import category_theory.natural_isomorphism import tactic.basic import tactic.slice open category_theory ...
51984b99dcc6d468563a2ef8351093a6eab15e3c
32da3d0f92cab08875472ef6cacc1931c2b3eafa
/src/topology/metric_space/basic.lean
ab3413a6075ae5edc29d79688df1a42ca4154377
[ "Apache-2.0" ]
permissive
karthiknadig/mathlib
b6073c3748860bfc9a3e55da86afcddba62dc913
33a86cfff12d7f200d0010cd03b95e9b69a6c1a5
refs/heads/master
1,676,389,371,851
1,610,061,127,000
1,610,061,127,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
76,533
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, Sébastien Gouëzel Many definitions and theorems expected on metric spaces are already introduced o...
b9a14a19f9b3cea8dc804bcca8dca2c9c6369448
bb31430994044506fa42fd667e2d556327e18dfe
/src/data/list/func.lean
f075c0c84e28f90ed9dd514cf640b50e97f92216
[ "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
11,244
lean
/- Copyright (c) 2019 Seul Baek. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Seul Baek -/ import data.nat.order.basic /-! # Lists as Functions > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes to this file require a corresponding PR to mathlib4. Definition...
fae4888634901f6533eb774b2484aba01b1b55d9
e00ea76a720126cf9f6d732ad6216b5b824d20a7
/src/measure_theory/measurable_space.lean
dce8f73f0f334b7168c62250a0f9afe2b211e60a
[ "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
44,003
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 Measurable spaces -- σ-algberas -/ import data.set.disjointed order.galois_connection data.set.countable /-! # Measurable spaces and measurable functio...
2e9788b5a815501eb84e2755a5a682db268e0cf2
9d2e3d5a2e2342a283affd97eead310c3b528a24
/src/solutions/thursday/afternoon/category_theory/exercise1.lean
5e0fb10a7518baa52afdaac5526b6f021597bb33
[]
permissive
Vtec234/lftcm2020
ad2610ab614beefe44acc5622bb4a7fff9a5ea46
bbbd4c8162f8c2ef602300ab8fdeca231886375d
refs/heads/master
1,668,808,098,623
1,594,989,081,000
1,594,990,079,000
280,423,039
0
0
MIT
1,594,990,209,000
1,594,990,209,000
null
UTF-8
Lean
false
false
986
lean
import category_theory.isomorphism import category_theory.yoneda open category_theory open opposite variables {C : Type*} [category C] /-! Hint 1: `yoneda` is set up so that `(yoneda.obj X).obj (op Y) = (Y ⟶ X)` (we need to write `op Y` to explicitly move `Y` to the opposite category). -/ /-! Hint 2: If you have a ...
41a78c5b817648d438b5b1c7c008e3f72e60a96c
4727251e0cd73359b15b664c3170e5d754078599
/src/topology/sets/closeds.lean
0c1f1b10fced68c348da14bd0520856fd6390ea0
[ "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,969
lean
/- Copyright (c) 2020 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn, Yaël Dillies -/ import topology.sets.opens /-! # Closed sets We define a few types of closed sets in a topological space. ## Main Definitions For a topological ...
36f02f715656756b72685c4dff40fd1172aae4af
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/06_Inductive_Types.org.28.lean
9897d0f04e489598b666a8c8a5d3812337d05f5a
[]
no_license
cjmazey/lean-tutorial
ba559a49f82aa6c5848b9bf17b7389bf7f4ba645
381f61c9fcac56d01d959ae0fa6e376f2c4e3b34
refs/heads/master
1,610,286,098,832
1,447,124,923,000
1,447,124,923,000
43,082,433
0
0
null
null
null
null
UTF-8
Lean
false
false
383
lean
/- page 86 -/ import standard namespace hide inductive nat : Type := | zero : nat | succ : nat → nat namespace nat definition add (m n : nat) : nat := nat.rec_on n m (fun n add_m_n, succ add_m_n) -- BEGIN notation 0 := zero infix `+` := add theorem add_zero (m : nat) : m + 0 = m := rfl theorem add_succ (m n : nat)...
5ac91bd9b236fda1610478995e9a6bafc9b001b1
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/src/Init/Data/Int.lean
55959e95bd895a564acdd67b11addd015dca80cd
[ "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
199
lean
/- Copyright (c) 2016 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Data.Int.Basic
e145867f3febf48d8244805b0d094d238e621e4f
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/tests/lean/run/1093.lean
2a073470be1e2b6f12dc119b978acdc8172692cf
[ "Apache-2.0" ]
permissive
soonhokong/lean-osx
4a954262c780e404c1369d6c06516161d07fcb40
3670278342d2f4faa49d95b46d86642d7875b47c
refs/heads/master
1,611,410,334,552
1,474,425,686,000
1,474,425,686,000
12,043,103
5
1
null
null
null
null
UTF-8
Lean
false
false
298
lean
open tactic nat constant zero_add (a : nat) : 0 + a = a constant le.refl (a : nat) : a ≤ a attribute zero_add [simp] example (a : nat) : 0 + a ≤ a := by do simp, trace_state, mk_const `le.refl >>= apply example (a : nat) : 0 + a ≥ a := by do simp, trace_state, mk_const `le.refl >>= apply
008b2944490d66efc3e06676cd5166c2e742ee75
42610cc2e5db9c90269470365e6056df0122eaa0
/library/data/real/complete.lean
a7b92cee4aa4952cd6f152bf2453e4c61f1a2d5c
[ "Apache-2.0" ]
permissive
tomsib2001/lean
2ab59bfaebd24a62109f800dcf4a7139ebd73858
eb639a7d53fb40175bea5c8da86b51d14bb91f76
refs/heads/master
1,586,128,387,740
1,468,968,950,000
1,468,968,950,000
61,027,234
0
0
null
1,465,813,585,000
1,465,813,585,000
null
UTF-8
Lean
false
false
32,224
lean
/- Copyright (c) 2015 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Robert Y. Lewis The real numbers, constructed as equivalence classes of Cauchy sequences of rationals. This construction follows Bishop and Bridges (1985). At this point, we no longer...
675f6970597ee871e69bb87f8c448638178b916b
4d2583807a5ac6caaffd3d7a5f646d61ca85d532
/src/analysis/special_functions/trigonometric/angle.lean
088711e5b3384216f72ab0560add953cc9a2c093
[ "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
5,304
lean
/- Copyright (c) 2019 Calle Sönne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Calle Sönne -/ import analysis.special_functions.trigonometric.basic /-! # The type of angles In this file we define `real.angle` to be the quotient group `ℝ/2πℤ` and prove a few simple...
fe5544de0b85c05b7c6a16f5776b55d61e5d9c8f
d1a52c3f208fa42c41df8278c3d280f075eb020c
/stage0/src/Init/Data/UInt.lean
9fef30a94c3aebf271cfa5f6982246547fafc5b8
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
cipher1024/lean4
6e1f98bb58e7a92b28f5364eb38a14c8d0aae393
69114d3b50806264ef35b57394391c3e738a9822
refs/heads/master
1,642,227,983,603
1,642,011,696,000
1,642,011,696,000
228,607,691
0
0
Apache-2.0
1,576,584,269,000
1,576,584,268,000
null
UTF-8
Lean
false
false
14,947
lean
/- Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Data.Fin.Basic import Init.System.Platform open Nat @[extern "lean_uint8_of_nat"] def UInt8.ofNat (n : @& Nat) : UInt8 := ⟨Fin.ofNat n...
f1b945c5c719efdb738a8eb967fced98eeb560cb
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/topology/algebra/monoid.lean
c017202aa05d668687f0a7e4cbbe320343f6bb8e
[ "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
27,612
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import algebra.big_operators.finprod import data.set.pointwise.basic import topology.algebra.mul_action import algebra.big_operators.pi /-! # Theory ...
0e81d0b68508a1a28f295e69305807d1134ea68f
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/number_theory/legendre_symbol/zmod_char.lean
5921d6bbd543d02cde9be50b116d992e9e0ade60
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
7,129
lean
/- Copyright (c) 2022 Michael Stoll. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Michael Stoll -/ import data.int.range import data.zmod.basic import number_theory.legendre_symbol.mul_character /-! # Quadratic characters on ℤ/nℤ > THIS FILE IS SYNCHRONIZED WITH MA...
d955f342852358c4f10d8dc6bc26c65b9c6aa621
cf39355caa609c0f33405126beee2739aa3cb77e
/tests/lean/meta_ind_univ.lean
6c896a507922302c95da267ce549af89d15cdf6b
[ "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
200
lean
-- should fail inductive foo : Type → Type | mk : Π (α β : Type), (β → α) → foo α -- should be fine meta inductive foom : Type → Type | mk : Π (α β : Type), (β → α) → foom α
ddee0dadb6b3046dbd4e91829500a91ff106beab
46125763b4dbf50619e8846a1371029346f4c3db
/src/topology/stone_cech.lean
5d02803742259c2a966ae8055c90ceeb7af6163e
[ "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
11,335
lean
/- Copyright (c) 2018 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Reid Barton -/ import topology.bases topology.dense_embedding /-! # Stone-Čech compactification Construction of the Stone-Čech compactification using ultrafilters. Parts of the formal...
b3951c3e8c6cefcbf55894b793da3303d027b661
c777c32c8e484e195053731103c5e52af26a25d1
/src/analysis/calculus/conformal/inner_product.lean
6daefbcfb7ebf8a66a459fc97d6b786671fe7a18
[ "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,521
lean
/- Copyright (c) 2021 Yourong Zang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yourong Zang -/ import analysis.calculus.conformal.normed_space import analysis.inner_product_space.conformal_linear_map /-! # Conformal maps between inner product spaces A function be...
9da4954fa92c34932edffbed603dc5b13cd90cf6
57c233acf9386e610d99ed20ef139c5f97504ba3
/src/analysis/complex/re_im_topology.lean
4aebad8a16e83f169c12cec3c94f4f5dbf89ec42
[ "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
8,071
lean
/- Copyright (c) 2022 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import analysis.complex.basic import topology.fiber_bundle /-! # Closure, interior, and frontier of preimages under `re` and `im` In this fact we use the fact tha...
264f29535ab039c1e1dd827ea670d418e93d7640
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/topology/algebra/module/weak_dual.lean
0b4822cf8b21c9880d5e95de0b64725ede477d08
[ "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
12,624
lean
/- Copyright (c) 2021 Kalle Kytölä. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kalle Kytölä, Moritz Doll -/ import topology.algebra.module.basic import linear_algebra.bilinear_map /-! # Weak dual topology > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any changes t...
db1ab3ad283a906c3a7569ccadd726eae1f0d545
ca1ad81c8733787aba30f7a8d63f418508e12812
/clfrags/src/hilbert/wr/and_or.lean
21d82e33b382819c93647e62590f8a1535285b7d
[]
no_license
greati/hilbert-classical-fragments
5cdbe07851e979c8a03c621a5efd4d24bbfa333a
18a21ac6b2e890060eb4ae65752fc0245394d226
refs/heads/master
1,591,973,117,184
1,573,822,710,000
1,573,822,710,000
194,334,439
2
0
null
null
null
null
UTF-8
Lean
false
false
440
lean
import core.connectives import hilbert.wr.or namespace clfrags namespace hilbert namespace wr namespace and_or axiom cd₁ : Π {a b c : Prop}, or c a → or c b → or c (and a b) axiom cd₂ : Π {a b c : Prop}, or c (and a b) → or c a axiom cd₃ : Π {a b...
201c5303dc730fda8ce54f85938b6b9b31f2353e
8c02fed42525b65813b55c064afe2484758d6d09
/src/smtexpr.lean
05abfeda77bf893ecd38e707a81a81adcfcc2056
[ "LicenseRef-scancode-generic-cla", "MIT" ]
permissive
microsoft/AliveInLean
3eac351a34154efedd3ffc4fe2fa4ec01b219e0d
4b739dd6e4266b26a045613849df221374119871
refs/heads/master
1,691,419,737,939
1,689,365,567,000
1,689,365,568,000
131,156,103
23
18
NOASSERTION
1,660,342,040,000
1,524,747,538,000
Lean
UTF-8
Lean
false
false
6,378
lean
-- Copyright (c) Microsoft Corporation. All rights reserved. -- Licensed under the MIT license. import .common import .ops import .bitvector import smt2.syntax import smt2.builder universes u -- sbool: Boolean SMT formula -- sbitvec: Bit-vector SMT formula (takes its bitwidth) mutual inductive sbool, sbitvec with sb...
476fcd81883ee74a132dcd1255b7288f9d89484f
f083c4ed5d443659f3ed9b43b1ca5bb037ddeb58
/data/set/basic.lean
2d2d067c912240b1a96e3776524473d8a37596d0
[ "Apache-2.0" ]
permissive
semorrison/mathlib
1be6f11086e0d24180fec4b9696d3ec58b439d10
20b4143976dad48e664c4847b75a85237dca0a89
refs/heads/master
1,583,799,212,170
1,535,634,130,000
1,535,730,505,000
129,076,205
0
0
Apache-2.0
1,551,697,998,000
1,523,442,265,000
Lean
UTF-8
Lean
false
false
39,772
lean
/- Copyright (c) 2014 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad, Leonardo de Moura -/ import tactic.ext tactic.finish data.subtype tactic.interactive open function namespace set universes u v w x variables {α : Type u} {β : Type v} {γ ...
7036d916ee2e79ab8d29f6dccf55c9be362d0bae
3dd1b66af77106badae6edb1c4dea91a146ead30
/tests/lean/run/t5.lean
d12e5f4d7ba56a1b66b8cfe165e32a83da1d5019
[ "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
307
lean
variable N : Type.{1} namespace foo variable N : Type.{2} namespace tst variable N : Type.{3} print raw N end end print raw N namespace foo print raw N namespace tst print raw N N -> N section variable N : Type.{4} -- Shadow previous ones. print raw N end end end
c8a6ef5cec74cdd2100f5fc3b47748edc0975d84
abd85493667895c57a7507870867b28124b3998f
/src/field_theory/mv_polynomial.lean
6339970a25b1c671dfb7c92e326f16dfd525830d
[ "Apache-2.0" ]
permissive
pechersky/mathlib
d56eef16bddb0bfc8bc552b05b7270aff5944393
f1df14c2214ee114c9738e733efd5de174deb95d
refs/heads/master
1,666,714,392,571
1,591,747,567,000
1,591,747,567,000
270,557,274
0
0
Apache-2.0
1,591,597,975,000
1,591,597,974,000
null
UTF-8
Lean
false
false
9,223
lean
/- Copyright (c) 2019 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl Multivariate functions of the form `α^n → α` are isomorphic to multivariate polynomials in `n` variables. -/ import linear_algebra.finsupp_vector_space import field_theo...
bf79360f892ca21e09695ea258aca0ab3f3cf88e
766b82465c89f7c306a9c07004605f5d564fd7f7
/src/game/sums/level01.lean
6e4eda60d42668706d6e15a35353c1f8eb1c5404
[ "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
548
lean
import tactic import data.rat import data.real.basic import data.real.irrational import game.basic.level02 namespace uwyo -- hide open real -- hide /- # Chapter 2 : Sums ## Level 1 -/ /- Lemma There are irrational numbers that sum up to a rational. -/ theorem irrat_sum : ¬ (∀ (x y : ℝ), irrational x → irrational ...
5e7f2e0848ba8e722d5bb6d1d623816fdb1891c5
592f865bb4e2e537ae3552cb83c32fb99c8d4c68
/src/to_qShannon_theory_maybe/channel.lean
08bd8123292e30bfa022980a46574234c7b261e4
[]
no_license
BassemSafieldeen/Entropy_and_reversible_catalysis
250dbb9446690ab89d89a6a512c8f888e09e8596
5dd6ee062f61e26bbcf254477e3e24aa3fc489af
refs/heads/master
1,678,747,213,156
1,615,540,586,000
1,615,540,586,000
322,216,014
0
0
null
null
null
null
UTF-8
Lean
false
false
1,659
lean
import to_mathlib_maybe.Hilbert_space import to_qShannon_theory_maybe.state variables {ℋ : Type} [complex_hilbert_space ℋ] {ℋ₁ : Type} [complex_hilbert_space ℋ₁] {ℋ₂ : Type} [complex_hilbert_space ℋ₂] {U : module.End ℂ ℋ} [unitary U] {ρ : module.End ℂ ℋ} [quantum_state ρ] /-- A quantum channel is a linear map between...
4d2f7f0a1af5a6c25a76473d4ed79ccae2ca356a
737dc4b96c97368cb66b925eeea3ab633ec3d702
/stage0/src/Lean/Elab/Tactic/ElabTerm.lean
a1ca6102d47dbcb185da059d5e88bf4762d8bfc8
[ "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
11,345
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.CollectMVars import Lean.Meta.Tactic.Apply import Lean.Meta.Tactic.Constructor import Lean.Meta.Tactic.Assert import Lean.Elab.Tactic.Basic...