I was trying to get a deeper insight into quantifiers. So, as far as I understand, $\forall x : P(x) \rightarrow \exists x : P(x)$, which is a common sense: whenever something is true for all elements of some set, it as well holds for some elements of the same set.
Then I get to the following:
Since empty set contains no elements, $\exists x \in \{\}: P(x)$ is always false regardless of what $P(x)$ states.
But by the definition of the universal quantifier, $\forall x : P(x) \equiv \lnot \exists x : \lnot P(x)$, any universal statement about the empty set statement must be true.
Now two questions:
1) I can state that $\exists x \in \{\}: P(x)$, which is false by definition. Than I go crazy and try to restate myself to a $\exists x \in \{\}: \lnot P(x)$, which is also false. Now I got into trouble: both $P(x)$ and $\lnot P(x)$ are false and, as a consequence, both $\forall x \in \{\}: P(x)$ and $\forall x \in \{\}: \lnot P(x)$ are true.
2) But according to the implication I mentioned at the very top, $\forall x \in \{\}: P(x) \rightarrow \exists x \in \{\}: P(x)$ and $\forall x \in \{\}: \lnot P(x) \rightarrow \exists x \in \{\}: \lnot P(x)$.
I am not mathematician and thus probably missing something important. Can someone enlighten me?
The "common sense" statement $$\forall x\ P(x) \to \exists x\ P(x)$$ is FALSE, because the universe may be empty. The OP has a proof already, but lacks the intuition to believe this proof.
Here is a way to build that missing intuition. "Every unicorn has a horn" is a true statement, but "There exists a unicorn that has a horn" is a false statement.