DEFINITION eq_ind()
TYPE =
       A:Set.x:A.P:AProp.(P x)a:A.(eq A x a)(P a)
BODY =
        assume ASet
        assume xA
        assume PAProp
        suppose HP x
        assume aA
        suppose H1eq A x a
          by cases on H1 we prove P a
             case refl_equal 
                the thesis becomes the hypothesis H
          we proved P a
       we proved A:Set.x:A.P:AProp.(P x)a:A.(eq A x a)(P a)