DEFINITION eq_rec()
TYPE =
       ΠA:Set
         .Πx:A.ΠP:ASet.(P x)Πa:A.(eq A x a)(P a)
BODY =
Show proof