Proving the Cauchy-Schwarz Inequality

  • Thread starter Thread starter VertexOperator
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
14 replies · 3K views
VertexOperator
Messages
79
Reaction score
0

Homework Statement



Prove that:

Homework Equations



[tex]\sum_{k=1}^{n}x_{k}^{2}\geq \frac{1}{n}\left ( \sum_{k=1}^{n}x_{k} \right )^{2}[/tex]

The Attempt at a Solution



I am not sure what to do to be honest. But it looks like the Cauchy–Schwarz inequality to me.
 
on Phys.org


micromass said:
Oh come on. I'm sure there are things you can try. For example, solve the case n=2. Or try induction. Or something.

Sigma is intimidating :(
But I will try doing it.
 


I got [tex]2x_{1}^{2}+2x_{2}^{2}\geq x_{1}^{2}+2x_{1}x_{2}+x_{2}^{2}[/tex]
 


micromass said:
Do you see why this is true?

Is it because [tex]\left ( x_{1}^{2}+x_{2}^{2} \right )\geq 2x_{1}x_{2}[/tex]
But why is this true?
PS: Is it because [tex]\left ( x_{1}-x_{2} \right )^{2}\geq 0 \therefore \left ( x_{1}^{2}+x_{2}^{2} \right )\geq 2x_{1}x_{2}[/tex]
 


Do I just do normal induction from here?
 


After thinking a little bit about it, you won't need induction at all.

Basically, you need to prove that

[tex]\sum_{k=1}^n x_k \leq \sqrt{n}\sqrt{\sum_{k=1}^n x_k^2}[/tex]

You were completely right that this resembled Cauchy-Schwarz. So, try to apply Cauchy-Schwarz somewhere.

Of course, for that inequality, you need two sequences. The sequence [itex](x_1,...,x_n)[/itex] is one of them, what is the other?
 


micromass said:
After thinking a little bit about it, you won't need induction at all.

Basically, you need to prove that

[tex]\sum_{k=1}^n x_k \leq \sqrt{n}\sqrt{\sum_{k=1}^n x_k^2}[/tex]

You were completely right that this resembled Cauchy-Schwarz. So, try to apply Cauchy-Schwarz somewhere.

Of course, for that inequality, you need two sequences. The sequence [itex](x_1,...,x_n)[/itex] is one of them, what is the other?

Is it [tex]x_{1}^{2},...,x_{n}^{2}[/tex] ?

And thank you a lot for the help. I didn't think about squarerooting both sides :( I really need to learn to recognized this stuff.
 


micromass said:
No, it's not that.

Think of a very easy (constant) sequence.

Although this question can be done using the CS Inequality, it can be done this way too:
[tex]a^2+b^2 \geq 2ab[/tex]

[We need to sub into a and b, all the combinations of 2 numbers from the set [tex]\ \ x_1, \ x_2, \ x_2 \ \dots, \ x_n[/tex]

[tex]x_1^2+x_1^2 \geq 2x_1 x_2[/tex]

[tex]x_1^2+x_3^2 \geq 2x_1x_3[/tex]

.
.
.

[tex]x_1^2+x_n^2 \geq 2x_1x_n[/tex]

[tex]x_2^2+x_3^2 \geq 2x_2 x_3[/tex]

And so on, then we add these inequalities side by side.

[tex](n-1)(x_1^2+x_2^2 \dots + x_n^2) \geq 2(x_1x_2+x_1x_3+ \dots)[/tex]

[tex]n(x_1^2+x_2^2+\dots+x_n^2) \geq x_1^2+x_2^2+\dots + x_n^2 + 2(x_1x_2+\dots[/tex]

The RHS is the expanded form of:

[tex]n\sum_{k=1}^{n} x_k^2 \geq \left(\sum_{k=1}^{n}x_k \right)^2[/tex]

[tex]\sum_{k=1}^{n} x_k^2 \geq \frac{1}{n}\left(\sum_{k=1}^{n}x_k \right)^2[/tex]
 


Could you please show me how you would do it using the CS inequality?
 


micromass said:
You need to show that


[tex]\sum_{k=1}^n x_k \leq \sqrt{n}\sqrt{\sum_{k=1}^n x_k^2}[/tex]

The CS inequality gives something like

[tex]\sum_{k=1}^n x_ky_k \leq ...[/tex]

If I use the same [itex]x_k[/itex] in both inequalities above, then what does the corresponding [itex]y_k[/itex] need to be?

Ok, thank you. I will try to do it now.