Given two vectors - $u=(\dfrac{1}{n},\dfrac{1}{n}, ..., \dfrac{1}{n})$ of the uniform distribution on {$1,,...,n$}, and a stochastic vector $p\in \Bbb R^{n}$, I need to show that:
$$\|p-u\|_2\leq1$$
I started with the following step:
$$\|p-u\|_2=\sqrt{(p_1-\dfrac{1}{n})^{2}+(p_2-\dfrac{1}{n})^{2}+(p_3-\dfrac{1}{n})^{2}+...+(p_n-\dfrac{1}{n})^{2}} \leq \sqrt{(1-\dfrac{1}{n})^{2}+(\dfrac{1}{n})^{2}+(\dfrac{1}{n})^{2}+...+\dfrac{1}{n})^{2}} $$
Is this step correct? If not, what am I missing?
If "$p$ is stochastic" is to be interpreted as $p_i\ge 0$ and $\sum_{i=1}^n p_i=1$, then using $p_i\le 1$ one gets $$ \|p-u\|_2^2=\|p\|_2^2-2\langle p,u\rangle+\|u\|_2^2=\sum_{i=1}^n p_i^2-\frac1n \le\sum_{i=1}^n p_i-\frac1n=1-\frac1n<1, $$ so that indeed $$ \|p-u\|_2\le\sqrt{1-\frac1n}<1-\frac{1}{2n}<1 $$