EXISTS_DEL1_CONVunwindLib.EXISTS_DEL1_CONV : conv
Deletes one existential quantifier.
EXISTS_DEL1_CONV "?x. t" returns the theorem:
|- (?x. t) = t
provided x is not free in t.
Fails if the argument term is not an existential quantification or if
x is free in t.