$∃x.P(x) \Rightarrow ∀x.P(x) $
How can I read this in simple English? I translated it as: There exists an element x for which P(x) implies that for all elements x, P(x) is true - but I feel like this doesn't make much sense. What am I doing wrong here?
$\exists x P(x)$ is read as
Likewise $\forall x P(x)$ is read as
$A \implies B$ is read as
Thus, bringing all of this together, $\exists x P(x) \implies \forall x P(x)$ is read as
Which is the same as what you have.