0

In real analysis I we saw the following statement that was called the Cauchy - Schwarz inequality:

$|\vec{x}\cdot\vec{y}| \leq \lVert \vec{x} \rVert \lVert \vec{y} \rVert $.

This is the begin of the proof and there is a reasoning I don't understand:

If $\vec{y} = \vec{0}$, than both sides of the inequality are zero. Now, assume $\vec{y} \neq \vec{0}$. For every $t \in \mathbb{R}$ we have:

$0 \leq (\vec{x} + t\vec{y}) \cdot (\vec{x} + t\vec{y}) $. But why is this inequality true, I don't see the right assumptions to know this for sure?

terran
  • 1,380
user34
  • 111

1 Answers1

1

This is because of the following definition of norm. i.e for any vector $\vec{x}$, $\vec{x}.\vec{x} = ||\vec{x}||^2$ and square of any real number is always greater or equal to 0.

In your case, $(\vec{x}+t\vec{y})\cdot(\vec{x}+t\vec{y}) = || \vec{x}+t\vec{y} ||^2 \geq 0$