I was reading about Cauchy's Inequality and I saw this :
$|u \cdot v|= \|u\| \cdot \|v \| \cdot |\cosθ|$
And I'm confused about usage of $\|u\|$ versus $|u|$. We define inner product as : $u \cdot v = |u| \cdot |v| \cos \theta$ What's the difference between this two conception?
Notice $u$ is a vector in a vector space, say $\mathbb{R}^n$. Thus, the notation $||u||$ means its norm, usually taken to be $\sqrt{ \sum_{k=1}^n u_k^2} $ where $u = (u_1,...,u_2)$. If we take $u,v \in \mathbb{R}^n$, then the function $u \cdot v$ gives an $\mathbf{scalar}$ as an output, thus $|u \cdot v |$ makes sense since $| \cdot |$ is just the absolute value for the field of scalars.