Consider $\mathbb{R}^n$ with the standard Euclidean inner-product. I'm trying to give a proof that
$$ \left< v, v \right> = \left|\left| v \right|\right|^2 $$
but can only seem to do it for $\mathbb{R}^2$ where you can use the geometric definition of the dot product, namely
$$ u \cdot v = \left|\left|u\right|\right|\left|\left|v\right|\right|\cos(\theta). $$
Any idea how to generalize the proof for $n > 2$?
If your definition is the inner product space definition, that is $||v||$ is defined as $\sqrt{\langle v,v\rangle}$, then the problem is instantly trivial.
If your definition is the coordinate definition, that is $||v||$ is defined as $\sqrt{\sum\limits_{i=1}^{n}v_{i}^{2}}$, and $\langle u,v\rangle$ is defined as $\sqrt{\sum\limits_{i=1}^{n}u_{i}v_{i}}$, then the problem is instantly trivial.
If your definition is the geometric definition, that is you first impose an Euclidean plane that contains all the involved vector and then use the angle, then your proof reduced to the $\mathbb{R}^{2}$ case.