PSELECT_INTRO takes a theorem with an applicative conclusion, say
P x, and returns a theorem with the epsilon term $@ P in place
of the original operand x.
A |- P x
-------------- PSELECT_INTRO
A |- P($@ P)
The returned theorem asserts that $@ P denotes some value
at which P holds.