2

I have to prove that for any real numbers $ x_1,x_2,..., x_n $ and $y_1,y_2,...,y_n$ we have: $$ (|x_1y_1|+|x_2y_2|+...+|x_ny_n|)^2\le (x_1^2+x_2^2+...+x_n^2)(y_1^2+y_2^2+...+y_n^2)$$ I'm supposed to start from this identity: $$(|x_1|-t|y_1|)^2+...+(|x_n|-t|y_n|)^2 \ge 0\;\forall t$$ Could you give me some advice?

I also need to prove Minkowski's inequality starting from Cauchy-Schwarz: $$(\sum_{i=1}^n|x_i+y_i|^2)^{1/2}\le (\sum_{i=1}^n|x_i|^2)^{1/2} +(\sum_{i=1}^n |y_i|^2)^{1/2} $$

Seven
  • 589
  • 3
  • 12

1 Answers1

2

Hint. By expanding your last expression, one obtains a non-negative quadratic polynomial: $$ at^2+2bt+c\ge0, \qquad t\in \mathbb{R}, $$ what can then be said about the sign of $\Delta'=b^2-ac$?

Olivier Oloa
  • 120,989