PSELECT_EQ : (term -> thm -> thm)
    A |- t1 = t2
the inference rule PSELECT_EQ returns the theorem:
    A |- (@p. t1) = (@p. t2)
provided no variable in p is free in the assumptions.
         A |- t1 = t2
   --------------------------  SELECT_EQ "p"      [where p is not free in A]
    A |- (@p. t1) = (@p. t2)