2015-12-18 05:16:31 +00:00
|
|
|
definition id [reducible] [unfold_full] : Π {A : Type}, A → A :=
|
2015-12-09 05:11:11 +00:00
|
|
|
λ (A : Type) (a : A), a
|
|
|
|
|
2015-12-18 05:16:31 +00:00
|
|
|
definition category.id [reducible] [unfold 1] : Π {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
|
|
|
-----------
|
2015-12-18 05:16:31 +00:00
|
|
|
definition id [reducible] [unfold_full] : Π {A : Type}, A → A
|
2015-12-09 05:11:11 +00:00
|
|
|
λ (A : Type) (a : A), a
|
|
|
|
|
2015-12-18 05:16:31 +00:00
|
|
|
definition category.id [reducible] [unfold 1] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
2015-06-10 23:26:32 +00:00
|
|
|
ID
|