I have that $\exists!x:P(x)$ means that there exists exactly one $x$ where $P(x)$ holds; this is a more specific version of existential quantification with $\exists$. My problem stands like this.
I have a need to say that there exists not one but $n$ solutions exist to some $P(x)$. As how to denote this, I have a few ideas, but I'm not entirely sure as to what the correct notation actually is:
- $\exists_nx:P(X)$
- $\exists x_1,\ldots,x_n:(x_1\neq\cdots\neq x_n )\land(P(x))$
- $\exists a\in\{x_i\}_{i\in I}(\#\{x_i\}_{i\in I}=n):P(a)$
"2." seems to be the proper way of doing it, but "1." seems more natural; "3." was suggested to me by a friend.
So, what is the correct way of doing it (whether it be one of the above, or somehow else)?
Edit: examples
A trivial example would be $\forall y>0\left[\exists_2x\left(x^2=y\right)\right]$.
I think that $|\{ x: P(x) \}|=n$ is a suitable way to write it down, where $|\cdot |$ denotes the cardinality of a set.