Well it's a little awkward but how can I show this in a natural deduction proof?
$ \forall x P(x) \vdash \exists xP(x) $
I think one has too proof that with a proof by contradiction rule but since I cannot eliminate the $ \exists $ quantifier I am stuck. I know this is a quite simple example.
Any help would be appreciated!
It is a consequence of the rule of Universal Specification in standard first-order logic (FOL). Implicit is the assumption that the domain of discourse is non-empty.
In my own work, I never make use of this assumption. I usually make the domain of discourse explicit, e.g $\forall x\in\mathbb{R}: P(x)$ We know that $\exists x\in\mathbb{R}$, so we can infer that $\exists x\in\mathbb{R}:P(x)$.