When applied to a term of the form ?p. t ==> u, where variables from p
are not free in both t and u, PEXISTS_IMP_CONV returns a theorem of one
of three forms, depending on occurrences of variable from p in t and u.
If variables from p are free in t but none are in u, then the theorem:
   |- (?p. t ==> u) = (!p. t) ==> u
   |- (?p. t ==> u) = t ==> (?p. u)
   |- (?p. t ==> u) = (!p. t) ==> (?p. u)