Given a term of the form "?!p. t[p]", the conversion PEXISTS_UNIQUE_CONV
proves that this assertion is equivalent to the conjunction of two statements,
namely that there exists at least one pair p such that t[p], and that
there is at most one value p for which t[p] holds. The theorem returned is:
   |- (?!p. t[p]) = (?p. t[p]) /\ (!p p'. t[p] /\ t[p'] ==> (p = p'))
   |- (?!(x,y). T) =
      (?(x,y). T) /\ (!(x,y) (x',y'). T /\ T ==> ((x,y) = (x',y')))