SELECT_EQ : (term -> thm -> thm)
A |- t1 = t2 ------------------------ SELECT_EQ "x" [where x is not free in A] A |- (@x.t1) = (@x.t2)
th = |- (x MOD 2 = 0) = (?y. x = 2 * y)
- SELECT_EQ (Term `x:num`) th; > val it = |- (@x. x MOD 2 = 0) = (@x. ?y. x = 2 * y) : thm