Prove $\exists x (P(x) \to \forall y P(y))$.
Let x = y. Suppose P(x) is true. Let y be arbitrary. Since P(x) is true, it must be that P(y) is true. Since y was arbitrary, we can conclude that $\forall y P(y)$. Therefore $P(x) \to \forall P(y)$. Since $P(x) \to \forall P(y)$, $\exists x (P(x) \to \forall y P(y))$.
Is my proof correct?
I'm not sure if I'm dealing with the $\forall y$ correctly. If the theorem were $\exists x (P(x) \to P(y))$, I think I would have a good handle on things.