2014-07-09 08:12:36 +00:00
|
|
|
id : ?M_1 → ?M_1
|
2014-07-22 16:43:18 +00: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 19:28:58 +00:00
|
|
|
λ (A : Type) (R : A → A → Prop),
|
2014-07-10 01:47:10 +00:00
|
|
|
and (and (refl R) (symm R)) (trans R)
|