lean2/hott/types
Floris van Doorn 40086d0084 feat(hott): standardize the naming of definitions proving equality of elements of a structure
examples:
foo_eq : Pi {A B : foo}, _ -> A = B
foo_mk_eq : Pi _, foo.mk _ = foo.mk _ (if constructor is called "bar", then this becomes "bar_eq")
foo_eq_equiv : Pi {A B : foo}, (A = B) ≃ _

also changed priority of some instances of is_trunc
2015-04-29 10:04:06 -07:00
..
arrow.hlean feat(hott/types): prove that 'is_equiv f' is an hprop 2015-03-04 00:22:51 -05:00
default.hlean feat(hott): add core.hlean and types/default.hlean 2015-04-10 06:35:24 -07:00
eq.hlean fix(hott): make f explicit in is_equiv.mk and a bit of renaming in init 2015-04-29 10:04:06 -07:00
equiv.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
fiber.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
pi.hlean fix(hott): rename retr and sect to right_inv and left_inv 2015-04-29 10:04:06 -07:00
pointed.hlean feat(hott/algebra/precategory): general cleanup in precategories, define uncurrying functor 2015-02-28 01:16:23 -05:00
prod.hlean feat(frontends/lean): uniform notation for lists in tactics 2015-03-27 17:54:48 -07:00
sigma.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
trunc.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
types.md feat(hott): add core.hlean and types/default.hlean 2015-04-10 06:35:24 -07:00
W.hlean feat(hott): more cleanup of HoTT library 2015-02-26 13:19:54 -05:00