2015-06-13 11:32:59 -07:00
|
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a :=
|
2015-06-10 16:26:32 -07:00
|
|
|
ID
|
2015-07-30 10:18:03 -07:00
|
|
|
|
2015-06-13 11:32:59 -07:00
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A :=
|
2015-05-26 21:17:46 -04:00
|
|
|
λ (A : Type) (a : A), a
|
2015-05-18 17:12:16 -07:00
|
|
|
-----------
|
|
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
2015-06-10 16:26:32 -07:00
|
|
|
ID
|
2015-07-30 10:18:03 -07:00
|
|
|
|
2015-05-18 17:12:16 -07:00
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A
|
2015-05-26 21:17:46 -04:00
|
|
|
λ (A : Type) (a : A), a
|