swevener
- 21
- 0
Homework Statement
Prove the Schwarz inequality by first proving that
(x_{1}^{2} + x_{2}^{2})(y_{1}^{2} + y_{2}^{2}) = (x_{1} y_{1} + x_{2} y_{2})^{2} + (x_{1} y_{2} - x_{2} y_{1})^{2}.
Homework Equations
x_{1} y_{1} + x_{2} y_{2} \leq \sqrt{x_{1}^{2} + x_{2}^{2}} \sqrt{y_{1}^{2} + y_{2}^{2}}
The Attempt at a Solution
I'm not sure if my logic is right. I did the little proof above, and with that I can say
-(x_{1} y_{2} - x_{2} y_{1})^{2} \leq (x_{1} y_{1} + x_{2} y_{2})^{2}.
Can I then sweep the LHS under the zero and say
(x_{1} y_{1} + x_{2} y_{2})^{2} \leq (x_{1}^{2} + x_{2}^{2})(y_{1}^{2} + y_{2}^{2}),
then take the square root to finish the proof?