lean2/library/data
Floris van Doorn 52dd6cf90b feat(hott): Port files from other repositories to the HoTT library.
This commit adds truncated 2-quotients, groupoid quotients, Eilenberg MacLane spaces, chain complexes, the long exact sequence of homotopy groups, the Freudenthal Suspension Theorem, Whitehead's principle, and the computation of homotopy groups of almost all spheres which are known in HoTT.
2016-05-06 14:27:27 -07:00
..
examples refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
finset fix(library,hott): avoid rewrite with patterns of the form (?M ...) 2016-03-09 15:39:17 -08:00
fintype refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
int refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
list feat(data/{list,fin}): add theorems for use in matrices 2016-04-11 09:46:46 -07:00
nat feat(hott): Port files from other repositories to the HoTT library. 2016-05-06 14:27:27 -07:00
rat fix(library/tactic/rewrite_tactic): do not allow projections to be unfolded 2016-03-28 13:02:57 -07:00
real fix(library,hott): avoid rewrite with patterns of the form (?M ...) 2016-03-09 15:39:17 -08:00
set chore(data/set): cleanup proofs to make them less dependent on unifier heuristics 2016-03-09 18:46:23 -08:00
bag.lean refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
bool.lean refactor(library/data/bool): cleanup bool proofs and fix bxor definition 2016-01-01 13:52:42 -08:00
bv.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
complex.lean refactor(library,hott): remove 'by+' and 'begin+' 2016-02-29 13:15:48 -08:00
countable.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
data.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
default.lean refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08: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 refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
equiv.lean refactor(library/*): rename 'compose' to 'comp' 2016-03-02 22:48:05 -05:00
fin.lean feat(data/{list,fin}): add theorems for use in matrices 2016-04-11 09:46:46 -07:00
hf.lean fix(library/tactic/rewrite_tactic): do not allow projections to be unfolded 2016-03-28 13:02:57 -07:00
hlist.lean feat(frontends/lean): allow anonymous 'have'-expressions in tactic mode 2015-07-23 18:52:59 -07:00
matrix.lean refactor(library,hott): remove unnecessary annotations 2016-02-25 12:26:20 -08:00
num.lean feat(library): add some spacing hints 2015-09-30 17:36:32 -07:00
option.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
pnat.lean fix(library,hott): avoid rewrite with patterns of the form (?M ...) 2016-03-09 15:39:17 -08:00
prod.lean refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
sigma.lean feat(library/data/sigma): add imp_sigma 2016-04-11 10:04:29 -07:00
squash.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
stream.lean fix(library,hott): avoid rewrite with patterns of the form (?M ...) 2016-03-09 15:39:17 -08:00
string.lean refactor(library): simplify theorems using improved tactics 2015-05-25 10:43:28 -07:00
sum.lean feat(library): add some spacing hints 2015-09-30 17:36:32 -07:00
tuple.lean refactor(library): rename heq.of_eq heq.to_eq auxiliary lemmas 2016-01-09 12:32:18 -08: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