I have a question about existential instantiation.
So, I am familiar with statements like "Let $x$ be an integer" or "Let $x$ $\in$ $\mathbb{Z}$". These statements define $x$ to represent a particular, but arbitrarily chosen integer.
My question is, are we doing a similar thing when we do existential instantion? For example, lets start with the existential statement $P$ = "There exists an integer $x$ such that $x^2 = 4$". When we do existential instantiation on $P$, are we saying "Let $a$ be an element of the set of integers that make $P$ true?"