It is common sense that to derive a formula with existential quantifier is only necessary to prove that a formula is valid for any term , ie:
$\Gamma$ , $\phi$ [t/x] $\vdash$ $\exists$x$\phi$.
By definition t could be any term since it is free for x in $\phi$. So my question is, If I want to prove $\exists$x$\phi$ then I can prove that $\phi$ is true for a constant or weird function in a particular universe ?
For example:
Let $\phi$ = Even(x). I wish to prove that 2 is even, denoted by Even(2), in a Universe = $\mathbb{Z}.$ 2 = 2 * 1. Then by definition $\exists$x(2 = 2x). Even(2). Therefore $\exists$x($\phi$[2/x]).
Is this correct, can i prove any existential quantifier for any function that involves x, variable or constant?