2015-05-19 00:12:16 +00:00
|
|
|
definition category.id [reducible] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
|
|
|
λ (ob : Type) (C : precategory ob) (a : ob), ID a
|
|
|
|
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
|
|
|
|
λ (ob : Type) (C : precategory ob) (a : ob), ID a
|
|
|
|
definition function.id [reducible] : Π {A : Type}, A → A
|
2015-05-27 01:17:46 +00:00
|
|
|
λ (A : Type) (a : A), a
|