2015-12-17 21:16:31 -08:00
|
|
|
definition id [reducible] [unfold_full] : Π {A : Type}, A → A :=
|
2015-12-09 00:11:11 -05:00
|
|
|
λ (A : Type) (a : A), a
|
|
|
|
|
2015-12-17 21:16:31 -08:00
|
|
|
definition category.id [reducible] [unfold 1] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a :=
|
2015-06-10 16:26:32 -07:00
|
|
|
ID
|
2015-05-18 17:12:16 -07:00
|
|
|
-----------
|
2015-12-17 21:16:31 -08:00
|
|
|
definition id [reducible] [unfold_full] : Π {A : Type}, A → A
|
2015-12-09 00:11:11 -05:00
|
|
|
λ (A : Type) (a : A), a
|
|
|
|
|
2015-12-17 21:16:31 -08:00
|
|
|
definition category.id [reducible] [unfold 1] : Π {ob : Type} [C : precategory ob] {a : ob}, hom a a
|
2015-06-10 16:26:32 -07:00
|
|
|
ID
|