$\exists x \phi(x)$ in mathematics means there is something $c$, s.t. $\phi(c)$ holds. What is the formulation of that same idea as a inference rule, an axiom, or something else in a proof system in FOL?
Particularly what is the elimination rule for $\exists$? (It is not correct that if $\Phi \vdash \exists x \phi$, there exists a term $t$ so $\Phi \vdash \phi[t/x]$.)
What is the similar one for $\forall$?
In the Natural Deduction proof system we have a pair of inference rules for the existential (as well as the universal) quantifier:
In an Hilbert-style proof system we have at least one axiom for it, unless it is defined in terms of the universal one.
See e.g. J. Shoenfield, Mathematical Logic for the axiom
and the rule:
In Enderton's system (see page 78) the existential quantifier is an abbreviation: $∃x α$ abbreviates $(¬∀x(¬α))$.