Cauchy-Schwartz Inequality:
I am trying to prove Question 2 of Problem 2.9:
Question
I have the following difficulties:
1) I am not able to understand how (1) in the figure is arrived at.
2) I am not able to understand how (2) in the figure is arrived at.
3) How is $ | \sum _{i=1}^{n} z_i | \le \sum _{i=1}^{n} |z_i| $ equivalent to $ | \sum _{i=1}^{n} x_iy_i^* | \le \sum _{i=1}^{n} |x_iy_i^*| $ (Equation 3) ?
Solution


(1) $$\left(\sum_{i=1}^nz_i\right)^2=\sum_{i=1}^n\sum_{j=1}^nz_iz_j$$
(2) \begin{align*} (ab+cd)^2&=a^2b^2+2abcd+c^2d^2\\ &=(a^2+c^2)b^2-c^2b^2+2abcd+(c^2+a^2)d^2-a^2d^2\\ &=(a^2+c^2)(b^2+d^2)-(c^2b^2-2abcd+a^2d^2)\\ &=(a^2+c^2)(b^2+d^2)-\underbrace{(cb-ad)^2}_{\geq 0 }\\ &\leq (a^2+c^2)(b^2+d^2) \end{align*}
(3)
The implication is obvious. For the converse, set $z_j=a_j+ib_j$. Set $x_j=a_j+ib_j$ and $y_j=1$. Then $z_j=x_jy_j^*$.