2014-07-09 01:12:36 -07:00
|
|
|
id : ?M_1 → ?M_1
|
2014-07-22 09:43:18 -07:00
|
|
|
trans : (?M_1 → ?M_1 → Prop) → Prop
|
|
|
|
symm : (?M_1 → ?M_1 → Prop) → Prop
|
|
|
|
equivalence : (?M_1 → ?M_1 → Prop) → Prop
|
2014-09-07 12:28:58 -07:00
|
|
|
λ (A : Type) (R : A → A → Prop),
|
2014-07-09 18:47:10 -07:00
|
|
|
and (and (refl R) (symm R)) (trans R)
|