2014-06-14 00:30:35 +00:00
|
|
|
id.{2} : Pi {A : Type.{2}} (a : A), A
|
|
|
|
trans.{1} : Pi {A : Type} (R : A -> A -> Bool), Bool
|
|
|
|
symm.{1} : Pi {A : Type} (R : A -> A -> Bool), Bool
|
|
|
|
equivalence.{1} : Pi {A : Type} (R : A -> A -> Bool), Bool
|
2014-06-16 17:52:12 +00:00
|
|
|
fun {A : Type.{l_1}} (R : A -> A -> Bool), (and (and (private.2595647076.refl.{l_1} A R) (symm.{l_1} A R)) (trans.{l_1} A R))
|