2015-06-13 18:32:59 +00:00
|
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a :=
|
2015-06-10 23:26:32 +00:00
|
|
|
ID
|
2015-06-13 18:32:59 +00:00
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A :=
|
2015-05-27 01:17:46 +00:00
|
|
|
λ (A : Type) (a : A), a
|
2015-05-19 00:12:16 +00:00
|
|
|
-----------
|
|
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
2015-06-10 23:26:32 +00:00
|
|
|
ID
|
2015-05-19 00:12:16 +00:00
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A
|
2015-05-27 01:17:46 +00:00
|
|
|
λ (A : Type) (a : A), a
|