I need to prove that in a set of $N$ data $x_1, x_2, \ldots, x_n$, for all $i$ between 1 and $N$, we have
$$\mu-\sigma \sqrt N \leq x_i \leq \mu+\sigma \sqrt N$$
where $\mu$ is the average and $\sigma$ the standard deviation.
I know I need to use Chebyshev's inequality
$$\Pr(\mu-k\sigma \leq X \leq \mu+k\sigma) > 1-1/k^2.$$
I did notice the $X$ changing to $x_i$, which from my understanding means that what I am trying to prove is about one data ($x_i$) whereas Chebichev's inequality is about a set of data.