I'm precisely talk about: $$\forall x\left(\exists \:y\left(P\left(y\right)\:\wedge \:\left(x\neq y\right)\right)\right)$$ The way I can read this is "Given any x, there exists a y such that y is P and isn't x" I have spent some time trying to make sense of why this would be saying "There are at least two Ps" to no avail, and representing it graphically wasn't so helpful. I'm not sure if I'm thinking about it in the right way, so any help is appreciated.
Thank you in advance, and have a great day.
I think it would be more natural written as
$$\forall\,x:\exists\,y\ne x:P(y).$$
For any element, there is another element that fulfills $P$. In other words, there are two or more elements that verify $P$.
Technical note: for the empty set, the proposition is vacuously true.