Suppose that $\textbf{x}$ and $\textbf{y}$ are unit vectors in $\mathbb{R}$. Show that if $\|\frac{\textbf{x} + \textbf{y}}{2}\| = 1$ Then $\textbf{x} = \textbf{y}$
Attempt:
the only manipulation I could think of to arrive near a solution is:
$$\|\textbf{x + y}\| \leq \|\textbf{x}\| + \|\textbf{y}\| = 2$$
From here I got a partial explanation from my prof, but I can't seem to put the rest together....
Organizing thoughts and correcting statements:
$\|\frac{x+y}{2}\}=1\implies \|x+y\|=2$
Then, by the triangle inequality and the assumption that $x$ and $y$ are unit vectors we have:
$2=\|x+y\|\leq \|x\|+\|y\|=1+1=2$
and so the triangle inequality happened to be strict equality in this case.
In $\Bbb R^n$ equipped with the usual euclidean norm, the triangle inequality is an equality if and only if the triangle formed by $x,y,x+y$ is degenerate, i.e. of area zero, which further implies that $x$ and $y$ lie along the same ray. Phrased differently yet again and looking at the case that $x\neq 0$ and $y\neq 0$, this implies that $x=cy$ for some real scalar $c>0$.
The only way for two unit vectors to both be in the same direction is if they are in fact the same vectors in the first place, hence $x=y$