lean2/library/init
Leonardo de Moura 4ec0e1b07c feat(frontends/lean): improve calc mode
Now, it automatically supports transitivity of the form
    (R a b) -> (b = c) -> R a c
    (a = b) -> (R b c) -> R a c

closes #507
2015-04-04 08:58:35 -07:00
..
bool.lean feat(frontends/lean): new semantics for "protected" declarations 2015-02-11 14:09:25 -08:00
datatypes.lean style(hott): let inverse notation have higher binding power than application 2015-02-28 01:16:23 -05:00
default.lean feat(library/init): move propext to init/quot, add Jeremy's funext theorem 2015-04-01 12:36:33 -07:00
funext.lean refactor(library/init): add auxiliary function mk_equivalence 2015-04-01 17:30:20 -07:00
init.md feat(library/init): create markdown directory file 2014-12-15 16:43:42 -05:00
logic.lean feat(frontends/lean): improve calc mode 2015-04-04 08:58:35 -07:00
measurable.lean refactor(library): use [] binder annotation when declaring instances 2015-02-24 16:12:39 -08:00
nat.lean feat(frontends/lean): improve calc mode 2015-04-04 08:58:35 -07:00
num.lean feat(library/data/num): prove many theorems for pos_num.lt and pos_num.le 2015-03-04 18:30:31 -08:00
priority.lean feat(library/init): create markdown directory file 2014-12-15 16:43:42 -05:00
prod.lean feat(frontends/lean/inductive_cmd): allow '|' in inductive datatype declarations 2015-02-25 17:00:10 -08:00
quot.lean feat(library/init/quot): add helper function quot.rec_on_subsingleton₂ 2015-04-01 13:04:41 -07:00
relation.lean refactor(library/init): add auxiliary function mk_equivalence 2015-04-01 17:30:20 -07:00
reserved_notation.lean feat(library,hott): new notation for typeof 2015-03-24 18:35:21 -07:00
setoid.lean refactor(library): reorganize init folder and add setoid 2015-03-31 19:56:05 -07:00
sigma.lean refactor(library): reorganize init folder and add setoid 2015-03-31 19:56:05 -07:00
tactic.lean feat(library/tactic): add all_goals tactic 2015-03-25 17:42:34 -07:00
wf.lean feat(library/init): create markdown directory file 2014-12-15 16:43:42 -05:00
wf_k.lean refactor(library): add 'init' folder 2014-11-30 20:34:12 -08:00