lean2/library/data
2015-07-31 08:28:37 -07:00
..
examples refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
finset feat(library/theories/number_theory/prime_factorization): prove that n is equal to its prime factorization 2015-07-27 15:16:16 -07:00
fintype feat(frontends/lean): allow anonymous 'have'-expressions in tactic mode 2015-07-23 18:52:59 -07:00
int feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
list feat(library/data/vec): expand vec 2015-07-30 23:17:01 -07:00
nat feat(library/data/nat): define least function for nat 2015-07-31 08:28:36 -07:00
quotient refactor(library/logic/axioms): we have only one extra axiom 2015-07-29 13:36:23 -07:00
rat feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
real feat(library/data/real): clean up proof of supremum property 2015-07-31 08:28:37 -07:00
set refactor(library/logic/axioms): we have only one extra axiom 2015-07-29 13:36:23 -07:00
bag.lean fix(frontends/lean): "show goal" localization, add "position", support "by tactic" 2015-07-28 12:48:12 -07:00
bool.lean refactor(library/data): cleanup proofs using new features 2015-07-21 09:57:10 -07:00
countable.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
data.md chore(library/data): update data.md 2015-06-25 17:30:12 -07:00
default.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
empty.lean feaf(library): make sure basic standard library can be compiled with option "--to_axiom" 2015-07-29 16:11:23 -07:00
encodable.lean fix(library/data): 'choose' -> 'find' renaming problems 2015-07-25 11:25:04 -07:00
equiv.lean feaf(library): make sure basic standard library can be compiled with option "--to_axiom" 2015-07-29 16:11:23 -07:00
fin.lean feat(library/data/fin): add equivalences between fin types 2015-07-26 15:42:39 -07:00
hlist.lean feat(frontends/lean): allow anonymous 'have'-expressions in tactic mode 2015-07-23 18:52:59 -07:00
num.lean refactor(library/data): cleanup proofs using new features 2015-07-21 09:57:10 -07:00
option.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
pnat.lean feaf(library): make sure basic standard library can be compiled with option "--to_axiom" 2015-07-29 16:11:23 -07:00
prod.lean refactor(library): use new 'suppose'-expression 2015-07-19 21:15:20 -07:00
sigma.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
squash.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
stream.lean refactor(library/data): cleanup proofs using new features 2015-07-21 09:57:10 -07:00
string.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
subtype.lean feat(library): clean up "sorry"s in library 2015-07-24 12:21:33 -04:00
sum.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
unit.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
uprod.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
vec.lean feat(library/data/vec): expand vec 2015-07-30 23:17:01 -07:00
vector.lean feat(library/data/vector): add helper lemmas for proving v == w when v and w are vectors 2015-07-20 11:59:03 -07:00