lean2/hott/algebra
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
..
category feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
algebra.md refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
binary.hlean refactor(hott): remove most 'context' commands from the HoTT library 2015-04-21 19:17:59 -07:00
group.hlean chore(hott/algebra) make carrier hset witness an instance 2015-03-23 11:17:56 -07:00
relation.hlean chore(hott) fix init 2014-12-16 13:11:32 -08:00