I am trying to prove the following statement here:
Let $(V,\left<\cdot,\cdot\right>)$ be an inner product space and let $\vec{u},\vec{v}$ be vectors in $V$. Under the assumption that $\vec{u}\neq0$ show that $||\vec{u}+\vec{v}||=||\vec{u}||+||\vec{v}||$ if an only if $\vec{v}=c\vec{u}$ for some non-negative scalar $c$.
Here's my attempt. I use the general proof of the triangle inequality here.
$||\vec{u}+\vec{v}||^2$
$=\left<\vec{u}+\vec{v},\vec{u}+\vec{v}\right>$
$=\left<\vec{u},\vec{u}\right>+2\left<\vec{u},\vec{v}\right>+\left<\vec{v},\vec{v}\right>\leq\left<\vec{u},\vec{u}\right>+2|\left<\vec{u},\vec{v}\right>|+\left<\vec{v},\vec{v}\right>$ (By Cauchy-Scharwz)
So,
$||\vec{u}+\vec{v}||^2\leq\left<\vec{u},\vec{u}\right>+2|\left<\vec{u},\vec{v}\right>|+\left<\vec{v},\vec{v}\right>$
$||\vec{u}+\vec{v}||^2\leq\left<\vec{u},\vec{u}\right>+2||\vec{u}||\hspace{1mm}||\vec{v}||+\left<\vec{v},\vec{v}\right>$
$||\vec{u}+\vec{v}||^2\leq(||\vec{u}||+||\vec{v}||)^2$
$||\vec{u}+\vec{v}||\leq(||\vec{u}||+||\vec{v}||)$
I have a few comments here though. From what I understand, if I can turn the inequality parts into an equality, I am essentially done. I'm not really sure how to do that though. If I let $\vec{v}=c\vec{u}$, then I get:
$=\left<\vec{u},\vec{u}\right>+2\left<\vec{u},c\vec{u}\right>+\left<c\vec{u},c\vec{u}\right>$
but I am stuck at this point.
I know that:
$\left<\vec{u},\vec{u}\right>+2\left<\vec{u},c\vec{u}\right>+\left<c\vec{u},c\vec{u}\right>\leq\left<\vec{u},\vec{u}\right>+2|\left<\vec{u},c\vec{u}\right>|+\left<c\vec{u},c\vec{u}\right>$
becomes:
$\left<\vec{u},\vec{u}\right>+2\left<\vec{u},c\vec{u}\right>+\left<c\vec{u},c\vec{u}\right>=\left<\vec{u},\vec{u}\right>+2|\left<\vec{u},c\vec{u}\right>|+\left<c\vec{u},c\vec{u}\right>$ if and only if $c\vec{u}$ and $\vec{v}$ are non negative real numbers.
So at this point, I've taken care of the Cauchy-Schwarz inequality portion since one vector is a scalar multiple of the other.
How can I show that $\vec{u}$ and $c$ are non-negative though? If $\vec{u}$ and $c$ are non-negative, that immediately implies $\vec{v}$ is non-negative.
Can someone guide me with this part here? Thank you!
Suppose the equality is true for $u$, $v$. then, squaring both sides of the equation, using bilinearity of the inner product and cancelling out terms gives $\left<u,v\right>=|u||v|$. As $\left<x,y\right>=|x||y|cos\theta$ for all $x,y\in V$, we must have $\theta=0$, so there is $c\geq0$ such that $v=cu$. Conversely, if $v=cu$, with $c\geq 0$, we have $|u+cu|=(1+c)|u|=|u|+|cu|$ as we wanted.
Note that, in general, expressions such as "$cu$ and $v$ are non negative real numbers" make no sense, as $u$ and $v$ are vectors.
EDIT: if $\left<u,v\right>=|u||v|$, then $\left<\frac{u}{|u|}-\frac{v}{|v|},\frac{u}{|u|}-\frac{v}{|v|}\right>=1+1-2=0$, so $\frac{u}{|u|}-\frac{v}{|v|}=0$, thus $v=cu$, where $c=\frac{|v|}{|u|}$.