I need help with this problem:
Determine which of the following statements are true or false, justify your answer. If $x$ and $y$ are vectors on $\mathbb{R}^n$, then whe have:
- $x\cdot y=0$ if and only if $\| x+y\|=\| x-y\|$.
- $x\cdot y=0$ if and only if $\| x+y\|^2=\| x\|^2+\| y\|^2$.
- $x\cdot y=0$ if and only if $\| x+cy\|\geq\| x\|$ for all $c\in\mathbb{R}$.
- $(x+y)\cdot(x-y)=0$ if and only if $\| x\|=\| y\|$
I tried the first one first by assuming that $\| x+y\|=\| x-y\|$, then I rewrote the dot product as $$x^\mathrm{T} y=0=\begin{bmatrix} x_1&\cdots&x_n \end{bmatrix}\begin{bmatrix} y_1\\ \vdots \\y_n \end{bmatrix}=x_1y_1+x_2y_2+\cdots+x_ny_n=0,$$ after that I don't know what to do. The same happens when I triedo to do the other way, can you please help me?

Observe that $\|x+y\|^2 = \|x\|^2+\|y\|^2+2\ x \cdot y.$
So all the options are correct.
For the third one observe that
Since $x \cdot y = 0$ we have
So by taking positive square root in both sides of the above inequality we have
For the fourth one observe that
So if $(x+y) \cdot (x-y) = 0$ then we have
Taking the positive square root in both the sides we have
Note $:$ Try to do these things on your own without seeing the spoilers. Otherwise you cannot able to learn mathematics.