Notes V
The Cauchy-Schwarz inequality and proofs
The Cauchy-Schwarz Inequality and proofs
The Cauchy-Schwarz Inequality is a very significant result, and takes numerous forms in a number of areas. Over the real numbers and with the dot product (a special case of the inner product), it states that
If we use the inner product, the Cauchy-Schwarz Inequality is as follows:
Theorem (Cauchy-Schwarz Inequality)
Let \(|v\rangle\) and \(|w\rangle\) be vectors. Then
Proof I. We can prove this in two ways. The first way is more complex, but utilizes the previously developed outer product. Recalling that \(\left\Vert |w\rangle \right\Vert = \sqrt{\langle w|w\rangle}\), we can obtain the first member of an orthonormal basis \(|i\rangle\) to be
Using the definition of the identity \(I\) in terms of the outer product, we have
\[\begin{align*} \langle v | v \rangle \langle w | w \rangle & = \bigg(\sum_{i}|i\rangle \langle i|\bigg)\langle v | v \rangle \langle w | w \rangle \\ & = \sum_{i}\langle v | v \rangle |i\rangle \langle i| \langle w | w \rangle \\ & = \sum_{i}\langle v | i \rangle \langle i | v \rangle \langle w | w \rangle. \end{align*}\]
Notice that \(\sum_{i}\langle v | i \rangle \langle i | v \rangle \geq \frac{\langle v | w \rangle \langle w | v \rangle}{\langle w | w \rangle}\). This is somewhat obvious, because we are taking the sum, running through all \(i\)s, which yields a sum of values, whereas the \(RHS\) is the same but divided by \(\langle w | w \rangle\). There is, however, an exception when either vector is a multiple of the other, in which case we have equality. Then
If either vector is a multiple of the other, then we have equality. To show this, let \(|w\rangle = z|v\rangle\) for some number \(z\). Then
Furthermore,
which is obviously equivalent to what we just derived, so we have shown when equality holds, and we are done.
■
Proof II. The second way to prove this is by far simpler, but we will be using the dot product instead of the inner product. Recall that the dot product of two vectors \(v\) and \(w\) is given as
where \(\theta = |\arg{v} - \arg{w}|\). Since we know that \(\cos{\theta}\leq 1\) for all \(\theta\), we can write this as the inequality
which is Cauchy-Schwarz. Equality holds if either vector is a scalar multiple of the other because scaling a vector by a scalar does not change its argument.
■
(3 June, 2023)