lean2/hott/algebra/category/constructions
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
..
constructions.md refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
default.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
functor.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
hset.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
opposite.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00
product.hlean refactor(category): merge precategory/ and category/, organize construction files differently. 2015-04-29 10:04:06 -07:00