Assume someone claims that they sampled i.i.d. $x_1, \ldots, x_k$ (let's say $k=10$) from standard normal distribution $\mathcal{N}(0, 1)$. They claim that the sampled values are exactly $x_1=x_2= \dots = x_k = 0$. My reaction would be "you are lying", i.e. there is no way in hell $x_1, \ldots, x_k$ would be exactly the same infinite-precision numbers. Am I correct and how do I show that formally?
Intuitively, I want to say that the probability that we sample the same number $10$ times has probability $0$. The problem is that I can make this argument for any sequence, since probability of getting any fixed sequence is $0$. In fact, sequence $x_1=\cdots=x_k=0$ maximizes $p(x_1) \cdot p(x_2) \cdots p(x_k)$, where $p$ is the PDF (which also doesn't seem to imply anything).
What is the formal argument? I'm stuck on even formulating the exact mathematical statement I want to say (as I explained above, "the probability of getting this sequence is $0$" doesn't imply anything). While using normality tests I can upper-bound the probability of this happening with some small positive number, I want to show that the probability of this happening is $0$.
I think this should be a standard question. In this case, the reference is appreciated.
EDIT after the answer was posted: To clarify, I would like an argument that captures the following case: assume that we sampled $k=2$ points and that $x_2 - x_1$ is rational. Then I want to say that this event still has probability $0$. I do can say that "the probability of having a rational distance is $0$". The problem is the same as before: for any fixed difference I can similarly say that the probability of having exactly this difference is $0$.
You yourself just explained why no formal argument is available to prove what you want to prove:
Because ( as specified in your comments to @lulu ) you are working with a continuous distribution and an idealized, infinite-precision sampling process, every particular outcome $\Bbb{R}^k \ni \vec{x} := (x_1, x_2, ..., x_k)$ has probability zero.
(In fact, $\vec{0} := (0, 0, ..., 0)$ is the modal outcome of the probability density function of a normally distributed $k$-dimensional random variable $\vec{X_k} \sim \mathcal{N}(\vec{0}, 1)$, so in some sense this is the outcome we should least doubt!)
Even if you want to say that the probability of $\vec{X_k}$ lying in some hyperplane $x_n = x_m$ is $0$, which is certainly true, (a) that doesn't establish impossibility and (b) every potential outcome lies in infinitely many hyperplanes, all of which individually have probability zero.
This is why @lulu was trying to help you out and point you in the direction of finite precision, hypothesis testing, and significance levels, because only an actually impossible result (and not just a probability zero one) could totally rule out the observed data having some particular continuous distribution.