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
de4c57726d5bf563f89e42625a5f39d40e888fba
02ca9f8c8f92f3cd78fc8971e2e7a4e079e35a2c
/src/json.lean
9f8436654879eb7218488249a43a99f5a49ebb40
[]
no_license
agentultra/lean-json
bb256b178c11dc4227714693ea1bf5438e40862e
9469a9abbe4c3d1cce52c07a0a5fd6247b294e9e
refs/heads/master
1,608,373,119,196
1,579,929,168,000
1,579,929,168,000
235,705,303
2
0
null
null
null
null
UTF-8
Lean
false
false
2,587
lean
import category.traversable import tactic.basic namespace json open functor universe u inductive value : Type | null | bool : bool → value | string : string → value | number : int → value | array : list value → value | object : list (string × value) → value #check value.bool true #check value.bool false #check ...
75cc0a9e626954f78ad604a0a10cb6ff49375493
94e33a31faa76775069b071adea97e86e218a8ee
/src/tactic/fix_reflect_string.lean
02b4a038288aeec89bfd2c126ac753e1278e1e17
[ "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
1,548
lean
/- Copyright (c) 2020 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ /-! # Workaround for stack overflows with `has_reflect string` The default `has_reflect string` instance in Lean only work for strings up to few thousand characters....
ad20ca3ea5a4f9305042083cbefd8dc12b5e4bc1
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/probability/kernel/cond_cdf.lean
6a8170f2918d83051dfe4ef7e4bcf342b9b7bd35
[ "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
45,173
lean
/- Copyright (c) 2023 Rémy Degenne. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Rémy Degenne -/ import measure_theory.measure.stieltjes import probability.kernel.composition import measure_theory.decomposition.radon_nikodym /-! # Conditional cumulative distribution...
db0afdd1582e68d380b77a750111df0a46ef832b
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/ring_theory/coprime.lean
54423f7451f24fa0abe2b0a94c25f10b0987d32f
[ "Apache-2.0" ]
permissive
jjgarzella/mathlib
96a345378c4e0bf26cf604aed84f90329e4896a2
395d8716c3ad03747059d482090e2bb97db612c8
refs/heads/master
1,686,480,124,379
1,625,163,323,000
1,625,163,323,000
281,190,421
2
0
Apache-2.0
1,595,268,170,000
1,595,268,169,000
null
UTF-8
Lean
false
false
13,717
lean
/- Copyright (c) 2020 Kenny Lau. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kenny Lau, Ken Lee, Chris Hughes -/ import tactic.ring import algebra.big_operators.basic import data.fintype.basic import data.int.gcd import data.set.disjointed /-! # Coprime elements of...
99b8325d6d0532ae90435eebd624bc7b1e546461
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/monoidal/braided.lean
bec4e75332daef474f9bc16f31348fbd59cab629
[ "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
34,862
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.monoidal.coherence_lemmas import category_theory.monoidal.natural_transformation import category_theory.monoidal.discrete /-! # Braided and sy...
02821e26ffd05fd4bcc2999b9c0158e9c9f797d1
26b290e100179c46233060ff9972c0758106c196
/test/cpdt_nano.lean
e48026a60826327aee127d8ab332f485b7e4aa1c
[]
no_license
seanpm2001/LeanProver_Mini_Crush
f95f9e06230b171dd84cc49808f5b2f8378c5e03
cea4166b1b2970fba47907798e7fe0511e426cfd
refs/heads/master
1,688,908,222,650
1,547,825,246,000
1,547,825,246,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
1,045
lean
import mini_crush.nano_crush /- "Proving in the Large" chapter of CPDT -/ inductive exp : Type | Const (n : nat) : exp | Plus (e1 e2 : exp) : exp | Mult (e1 e2 : exp) : exp open exp def eeval : exp → nat | (Const n) := n | (Plus e1 e2) := eeval e1 + eeval e2 | (Mult e1 e2) := eeval e1 * eeval e2 def times (k : n...
12e3b6f0d56b3481b148cd89378ba32d615f9a5a
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/category_theory/products/basic_auto.lean
7c7fb5d95e8c6a6e7eb8c5257775764760e60e6f
[]
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
6,299
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Stephen Morgan, Scott Morrison -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.category_theory.eq_to_hom import Mathlib.PostPort universes u₁ u₂ v₁ v₂ u₃...
4d018146d2ef70a90597571c38bac7e5a2105c51
31f556cdeb9239ffc2fad8f905e33987ff4feab9
/stage0/src/Init/Data/Option/Basic.lean
2f996c6bcc6098d18749ccb57e843615f4ac8d07
[ "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,200
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ prelude import Init.Core import Init.Control.Basic import Init.Coe namespace Option def toMonad [Monad m] [Alternative m] : Option α → m α | none =>...
3d29630e695a0f9ec33c0953248ee0e843f43215
82e44445c70db0f03e30d7be725775f122d72f3e
/src/topology/locally_constant/algebra.lean
32e0b858103b6abb3a12c0dd31e81d8f04189dc6
[ "Apache-2.0" ]
permissive
stjordanis/mathlib
51e286d19140e3788ef2c470bc7b953e4991f0c9
2568d41bca08f5d6bf39d915434c8447e21f42ee
refs/heads/master
1,631,748,053,501
1,627,938,886,000
1,627,938,886,000
228,728,358
0
0
Apache-2.0
1,576,630,588,000
1,576,630,587,000
null
UTF-8
Lean
false
false
7,556
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 topology.locally_constant.basic import topology.continuous_function.algebra import algebra.algebra.basic /-! # Algebraic structure on locally constant functio...
716b6d0dea2cd6bf59b854387df12b64d3bd8984
88fb7558b0636ec6b181f2a548ac11ad3919f8a5
/library/tools/super/prover_state.lean
6d8a49c4dd9f3376f9b67440dddf440896e650bd
[ "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
15,530
lean
/- Copyright (c) 2016 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import .clause .lpo .cdcl_solver open tactic functor monad expr namespace super structure score := (priority : ℕ) (in_sos : bool) (cost : ℕ) (age : ℕ) namespace scor...
f37e707ae032db022638d8ef2e1557109e2cd327
4727251e0cd73359b15b664c3170e5d754078599
/src/group_theory/submonoid/inverses.lean
9cbbef13a63fc2f4cd63327d12a5765a37b5811b
[ "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
6,894
lean
/- Copyright (c) 2021 Andrew Yang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Andrew Yang -/ import group_theory.submonoid.pointwise /-! # Submonoid of inverses Given a submonoid `N` of a monoid `M`, we define the submonoid `N.left_inv` as the submonoid of left...
6a7430ab377588474e32c87f02b9e25934d1c345
624f6f2ae8b3b1adc5f8f67a365c51d5126be45a
/tests/lean/run/nested_match_bug.lean
81a0907c9611c470e6e95a236f265460e356b4ed
[ "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
368
lean
inductive Term : Type | app : List Term -> Term namespace Term instance : Inhabited Term := ⟨app []⟩ partial def transform (f : Term -> Option Term) : Term -> Term | t => match f t with | some u => transform u | none => match t with | app args => let newArgs := args.map (fun arg => transform ar...
f8bce8dbd7b600072a0a3bd16c0b553d92120df4
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/stage0/src/Init/Control/Except.lean
13fd5ec154ca645532febbb55d9ac158e3290bb7
[ "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
6,150
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jared Roesch, Sebastian Ullrich The Except monad transformer. -/ prelude import Init.Control.Basic import Init.Control.Id import Init.Coe namespace Except variable {ε : Type u...
ccd609532a3d9ffb8f5bd7cf77ed4cb6a38267d6
bf3de31b5bab2d2f45db036440db572bf35564cf
/src/lib/probability_theory.lean
3c045dad359e504ef5533a711bba0693057a83a9
[ "Apache-2.0" ]
permissive
ml-lab/stump-learnable
60920c57e3238801ab97487497de026b0f843fd5
c1156b36eb34f1a21c377d0b0644c1ea7e22686b
refs/heads/master
1,599,132,375,763
1,572,478,931,000
1,572,478,931,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
17,910
lean
/- Copyright © 2019, Oracle and/or its affiliates. All rights reserved. -/ import measure_theory.measure_space tactic.tidy measure_theory.giry_monad local attribute [instance] classical.prop_decidable noncomputable theory open measure_theory ennreal lattice measure_theory measure_theory.measure set universe u ...
22d27cbbaecae160fc003f6244094db29666f2cd
4b846d8dabdc64e7ea03552bad8f7fa74763fc67
/library/init/data/nat/lemmas.lean
dd6ee7e1e3fc7901844ff7ae5d9d194dd6ae8fba
[ "Apache-2.0" ]
permissive
pacchiano/lean
9324b33f3ac3b5c5647285160f9f6ea8d0d767dc
fdadada3a970377a6df8afcd629a6f2eab6e84e8
refs/heads/master
1,611,357,380,399
1,489,870,101,000
1,489,870,101,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
36,753
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, Jeremy Avigad -/ prelude import init.data.nat.basic init.data.nat.div init.data.nat.pow init.meta init.algebra.functions namespace nat attribute [pre_smt] na...
c6d245baac0cd91a3aabe6a26fb0280774f92922
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/number_theory/quadratic_reciprocity.lean
833181af03b11e7d36a87c5d9dfdab5fbf85b58e
[ "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
25,087
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 field_theory.finite import data.zmod.basic import data.nat.parity /-! # Quadratic reciprocity. This file contains results about quadratic residues modulo a prim...
a4a0186372326fb562337a15c3f62cee8fb723ba
0003047346476c031128723dfd16fe273c6bc605
/src/algebra/field.lean
33de6c9e2e4e4c196c18dd42e1420e44db4ceea2
[ "Apache-2.0" ]
permissive
ChandanKSingh/mathlib
d2bf4724ccc670bf24915c12c475748281d3fb73
d60d1616958787ccb9842dc943534f90ea0bab64
refs/heads/master
1,588,238,823,679
1,552,867,469,000
1,552,867,469,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
8,294
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Mario Carneiro -/ import algebra.ring logic.basic open set universe u variables {α : Type u} instance division_ring.to_domain [s : division_ring α] : domain α := { eq...
1263abe2bafae48b04a1acad7be39d5ca48c76fc
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/measure_theory/function/simple_func_dense.lean
25fcda5f6fa32403181357734bc4c325e8903173
[ "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,478
lean
/- Copyright (c) 2019 Zhouhang Zhou. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Zhouhang Zhou, Yury Kudryashov, Heather Macbeth -/ import measure_theory.function.simple_func /-! # Density of simple functions > THIS FILE IS SYNCHRONIZED WITH MATHLIB4. > Any change...
0371d28d2ab4b684b6bd43d716d3f156f40548be
82e44445c70db0f03e30d7be725775f122d72f3e
/src/analysis/calculus/deriv.lean
f98df022dd32d164f89b5daea1b5c059d0137f68
[ "Apache-2.0" ]
permissive
stjordanis/mathlib
51e286d19140e3788ef2c470bc7b953e4991f0c9
2568d41bca08f5d6bf39d915434c8447e21f42ee
refs/heads/master
1,631,748,053,501
1,627,938,886,000
1,627,938,886,000
228,728,358
0
0
Apache-2.0
1,576,630,588,000
1,576,630,587,000
null
UTF-8
Lean
false
false
78,277
lean
/- Copyright (c) 2019 Gabriel Ebner. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner, Sébastien Gouëzel -/ import analysis.calculus.fderiv /-! # One-dimensional derivatives This file defines the derivative of a function `f : 𝕜 → F` where `𝕜` is a norm...
93cc8799ee02f36b3da963c0e7854de8038a80b2
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/tactic/cancel_denoms.lean
d1515d4cf689f08be187464fbbcec71482a25bed
[]
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,669
lean
/- Copyright (c) 2020 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.rat.meta_defs import Mathlib.tactic.norm_num import Mathlib.data.tree import Mathlib...
47d4732f7ab0b2d9707a98da1dea0b4c8f83fd29
57fdc8de88f5ea3bfde4325e6ecd13f93a274ab5
/algebra/group.lean
f69e1763fc121945ffbae8289617c06e04a4eac8
[ "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
19,544
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 Various multiplicative and additive structures. -/ import tactic.interactive section pending_1857 /- Transport multiplicative to additive -/ section ...
6539912af52101f1917c61ed467990d7b95a7b8d
4727251e0cd73359b15b664c3170e5d754078599
/src/order/filter/extr.lean
937e748bcbce88bfa49170f36ad79a43ca155b4d
[ "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,353
lean
/- Copyright (c) 2019 Yury Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov -/ import order.filter.basic /-! # Minimum and maximum w.r.t. a filter and on a aet ## Main Definitions This file defines six predicates of the form `is_A_B`, where...
c5fc9d5c8efd289aabd93609dd5336c66e23055e
8cb37a089cdb4af3af9d8bf1002b417e407a8e9e
/library/init/meta/mk_has_sizeof_instance.lean
157dbbab2c846640f0b081cd0e366b569a79ac10
[ "Apache-2.0" ]
permissive
kbuzzard/lean
ae3c3db4bb462d750dbf7419b28bafb3ec983ef7
ed1788fd674bb8991acffc8fca585ec746711928
refs/heads/master
1,620,983,366,617
1,618,937,600,000
1,618,937,600,000
359,886,396
1
0
Apache-2.0
1,618,936,987,000
1,618,936,987,000
null
UTF-8
Lean
false
false
3,444
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 Helper tactic for constructing has_sizeof instance. -/ prelude import init.meta.rec_util init.meta.constructor_tactic namespace tactic open expr environment ...
2aa9ca60800ae3ea604a969929c9d922f27be6c3
d1a52c3f208fa42c41df8278c3d280f075eb020c
/stage0/src/Lean/Elab/Deriving/DecEq.lean
3814261f9a1c58e684da8ce95a202b3f289f8128
[ "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
8,067
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.Transform import Lean.Meta.Inductive import Lean.Elab.Deriving.Basic import Lean.Elab.Deriving.Util namespace Lean.Elab.Deriving.DecEq ope...
cdb6e7d78cc06786444b617db35e5cfe4b547235
30b012bb72d640ec30c8fdd4c45fdfa67beb012c
/category_theory/opposites.lean
efee88433f85b2087de53e1b7299b1cc7beeac6a
[ "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
1,958
lean
-- Copyright (c) 2017 Scott Morrison. All rights reserved. -- Released under Apache 2.0 license as described in the file LICENSE. -- Authors: Stephen Morgan, Scott Morrison import category_theory.products import category_theory.types namespace category_theory universes u₁ v₁ u₂ v₂ def op (C : Type u₁) : Type u₁ := ...
710f6ac412aa17a80ca92a4c7cd0019a3f23045b
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/ring_theory/principal_ideal_domain_auto.lean
ca9b65f5c5dcfc58ed0392b8005801e9ca1f7aa1
[]
no_license
AurelienSaue/Mathlib4_auto
f538cfd0980f65a6361eadea39e6fc639e9dae14
590df64109b08190abe22358fabc3eae000943f2
refs/heads/master
1,683,906,849,776
1,622,564,669,000
1,622,564,669,000
371,723,747
0
0
null
null
null
null
UTF-8
Lean
false
false
7,173
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Chris Hughes, Morenikeji Neri -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.ring_theory.noetherian import Mathlib.ring_theory.unique_factorization_domain i...
3c4ec35bad0d313a0d364e9875d4ddbfb58d8086
ea7efe452736b86b0b2021b09da6e682f816e2f7
/src/week07.lean
2e816d29714c88bab9fa451c1cb48f0ef3aa0e49
[]
no_license
UVM-M52/week-7-fgdorais
eb882f7acd9b03e59d0b52def4a25da3c2a05211
61f7180df653d53de06ae02b831052814432fd4c
refs/heads/master
1,610,807,026,593
1,582,685,154,000
1,582,685,154,000
243,152,759
0
0
null
null
null
null
UTF-8
Lean
false
false
1,914
lean
-- Math 52: Week 7 import .utils open classical definition is_even (n : ℤ) : Prop := ∃ (k : ℤ), n = 2 * k definition is_odd (n : ℤ) : Prop := ∃ (k : ℤ), n = 2 * k + 1 definition divides (a b : ℤ) : Prop := ∃ (n : ℤ), b = a * n local infix ∣ := divides -- We will prove these two basic facts later in the course. ax...
56a7974bb239f7e9722d947b9374a847a456830a
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/topology/metric_space/isometry.lean
3a94caacf0cd212cb94074777418ecd78b0af5fd
[ "Apache-2.0" ]
permissive
jjgarzella/mathlib
96a345378c4e0bf26cf604aed84f90329e4896a2
395d8716c3ad03747059d482090e2bb97db612c8
refs/heads/master
1,686,480,124,379
1,625,163,323,000
1,625,163,323,000
281,190,421
2
0
Apache-2.0
1,595,268,170,000
1,595,268,169,000
null
UTF-8
Lean
false
false
13,332
lean
/- Copyright (c) 2018 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Isometries of emetric and metric spaces Authors: Sébastien Gouëzel -/ import topology.metric_space.antilipschitz /-! # Isometries We define isometries, i.e., maps between emetric spaces th...
70cb1a8c6471c740eebbc550fc01005f28437343
57c233acf9386e610d99ed20ef139c5f97504ba3
/counterexamples/direct_sum_is_internal.lean
73f6bff5720751f263a819d6d3e4cb1ceefb485b
[ "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
3,860
lean
/- Copyright (c) 2021 Eric Wieser. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Eric Wieser, Kevin Buzzard -/ import algebra.direct_sum.module import tactic.fin_cases /-! # Not all complementary decompositions of a module over a semiring make up a direct sum This ...
35262d133a235571f20eefedb102417afa40d1ff
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/algebra/order/monoid/order_dual.lean
dd806089d43162afd0ac38a02eb4ef65fa3e46d6
[ "Apache-2.0" ]
permissive
leanprover-community/mathlib
56a2cadd17ac88caf4ece0a775932fa26327ba0e
442a83d738cb208d3600056c489be16900ba701d
refs/heads/master
1,693,584,102,358
1,693,471,902,000
1,693,471,902,000
97,922,418
1,595
352
Apache-2.0
1,694,693,445,000
1,500,624,130,000
Lean
UTF-8
Lean
false
false
3,174
lean
/- Copyright (c) 2016 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Mario Carneiro, Johannes Hölzl -/ import algebra.group.order_synonym import algebra.order.monoid.cancel.defs /-! # Ordered monoid structures on the o...
26abb9e240f58c2751bd7f75dd8347c41757f4e5
cb1829c15cd3d28210f93507f96dfb1f56ec0128
/theorem_proving/11-axioms_and_computation.lean
72846d6f83ae1b95dfcf143a7b97ce05752aa394
[]
no_license
williamdemeo/LEAN_wjd
69f9f76e35092b89e4479a320be2fa3c18aed6fe
13826c75c06ef435166a26a72e76fe984c15bad7
refs/heads/master
1,609,516,630,137
1,518,123,893,000
1,518,123,893,000
97,740,278
2
0
null
null
null
null
UTF-8
Lean
false
false
908
lean
-- 11. Axioms and Computation #print "===========================================" #print "Section 11.1. Historical and Philosophical Context" #print " " namespace Sec_11_1 end Sec_11_1 #print "===========================================" #print "Section 11.2. Propositional Extensionality" #print " " namespace S...
c9be899440d3bbf1895607c8ee44e724ac619ceb
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/algebra/ordered_ring.lean
1ecb73f81f11eb9d5706ec1ad2985c725ea79845
[ "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
23,417
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 tactic.split_ifs order.basic algebra.order algebra.ordered_group algebra.ring data.nat.cast universe u variable {α : Type u} -- `mul_nonneg` and `mul_pos` in...
e44070081db7b80a052613ab052b834258f81419
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/library/logic/connectives.lean
e0e1bd101b508bb11b3fb4fe5992b11381373b91
[ "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
5,053
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Leonardo de Moura, Haitao Zhang The propositional connectives. See also init.datatypes and init.logic. -/ variables {a b c d : Prop} /- implies -/ definition i...
0ecb8f83be65c94d8ef79ab0ff896c12a78a1fdb
3dc4623269159d02a444fe898d33e8c7e7e9461b
/.github/workflows/project_1_a_decrire/Nouveau dossier/Omega.lean
baf9d5ddd817ba5ce4e01356bbefa6b5e1310266
[]
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,299
lean
import ring_theory.algebra import data.polynomial import tactic import data.polynomial import algebra.category.CommRing.basic import data.finsupp open category_theory open functor open CommRing open polynomial open algebra open finsupp universes v u local notation ` Ring ` := CommRing.{u} local notation ` Set...
4b60c4aa83acc7c9b78f809101ad38118f6fe961
4fa161becb8ce7378a709f5992a594764699e268
/src/analysis/analytic/basic.lean
3c2b4fd64bbcfd94312f2cf5da310375c5e991ef
[ "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
37,969
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.times_cont_diff import tactic.omega import analysis.special_functions.pow /-! # Analytic functions A function is analytic in one dime...
9cbba81207c1753fc3178699b75a47af7dd0a924
6432ea7a083ff6ba21ea17af9ee47b9c371760f7
/tests/lean/defaultInstanceWithPrio.lean
a538f0d33dffe63cb7aadee44ff998d05901a073
[ "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
272
lean
structure Rational where num : Int den : Nat inv : den ≠ 0 @[default_instance 200] instance : OfNat Rational n where ofNat := { num := n, den := 1, inv := by decide } instance : ToString Rational where toString r := s!"{r.num}/{r.den}" #check 2 -- Rational
8de7f93194bad984470504cf74be4dd61b475c9c
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/stage0/src/Lean/Elab/Tactic/Rewrite.lean
5b029f7db1277bed6b629f8325b44db65a53520c
[ "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
3,455
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.Rewrite import Lean.Meta.Tactic.Replace import Lean.Elab.Tactic.Basic import Lean.Elab.Tactic.ElabTerm import Lean.Elab.Tactic.Locat...
727261f4f62bef203e039cd1e5b6fee66d1a99eb
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/ring_theory/fractional_ideal.lean
32388284ca24e60c4712c326d481258341503d96
[ "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
39,606
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...
3b556a0115693baec2a4bb929550dd8537afc1f3
dd0f5513e11c52db157d2fcc8456d9401a6cd9da
/11_Tactic-Style_Proofs.org.37.lean
dd83a8d8742b9c5059ca3731be1c59f0f67572ae
[]
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
151
lean
import standard open nat variables (f : nat → nat) (a b : nat) example (H₁ : a = b) (H₂ : f a = 0) : f b = 0 := begin rewrite [-H₁, H₂] end
3904e2be074eee204492fbb04d0b8810ad20f795
bbecf0f1968d1fba4124103e4f6b55251d08e9c4
/src/analysis/calculus/specific_functions.lean
b7eba444bc49eb7bb6747be0eb0410ea32d976e2
[ "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
18,905
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.iterated_deriv import analysis.inner_product_space.euclidean_dist /-! # Infinitely smooth bump function In this file we construct sev...
06dc2ce557df2024869dae8989d493d01182f98b
57aec6ee746bc7e3a3dd5e767e53bd95beb82f6d
/src/Lean/Meta/Tactic/Simp/SimpLemmas.lean
55a8e80f0fdd7506726f83e3f5684f8eaac2d1e1
[ "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
11,117
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.ScopedEnvExtension import Lean.Util.Recognizers import Lean.Meta.LevelDefEq import Lean.Meta.DiscrTree import Lean.Meta.AppBuilder import Lean.M...
f024ecd9a0a57546f529065e8559bbd4e3217222
8cae430f0a71442d02dbb1cbb14073b31048e4b0
/src/order/closure.lean
02cbb145e313129554777d9559c52d28684eb06d
[ "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
17,438
lean
/- Copyright (c) 2020 Bhavik Mehta. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Bhavik Mehta, Yaël Dillies -/ import data.set.lattice import data.set_like.basic import order.galois_connection import order.hom.basic /-! # Closure operators between preorders > THIS ...
27cf736c831e7e0a2f49c39fd4e98967d7af40fb
6094e25ea0b7699e642463b48e51b2ead6ddc23f
/library/data/finset/bigops.lean
3f456368a3a755ee5de51cbbbda4318602379680
[ "Apache-2.0" ]
permissive
gbaz/lean
a7835c4e3006fbbb079e8f8ffe18aacc45adebfb
a501c308be3acaa50a2c0610ce2e0d71becf8032
refs/heads/master
1,611,198,791,433
1,451,339,111,000
1,451,339,111,000
48,713,797
0
0
null
1,451,338,939,000
1,451,338,939,000
null
UTF-8
Lean
false
false
5,565
lean
/- Copyright (c) 2015 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Jeremy Avigad, Haitao Zhang Finite unions and intersections on finsets. Note: for the moment we only do unions. We need to generalize bigops for intersections. -/ import data.f...
78f7f4db5e15baea8546b35e91ca07fde417790f
88fb7558b0636ec6b181f2a548ac11ad3919f8a5
/tests/lean/run/ematch1.lean
810649b1ba96cd2d9abadfcd70220e5c49037362
[ "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
762
lean
constant f : nat → nat constant g : nat → nat axiom Ax : ∀ x, (: f (g x) :) = x open tactic meta def add_insts : list (expr × expr) → tactic unit | [] := skip | ((inst, pr)::r) := do assertv `_einst inst pr, add_insts r meta def ematch_test (h : name) (e : expr) : tactic unit := do cc ← cc_state.mk...
1494611825f83b0bf04d12ce48e3acf1213fcb7e
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/tactic/cancel_denoms.lean
dc9587c0fbb9b78e37661e74d969290443e32a80
[ "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
9,287
lean
/- Copyright (c) 2020 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis -/ import data.rat.meta_defs import tactic.norm_num import data.tree import meta.expr /-! # A tactic for canceling numeric denominators This file defines tactics th...
42867f174c76e2d64afa471d73cabedd6ec428d8
0ddf2dd8409bcb923d11603846800bd9699616ea
/chapter4.lean
dc53b19c1f3b2afd6a0623e3b7e278f36b05bb4f
[]
no_license
tounaishouta/Lean
0cbaaa9340e7f8f884504ea170243e07a54f0566
1d75311f5506ca2bfd8b7ccec0b7d70c3319d555
refs/heads/master
1,610,229,383,935
1,459,950,226,000
1,459,950,226,000
50,836,185
0
0
null
null
null
null
UTF-8
Lean
false
false
9,258
lean
import data.nat section sec4_1_1 variables (A : Type) (p q : A → Prop) example : (∀ x, p x ∧ q x) ↔ (∀ x, p x) ∧ (∀ x, q x) := iff.intro ( assume H : ∀ x : A, p x ∧ q x, and.intro ( take x : A, show p x, from and.left (H x) ) ( take x : A, show q x, from and.right (H x) ) ) ( assume H : (∀ ...
44774809c630624af18ebb6ab1da09bf14dc242c
6214e13b31733dc9aeb4833db6a6466005763162
/src/theorems.lean
88673692f64b17ec7ebaccc066ccf544bc4b120e
[]
no_license
joshua0pang/esverify-theory
272a250445f3aeea49a7e72d1ab58c2da6618bbe
8565b123c87b0113f83553d7732cd6696c9b5807
refs/heads/master
1,585,873,849,081
1,527,304,393,000
1,527,304,393,000
154,901,199
1
0
null
1,540,593,067,000
1,540,593,067,000
null
UTF-8
Lean
false
false
833
lean
import .definitions2 .qi .soundness -- This theorem states that any proposition `P` that is valid with instantiations `⟪ P ⟫` -- is also a valid proposition without quantifier instantiation `⦃ P ⦄`: theorem vc_valid_without_instantiations (P: prop): ⟪ P ⟫ → ⦃ P ⦄ := @vc_valid_from_inst_valid P -- actual proof in...
bcc032638e28d43c48c5e55983cc99c24fcd8577
95dcf8dea2baf2b4b0a60d438f27c35ae3dd3990
/src/data/int/basic.lean
b80a2634067c4adb10875e08d349b1865d29a698
[ "Apache-2.0" ]
permissive
uniformity1/mathlib
829341bad9dfa6d6be9adaacb8086a8a492e85a4
dd0e9bd8f2e5ec267f68e72336f6973311909105
refs/heads/master
1,588,592,015,670
1,554,219,842,000
1,554,219,842,000
179,110,702
0
0
Apache-2.0
1,554,220,076,000
1,554,220,076,000
null
UTF-8
Lean
false
false
48,186
lean
/- Copyright (c) 2016 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad The integers, with addition, multiplication, and subtraction. -/ import data.nat.basic data.list.basic algebra.char_zero algebra.order_functions open nat namespace int ...
c4c3451efc430c8a1129ab45df295164812def98
4fa161becb8ce7378a709f5992a594764699e268
/src/ring_theory/multiplicity.lean
744bbd029e7d1b6a3a0db251bc5c9b099d481e29
[ "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
17,350
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis, Chris Hughes -/ import algebra.associated import data.int.gcd import algebra.big_operators variables {α : Type*} open nat roption open_locale big_operators theorem...
d8711e0e78fa7a81f0df88dbcef3a7eac6adb338
432d948a4d3d242fdfb44b81c9e1b1baacd58617
/src/category_theory/core.lean
f7d61db12301999c4c92d593d1c0626db1db9dd9
[ "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
2,969
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.groupoid import control.equiv_functor import category_theory.types /-! # The core of a category The core of a category `C` is the (non-full) s...
f84e67c9b1534c43a399839a462f7495374b4a57
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/analysis/calculus/cont_diff.lean
08debecca04e99de3d9e1655d80bd311118a3679
[ "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
162,428
lean
/- Copyright (c) 2019 Sébastien Gouëzel. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sébastien Gouëzel -/ import analysis.calculus.mean_value import analysis.normed_space.multilinear import analysis.calculus.formal_multilinear_series import data.enat.basic import ta...
93708dc823dc6c3db22a654dce6e528c9f705e95
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/analysis/convex/cone.lean
ce7f1909c44e02ca4566700777902e94e959e87f
[ "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
23,940
lean
/- Copyright (c) 2020 Yury Kudryashov All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury Kudryashov, Frédéric Dupuis -/ import analysis.convex.basic import analysis.normed_space.inner_product /-! # Convex cones In a vector space `E` over `ℝ`, we define a convex cone...
71e6267f31e4ef1c83b9d82ff3b287c4c63e45f9
f083c4ed5d443659f3ed9b43b1ca5bb037ddeb58
/data/set/countable.lean
a73ce944bc367df27f215d87be05224a188329ef
[ "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
4,833
lean
/- Copyright (c) 2017 Johannes Hölzl. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Johannes Hölzl Countable sets. -/ import data.equiv.list data.set.finite logic.function data.set.function noncomputable theory open function set encodable open classical (hiding som...
ab91a195c20f4147d8e8114fa3289e7c0eb2cef3
af12658b6e154a25cef49daace68e4efd1daca33
/questões-logica.lean
d542c082dc1de69646ac894ce105dd999da9019f
[]
no_license
IreneGinani/Logica-Lean
2593d0b73025e06915f47b512a4c5994a6de8628
4b50a896da0c8953972effa749c3dbe111a25e7d
refs/heads/master
1,583,945,680,687
1,524,683,811,000
1,524,683,811,000
130,131,838
1
0
null
null
null
null
UTF-8
Lean
false
false
6,411
lean
section -- Questao 62 Logica proposicional : LCP-62 ¬A → B, ¬B ⊢ A variables A B: Prop open classical example (h1: ¬ A → B) (h2: ¬ B) : A := by_contradiction( assume h3: ¬ A, have h4: B, from h1 h3, show false, from h2 h4) end section -- Questao 65 Logica pr...
a55e27deb564b93b7e2e2dee29be4806258bd12f
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/data/nat/choose/multinomial.lean
6b7b4e402fd983dff647562d1c2d0ac69d60b5dd
[ "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,642
lean
/- Copyright (c) 2022 Pim Otte. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Kyle Miller, Pim Otte -/ import algebra.big_operators.fin import data.nat.choose.sum import data.nat.factorial.big_operators import data.fin.vec_notation import data.finset.sym import data....
502be9f0d91faee6120d24b91233c77dd2ca135f
bb31430994044506fa42fd667e2d556327e18dfe
/src/topology/metric_space/basic.lean
c00763637c991ac01701afc7a43cf3a35ad3489a
[ "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
140,782
lean
/- Copyright (c) 2015, 2017 Jeremy Avigad. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jeremy Avigad, Robert Y. Lewis, Johannes Hölzl, Mario Carneiro, Sébastien Gouëzel -/ import tactic.positivity import topology.algebra.order.compact import topology.metric_space.e...
832a0a36a054f8ce291932c6898451f1cfd9eba0
80cc5bf14c8ea85ff340d1d747a127dcadeb966f
/src/data/nat/choose/basic.lean
eab313305fcd95008d72a3d0159152ee55a9b5ea
[ "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
8,097
lean
/- Copyright (c) 2018 Chris Hughes. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Chris Hughes, Bhavik Mehta -/ import data.nat.fact /-! # Binomial coefficients This file contains a definition of binomial coefficients and simple lemmas (i.e. those not requiring more ...
c04c55f2ccf0ad33a9781c0eb3704d3178d46517
e898bfefd5cb60a60220830c5eba68cab8d02c79
/uexp/src/uexp/cosette_lemmas.lean
3e4e47612d05980e0157fb45a84c1caff34eae24
[ "BSD-2-Clause" ]
permissive
kkpapa/Cosette
9ed09e2dc4c1ecdef815c30b5501f64a7383a2ce
fda8fdbbf0de6c1be9b4104b87bbb06cede46329
refs/heads/master
1,584,573,128,049
1,526,370,422,000
1,526,370,422,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
5,581
lean
import .u_semiring import .extra_constants /- lemmas used in congruence of u-semirings -/ section variables {s: Schema} {t₁ t₂ t₃ t₄: Tuple s} {a b c d e f: usr} {R: Tuple s → usr} private meta def simp_solve := `[intros h, rewrite ← h, try {simp <|> ac_refl}] lemma ueq_symm: a = b → b = a := begin intros, r...
5b5fa7bc8c531a45ef5f756bd6a754ee2515482e
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Lean/Util/SCC.lean
93884e75347501e1258400d8c17896c71027c387
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
EdAyers/lean4
57ac632d6b0789cb91fab2170e8c9e40441221bd
37ba0df5841bde51dbc2329da81ac23d4f6a4de4
refs/heads/master
1,676,463,245,298
1,660,619,433,000
1,660,619,433,000
183,433,437
1
0
Apache-2.0
1,657,612,672,000
1,556,196,574,000
Lean
UTF-8
Lean
false
false
3,153
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.Data.HashMap namespace Lean.SCC /-! Very simple implementation of Tarjan's SCC algorithm. Performance is not a goal here since we use this mo...
7c3a4b505ab73c85b7f5a5aea14cfc84b39750b6
b7f22e51856f4989b970961f794f1c435f9b8f78
/tests/lean/run/occurs_check_bug1.lean
83e2dc7360e9e295f48216b2d15bb33a8ccd517f
[ "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
483
lean
import logic data.nat data.prod open nat prod open decidable constant modulo1 (x : ℕ) (y : ℕ) : ℕ infixl `mod`:70 := modulo1 constant gcd_aux : ℕ × ℕ → ℕ definition gcd (x y : ℕ) : ℕ := gcd_aux (pair x y) theorem gcd_def (x y : ℕ) : gcd x y = @ite (y = 0) (nat.has_decidable_eq (pr2 (pair x y)) 0) nat x (gcd y (x m...
e80e9836932c1fbca0f6f86f4e471a2a9cb1c35e
94e33a31faa76775069b071adea97e86e218a8ee
/src/topology/tietze_extension.lean
cdf65d66ec56819856a7b01ef9d4d882c4c54435
[ "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
22,793
lean
/- Copyright (c) 2021 Yury G. Kudryashov. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Yury G. Kudryashov -/ import data.set.intervals.monotone import topology.algebra.order.monotone_continuity import topology.urysohns_bounded /-! # Tietze extension theorem In this...
4e4613f48e030c635e73d0f101d3d6d1fc2d3de7
1abd1ed12aa68b375cdef28959f39531c6e95b84
/src/topology/homeomorph.lean
30a74c263ac0d8940fbf5fe7a005bd96639ac19c
[ "Apache-2.0" ]
permissive
jumpy4/mathlib
d3829e75173012833e9f15ac16e481e17596de0f
af36f1a35f279f0e5b3c2a77647c6bf2cfd51a13
refs/heads/master
1,693,508,842,818
1,636,203,271,000
1,636,203,271,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
16,734
lean
/- Copyright (c) 2019 Reid Barton. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johannes Hölzl, Patrick Massot, Sébastien Gouëzel, Zhouhang Zhou, Reid Barton -/ import topology.dense_embedding /-! # Homeomorphisms This file defines homeomorphisms between two topolo...
6890df6b4e0e87393a8884500c70a391ba432936
c777c32c8e484e195053731103c5e52af26a25d1
/src/data/matrix/notation.lean
8ff6eefcde35aa4a36481fe2400ed838cb874e17
[ "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
15,135
lean
/- Copyright (c) 2020 Anne Baanen. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Anne Baanen, Eric Wieser -/ import data.matrix.basic import data.fin.vec_notation import tactic.fin_cases import algebra.big_operators.fin /-! # Matrix and vector notation > THIS FILE I...
4614dcce60a52b8a596e6bd83286e8e112477f1c
63abd62053d479eae5abf4951554e1064a4c45b4
/src/category_theory/monoidal/limits.lean
591499b15e32dbc733c120aca7551dcc255bd074
[ "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
3,848
lean
/- Copyright (c) 2020 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Scott Morrison -/ import category_theory.monoidal.functorial import category_theory.monoidal.functor_category import category_theory.limits.limits /-! # `lim : (J ⥤ C) ⥤ C` is lax mon...
927d935093b3c48ace66481866fd1b5f8c9a9d40
a0e23cfdd129a671bf3154ee1a8a3a72bf4c7940
/tests/lean/abst.lean
c7689a15c19535a02468e829c32e008f08571ce8
[ "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
510
lean
import Lean.Expr open Lean def tst : IO Unit := do let f := mkConst `f; let x := mkFVar `x; let y := mkFVar `y; let t := mkApp (mkApp (mkApp f x) y) (mkApp f x); IO.println t; let p := t.abstract [x, y].toArray; IO.println p; IO.println $ p.instantiateRev #[x, y]; let a := mkConst `a; let b := mkApp f (mkConst `b); I...
75e1430e4a96967ad368ed97b20e735d7c3fdd23
4fc5f02f6ed9423b87987589bcc202f985d7e9ff
/src/game/world6/level1.lean
9637deca917bc1b41acab27fe3ab35f9f5e09e62
[ "Apache-2.0" ]
permissive
grthomson/natural_number_game
2937533df0b83e73e6a873c0779ee21e30f09778
0a23a327ca724b95406c510ee27c55f5b97e612f
refs/heads/master
1,599,994,591,355
1,588,869,073,000
1,588,869,073,000
222,750,177
0
0
Apache-2.0
1,574,183,960,000
1,574,183,960,000
null
UTF-8
Lean
false
false
3,077
lean
-- World name : Proposition world /- # Proposition world. A Proposition is a true/false statement, like `2 + 2 = 4` or `2 + 2 = 5`. Just like we can have concrete sets in Lean like `mynat`, and abstract sets called things like `X`, we can also have concrete propositions like `2 + 2 = 5` and abstract propositions ca...
895f0eead657db4ad49fa7d8c3a9b800195ea656
86f6f4f8d827a196a32bfc646234b73328aeb306
/examples/introduction/unnamed_249.lean
5d10b1c7d82defa63a608be26c26d31732170012
[]
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
162
lean
import data.nat.parity tactic open nat -- BEGIN example : ∀ m n : nat, even n → even (m * n) := by { rintros m n ⟨k, hk⟩, use m * k, rw hk, ring } -- END
3b4f33ef05e5b26cfa32dad46ef9865a6f18bba0
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/control/monad/basic.lean
b635ccd8c3339bf80133ba541d3fec51356d5e99
[ "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
2,721
lean
/- Copyright (c) 2019 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon -/ import tactic.basic import data.equiv.basic /-! # Monad ## Attributes * ext * functor_norm * monad_norm ## Implementation Details Set of rewrite rules and automatio...
eaea6901ffca05c6ea6e6b66ededbba8e5e3a7e1
fa02ed5a3c9c0adee3c26887a16855e7841c668b
/src/category_theory/products/associator.lean
429dbc51729a2d5aa27f5c9f0ad5bdae4c170479
[ "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
1,714
lean
/- Copyright (c) 2017 Scott Morrison. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Stephen Morgan, Scott Morrison -/ import category_theory.products.basic /-! The associator functor `((C × D) × E) ⥤ (C × (D × E))` and its inverse form an equivalence. -/ universes v...
bd98c1c34e6b507c7928ce06a19e6002b825e41d
3dc4623269159d02a444fe898d33e8c7e7e9461b
/.github/workflows/project_1_a_decrire/lean-scheme-submission/src/sheaves/stalk_of_rings.lean
1df7037d526745c3077a18e212c6a20208106047
[]
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
13,776
lean
/- Stalk of rings. https://stacks.math.columbia.edu/tag/007L (just says that the category of rings is a type of algebraic structure) -/ import topology.basic import sheaves.stalk import sheaves.presheaf_of_rings universes u v w open topological_space section stalk_of_rings variables {α : Type u} [topologica...
387f963d2d1e78e3a4c52fea2d15c76c336c9b07
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/measure_theory/constructions/prod.lean
555b895e35a50f6089a7804d74894936d8f596c7
[ "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
47,007
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 -/ import measure_theory.measure.giry_monad import measure_theory.integral.set_integral /-! # The product measure In this file we define and prove properties about...
1fe3bc92c1418142d933a4fbb926433845b50b9a
deb45868eed82bf318edfa1465dfc25f93e4fe7d
/M1F/2017-18/Example_Sheet_01/Question_01/question.lean
d2afe528ba0edab19c7b854a06582808fcb85b93
[]
no_license
elma16/xena
16421db3416e73d73860a72cf24f32ae56ddb4db
5a5534aa40e8ec3e05fc85ef374dbf5d27a4a718
refs/heads/master
1,625,400,269,823
1,506,370,990,000
1,506,370,990,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
563
lean
/- M1F Sheet 1 Question 1 part (a) Author : Kevin Buzzard Preliminary version TODO (KMB) : Replace topology.real with more user-friendly real numbers. : figure out how to use x^2 instead of x*x : figure out how to make 3 mean 3:R rather than 3:nat : remove some of those stupid bracke...
bdc70a41afbb353bff47292848c3a741a95cddec
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Lean/PrettyPrinter/Parenthesizer.lean
f40e94208ed4789c5eb53bec73650383e32b1da9
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
EdAyers/lean4
57ac632d6b0789cb91fab2170e8c9e40441221bd
37ba0df5841bde51dbc2329da81ac23d4f6a4de4
refs/heads/master
1,676,463,245,298
1,660,619,433,000
1,660,619,433,000
183,433,437
1
0
Apache-2.0
1,657,612,672,000
1,556,196,574,000
Lean
UTF-8
Lean
false
false
29,433
lean
/- Copyright (c) 2020 Sebastian Ullrich. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Sebastian Ullrich -/ import Lean.CoreM import Lean.KeyedDeclsAttribute import Lean.Parser.Extension import Lean.ParserCompiler.Attribute import Lean.PrettyPrinter.Basic /-! The pa...
7e6bfee0091bd43bfe35f9601e748620ec2d7398
ce6917c5bacabee346655160b74a307b4a5ab620
/src/ch2/ex0306.lean
990fb25a0dba61ba4e0b124002a62555c792e15c
[]
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
239
lean
constants α β γ : Type constant f : α → β constant g : β → γ constant h : α → α constants (a : α) (b : β) #check (λ x : α, x) a #check (λ x : α, b) a #check (λ x : α, b) (h a) #check (λ x : α, g (f x)) (h (h a))
b5171d1ebd633356368cb9adea9134facb0cf4e5
6e41ee3ac9b96e8980a16295cc21f131e731884f
/library/init/nat.lean
683f3353f2bb3c820cc15b988b6853a782de6ca4
[ "Apache-2.0" ]
permissive
EgbertRijke/lean
3426cfa0e5b3d35d12fc3fd7318b35574cb67dc3
4f2e0c6d7fc9274d953cfa1c37ab2f3e799ab183
refs/heads/master
1,610,834,871,476
1,422,159,801,000
1,422,159,801,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
10,810
lean
/- Copyright (c) 2014 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Module: init.nat Authors: Floris van Doorn, Leonardo de Moura -/ prelude import init.wf init.tactic open eq.ops decidable namespace nat notation `ℕ` := nat inductive lt (a : nat)...
507085d3d0868f818357258c3b583fe454794f3e
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/data/nat/psub_auto.lean
413095c4628807b1485c601ebff5fa119b85a6ab
[]
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,288
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.default import Mathlib.data.nat.basic import Mathlib.PostPort namespace Mathlib /-! # Partial predecessor and par...
04b247ef3ee94d27d79de6d48c46aa07f6993b1a
e0f9ba56b7fedc16ef8697f6caeef5898b435143
/src/data/fintype/card.lean
0fb8450c370695815f1477fda013f2b2a885864a
[ "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
13,523
lean
/- Copyright (c) 2017 Mario Carneiro. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Mario Carneiro -/ import data.fintype.basic import data.nat.choose import tactic.ring /-! Results about "big operations" over a `fintype`, and consequent results about cardinalities of...
0f09f38395489e0ff51ba9940c34a73f86635430
6dc0c8ce7a76229dd81e73ed4474f15f88a9e294
/src/Lean/CoreM.lean
b892e0f09cd52320ba310579df3a5c187b417b04
[ "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
5,748
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Leonardo de Moura -/ import Lean.Util.RecDepth import Lean.Util.Trace import Lean.Data.Options import Lean.Environment import Lean.Exception import Lean.InternalExceptionId impo...
10f914ad80f678f9cbdcaf03e90a1887de4f854b
4727251e0cd73359b15b664c3170e5d754078599
/src/category_theory/abelian/right_derived.lean
40e2d7a4ce326fbe1613e2a1382bd61c0b474c03
[ "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
13,897
lean
/- Copyright (c) 2022 Jujian Zhang. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Jujian Zhang, Scott Morrison -/ import category_theory.abelian.injective_resolution import algebra.homology.additive import category_theory.limits.constructions.epi_mono import category_...
b1cfe4bb96a0a9def31db402cafd89000384d0c3
1abd1ed12aa68b375cdef28959f39531c6e95b84
/src/algebra/big_operators/intervals.lean
17d7818c4326b7d4d306da590fd7f65ec5ccb144
[ "Apache-2.0" ]
permissive
jumpy4/mathlib
d3829e75173012833e9f15ac16e481e17596de0f
af36f1a35f279f0e5b3c2a77647c6bf2cfd51a13
refs/heads/master
1,693,508,842,818
1,636,203,271,000
1,636,203,271,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
6,916
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 algebra.big_operators.basic import data.nat.interval import tactic.linarith /-! # Results about big operators over intervals We prove results about big oper...
4a6781f0490f15fb50115bcd36c9511bf6787a2e
74addaa0e41490cbaf2abd313a764c96df57b05d
/Mathlib/Lean3Lib/init/data/array/slice.lean
fe289c1214d8c072cf7cf211feecb8614ba2046c
[]
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,055
lean
/- Copyright (c) 2017 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Gabriel Ebner -/ import Mathlib.PrePort import Mathlib.Lean3Lib.init.data.nat.default import Mathlib.Lean3Lib.init.data.array.basic import Mathlib.Lean3Lib.init.data.nat.lemmas ...
5be5fbc3a34d5073a64c36df54c82a635fb247a3
37da0369b6c03e380e057bf680d81e6c9fdf9219
/hott/homotopy/sphere2.hlean
7ed5442b3197190a86cea9b40926dc1355fae7a8
[ "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
3,555
hlean
/- Copyright (c) 2016 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Floris van Doorn Calculating homotopy groups of spheres. In this file we calculate π₂(S²) = Z πₙ(S²) = πₙ(S³) for n > 2 πₙ(Sⁿ) = Z for n > 0 π₂(S³) = Z -/ import .homotopy_group ....
df46903f7d103c4dbee94ec51933f91a022677a9
367134ba5a65885e863bdc4507601606690974c1
/src/linear_algebra/affine_space/combination.lean
e2a6b95dece6f2292e0b9f6332df61471b3eb25f
[ "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
31,939
lean
/- Copyright (c) 2020 Joseph Myers. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Joseph Myers. -/ import algebra.invertible import data.indicator_function import linear_algebra.affine_space.affine_map import linear_algebra.affine_space.affine_subspace import linear_al...
31630dccf992e267a4f9236dd6d25c12932ced4a
d9d511f37a523cd7659d6f573f990e2a0af93c6f
/src/group_theory/coset.lean
49b88a247295ddefc86dc5045bdb55829ee3dcac
[ "Apache-2.0" ]
permissive
hikari0108/mathlib
b7ea2b7350497ab1a0b87a09d093ecc025a50dfa
a9e7d333b0cfd45f13a20f7b96b7d52e19fa2901
refs/heads/master
1,690,483,608,260
1,631,541,580,000
1,631,541,580,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
19,905
lean
/- Copyright (c) 2018 Mitchell Rowett. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mitchell Rowett, Scott Morrison -/ import group_theory.subgroup /-! # Cosets This file develops the basic theory of left and right cosets. ## Main definitions * `left_coset a s`:...
151c979e0ce36c3b476680c9a9d6ec0fd0d473e1
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/src/Std/Data/PersistentHashSet.lean
479fea98c1ec33beacf87e9d6c2e68f56e8a5fe6
[ "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,677
lean
/- Copyright (c) 2019 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ import Std.Data.PersistentHashMap namespace Std universes u v structure PersistentHashSet (α : Type u) [BEq α] [Hashable α] where (set : PersistentHashMa...
e0001c51012f3a334ef6369df97e30d0c7ca64c6
367134ba5a65885e863bdc4507601606690974c1
/src/data/zmod/parity.lean
eb6fabc4074b7ab3a789701776c937d9f3f20f59
[ "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
803
lean
/- Copyright (c) 2020 Kyle Miller. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Kyle Miller -/ import data.nat.parity import data.zmod.basic /-! # Relating parity to natural numbers mod 2 This module provides lemmas relating `zmod 2` to `even` and `odd`. ## Tags pa...
19eed13622452036e95660b710fdc69246bc23d7
35677d2df3f081738fa6b08138e03ee36bc33cad
/src/algebra/big_operators.lean
18794c59dc859c73042b28402619d5973cc7aa35
[ "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
44,631
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.defs data.finset data.nat.enat universes u v w variables {α : Type u} {β : Type v} {γ : ...
92a8dcd3445719315bfa289b259c69ee19f9bd63
07c76fbd96ea1786cc6392fa834be62643cea420
/hott/types/univ.hlean
1e48c8d59ce5936fabff8b1da0767818e1dd0402
[ "Apache-2.0" ]
permissive
fpvandoorn/lean2
5a430a153b570bf70dc8526d06f18fc000a60ad9
0889cf65b7b3cebfb8831b8731d89c2453dd1e9f
refs/heads/master
1,592,036,508,364
1,545,093,958,000
1,545,093,958,000
75,436,854
0
0
null
1,480,718,780,000
1,480,718,780,000
null
UTF-8
Lean
false
false
4,927
hlean
/- Copyright (c) 2015 Floris van Doorn. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Floris van Doorn Theorems about the universe -/ -- see also init.ua import .bool .trunc .lift .pullback open is_trunc bool lift unit eq pi equiv sum sigma fiber prod pullback is_e...
33c46eece9f35ac5e58764f7159361d87e637d47
d406927ab5617694ec9ea7001f101b7c9e3d9702
/src/ring_theory/witt_vector/defs.lean
07648860fc3011ce075e83e21923bf3ba586795e
[ "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
14,188
lean
/- Copyright (c) 2020 Johan Commelin. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Johan Commelin, Robert Y. Lewis -/ import ring_theory.witt_vector.structure_polynomial /-! # Witt vectors In this file we define the type of `p`-typical Witt vectors and ring operat...
bed5fb269d04c9eedc20e03eee2289df371dec3d
9be442d9ec2fcf442516ed6e9e1660aa9071b7bd
/stage0/src/Lean/Util/PPExt.lean
823e6fb8a7999d0c65298a35fcf08d70c7b8ce22
[ "Apache-2.0", "LLVM-exception", "NCSA", "LGPL-3.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.0-or-later", "Spencer-94", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-pcre", "ISC", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "SunPro", "CMU-Mach"...
permissive
EdAyers/lean4
57ac632d6b0789cb91fab2170e8c9e40441221bd
37ba0df5841bde51dbc2329da81ac23d4f6a4de4
refs/heads/master
1,676,463,245,298
1,660,619,433,000
1,660,619,433,000
183,433,437
1
0
Apache-2.0
1,657,612,672,000
1,556,196,574,000
Lean
UTF-8
Lean
false
false
2,891
lean
/- Copyright (c) 2020 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura -/ import Lean.Environment import Lean.Syntax import Lean.MetavarContext import Lean.Data.OpenDecl namespace Lean register_builtin_option pp.raw : Bool := { ...
ba4518a4a71afeb1e52dfeb97bc6fb3cecea96a0
ae1e94c332e17c7dc7051ce976d5a9eebe7ab8a5
/stage0/src/Lean/Compiler/IR/Basic.lean
811a3bdfef092d175c81ec0ab6827f7c3a2fd4e1
[ "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
25,751
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.KVMap import Lean.Data.Name import Lean.Data.Format import Lean.Compiler.ExternAttr /- Implements (extended) λPure and λRc proposed in the ...
4ec3d1d56fd1918be4bf05923f53be90962190ab
acc85b4be2c618b11fc7cb3005521ae6858a8d07
/algebra/default.lean
849f30e4d36335522119a52f6f8fda30c2d8c600
[ "Apache-2.0" ]
permissive
linpingchuan/mathlib
d49990b236574df2a45d9919ba43c923f693d341
5ad8020f67eb13896a41cc7691d072c9331b1f76
refs/heads/master
1,626,019,377,808
1,508,048,784,000
1,508,048,784,000
null
0
0
null
null
null
null
UTF-8
Lean
false
false
201
lean
import algebra.group algebra.ring algebra.field algebra.order algebra.ordered_monoid algebra.ordered_group algebra.ordered_ring algebra.functions algebra.group_power algebra.module
94b893bb0142e01f01d587ea6636ca7d4a370574
853df553b1d6ca524e3f0a79aedd32dde5d27ec3
/src/set_theory/ordinal.lean
5e87993594a0dfb0744f94d8c9f481b98ded3639
[ "Apache-2.0" ]
permissive
DanielFabian/mathlib
efc3a50b5dde303c59eeb6353ef4c35a345d7112
f520d07eba0c852e96fe26da71d85bf6d40fcc2a
refs/heads/master
1,668,739,922,971
1,595,201,756,000
1,595,201,756,000
279,469,476
0
0
null
1,594,696,604,000
1,594,696,604,000
null
UTF-8
Lean
false
false
138,305
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 /-! # Ordinal arithmetic Ordinals are defined as equivalences of well-ordered sets by order isomorphism. -/ noncomputable theory open fu...
e7ede978b19aca286bbad56fe70b5a5b9b60486e
9dc8cecdf3c4634764a18254e94d43da07142918
/src/algebra/algebraic_card.lean
6a84a8c238ff55dce6d89ecb96930077a69df9a8
[ "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,695
lean
/- Copyright (c) 2022 Violeta Hernández Palacios. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Violeta Hernández Palacios -/ import data.polynomial.cardinal import ring_theory.algebraic /-! ### Cardinality of algebraic numbers In this file, we prove variants of th...
4ed0ead898439d1acd2536949ae77e81be10be72
9b9a16fa2cb737daee6b2785474678b6fa91d6d4
/src/data/set/finite.lean
fb22722e41ce6525d6c998af02579b0e8aac169d
[ "Apache-2.0" ]
permissive
johoelzl/mathlib
253f46daa30b644d011e8e119025b01ad69735c4
592e3c7a2dfbd5826919b4605559d35d4d75938f
refs/heads/master
1,625,657,216,488
1,551,374,946,000
1,551,374,946,000
98,915,829
0
0
Apache-2.0
1,522,917,267,000
1,501,524,499,000
Lean
UTF-8
Lean
false
false
18,000
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 Finite sets. -/ import logic.function import data.nat.basic data.fintype data.set.lattice data.set.function open set lattice function universes u v w ...
721a0046c825117294e5720e2d4cf244cf7237c5
bb31430994044506fa42fd667e2d556327e18dfe
/src/topology/metric_space/cau_seq_filter.lean
ac6401bc722300295b65fb31395de29236ef85b0
[ "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
3,581
lean
/- Copyright (c) 2018 Robert Y. Lewis. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Robert Y. Lewis, Sébastien Gouëzel -/ import analysis.normed.field.basic /-! # Completeness in terms of `cauchy` filters vs `is_cau_seq` sequences In this file we apply `metric.comp...
4bbb64547ca6f1bd6f478c51adde2081f4e224b2
a9d0fb7b0e4f802bd3857b803e6c5c23d87fef91
/tests/lean/run/parent_struct_ref.lean
66c14bb680a37a790b22853922bbdc7aa9af1bbd
[ "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
320
lean
open nat structure point (A B : Type) := (x : A) (y : B) structure foo extends p1 : point nat nat, p2 : point bool bool renaming x→a y→b := (H1 : point.x p2 = point.y p2) (H2 : point.x p1 + point.y p1 > 10) example (s : foo) : foo.a s = foo.b s := foo.H1 s example (s : foo) : foo.x s + foo.y s > 10 := foo.H2 s
58c81ff0863810b46cd4e55ec38245efe45a5eed
5ae26df177f810c5006841e9c73dc56e01b978d7
/test/tactics.lean
10dd649455b456f33605bdc19d5a541d27212aaf
[ "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
6,922
lean
/- Copyright (c) 2018 Simon Hudon. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Simon Hudon, Scott Morrison -/ import tactic.interactive tactic.finish tactic.ext example (m n p q : nat) (h : m + n = p) : true := begin have : m + n = q, { generalize_hyp h' : m + ...
732792d56afe41c0845109873becb29b5d23cd36
4727251e0cd73359b15b664c3170e5d754078599
/src/algebra/quaternion_basis.lean
d65824650cc52ba3a5f0d6b48c2719cd3031762f
[ "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,951
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 algebra.quaternion import tactic.ring /-! # Basis on a quaternion-like algebra ## Main definitions * `quaternion_algebra.basis A c₁ c₂`: a basis for a subspace of...
8f320e166953b281cb77faec51878123b1b6790b
7cef822f3b952965621309e88eadf618da0c8ae9
/src/data/tree.lean
f20df79896a79d86f6a4256bb867c521e4811dce
[ "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
2,548
lean
/- Copyright (c) 2019 Mathlib Authors. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Authors: Mario Carneiro, Wojciech Nawrocki -/ import data.num.basic /-! # Binary tree Provides binary tree storage for values of any type, with O(lg n) retrieval. See also `data.rbtree` for...