Is it true that for a $\mathbb{R}$ vector space with dot product $\langle\cdot, \cdot\rangle$ and $||\cdot||$ norm
\begin{align} ||v+w||^2 = ||v||^2 + 2\langle v,w\rangle + ||w||^2 && \forall v,w \end{align}
and if so, why? Thank you!
Is it true that for a $\mathbb{R}$ vector space with dot product $\langle\cdot, \cdot\rangle$ and $||\cdot||$ norm
\begin{align} ||v+w||^2 = ||v||^2 + 2\langle v,w\rangle + ||w||^2 && \forall v,w \end{align}
and if so, why? Thank you!
Because in $\mathbb{R}^n$ (in particular when $n=1$), the norm comes from dot product: $||v||=\langle v,v \rangle ^{\frac{1}{2}}$, $\forall v\in \mathbb{R}$. Then, for $u,v\in \mathbb{R}$ we have: $$||u+v||^2=\langle u+v,u+v\rangle =\langle u,u+v\rangle +\langle v,u+v \rangle = $$ $$=\langle u,u\rangle +\langle u,v\rangle+\langle v,u\rangle+\langle v,v \rangle= $$ $$=||u||^2+2\cdot \langle u,v \rangle +||v||^2. $$