lean2/library/data
Jeremy Avigad feb385748f refactor(library/data/set/map.lean): put map into set namespace
This is needed to repair a conflict in the tutorial, but it is the right thing to do anyhow. The type "map A B" should not be a top-level identifier.
2015-06-06 18:58:33 -07:00
..
examples refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
finset feat(library/data/fintype,finset): add cardinality for finite types from Haitao Zhang 2015-06-05 09:32:00 -07:00
fintype feat(library/data/fintype,finset): add cardinality for finite types from Haitao Zhang 2015-06-05 09:32:00 -07:00
int feat(library/data/int/gcd.lean): add gcd for the integers 2015-06-01 12:35:44 +10:00
list feat(library/data/list/*): add theorems from Haitao Zhang and clean up 2015-06-05 09:32:00 -07:00
nat feat(nat/bquant): give instances for quantification bounded with le 2015-06-04 20:14:13 -04:00
quotient refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
rat feat/refactor(library/*): various additions and improvements 2015-06-01 12:35:44 +10:00
real feat(library/data/real): fill in sorrys in proof that R is l.o. field 2015-06-01 23:00:53 +10:00
set refactor(library/data/set/map.lean): put map into set namespace 2015-06-06 18:58:33 -07:00
bool.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
countable.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
data.md refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00
default.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -07:00
empty.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
encodable.lean feat(nat): redefine le and lt in the standard library 2015-06-04 20:14:13 -04:00
fin.lean refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00
num.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
option.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
prod.lean refactor(library/*): do various renamings 2015-05-25 16:50:42 -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 feat(library/tactic): improve assumption tactic performance 2015-05-25 20:22:37 -07:00
string.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
subtype.lean feat(library/data/subtype): cleanup proof 2015-06-02 19:51:28 -07: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/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
vec.lean feat(library/data/list/comb): add length_product theorem 2015-06-04 15:11:09 -07:00
vector.lean refactor(library/data): replace 'fin' with Haitao's 'less_than' 2015-06-05 10:33:19 -07:00