Prove x13+x23+x33+x43 ≥ x1+x2+x3+x4 with x1x2x3x4=1

  • Context: Undergrad 
  • Thread starter Thread starter asmani
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around proving the inequality x1^3 + x2^3 + x3^3 + x4^3 ≥ x1 + x2 + x3 + x4 under the condition that x1x2x3x4 = 1, with participants exploring various methods of proof including induction and Lagrange multipliers. The context includes theoretical exploration and mathematical reasoning.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests using induction, proposing that proving the base case for two variables (x1, x2) could lead to a general proof.
  • Another participant mentions using Lagrange multipliers to find the minimum of a function defined by the inequality, leading to the conclusion that all variables must be equal to 1.
  • Several participants discuss the choice of base case in inductive proofs, with one noting potential contradictions arising from incorrect assumptions about the base case.
  • A participant provides an analytical solution involving the use of inequalities and compact sets to argue for the validity of the original inequality.
  • There are challenges to the correctness of certain inequalities derived in the context of induction, with participants debating the implications of these derivations.

Areas of Agreement / Disagreement

Participants express differing views on the validity of certain proof strategies, particularly regarding induction and the choice of base cases. There is no consensus on the correctness of the proposed methods or the derived inequalities.

Contextual Notes

Some participants highlight the importance of assumptions in their arguments, particularly regarding the positivity of the variables and the conditions under which the inequalities hold. The discussion reveals potential gaps in the reasoning presented by various participants.

asmani
Messages
104
Reaction score
0
Suppose that x1,x2,x3,x4 are four positive real numbers such that x1x2x3x4=1.

Show that x13+x23+x33+x43 ≥ x1+x2+x3+x4.

How to solve this? (Not a homework!)

Any hint is appreciated.
 
Mathematics news on Phys.org
Looks like it should be pretty easy with induction if you can prove the base case of:

if x1,x2 are positive real numbers such that x1x2=1 then x13 + x23≥ x1 + x2

For the base case you know that x1x2=1 ⇒ x2= 1/x1

i.e. show x3 + 1/x3 - x - 1/x ≥ 0, for x ≥ 0 which shouldn't be to bad with some calculus

At least that's the route I would go.
 
MO Question?
 
Use lagrange. It will pop right out.
 
Thanks for the replies.

That's a part of a problem of a national mathematical olympiad. The full problem is as follows:

Suppose that x1,x2,x3,x4 are four positive real numbers such that x1x2x3x4=1. Show that

Cgeq%20%5Cmax%5Cleft%20%5C{%20%5Csum_{i=1}^{4}x_i,%5Csum_{i=1}^{4}%5Cfrac{1}{x_i}%5Cright%20%5C}.gif
 
JonF said:
Looks like it should be pretty easy with induction if you can prove the base case of:

if x1,x2 are positive real numbers such that x1x2=1 then x13 + x23≥ x1 + x2

For the base case you know that x1x2=1 ⇒ x2= 1/x1

i.e. show x3 + 1/x3 - x - 1/x ≥ 0, for x ≥ 0 which shouldn't be to bad with some calculus

At least that's the route I would go.
Base case could just be n=1, i.e. one x. I guess you could also argue for n=0 too.
 
Anonymous217 said:
Base case could just be n=1, i.e. one x. I guess you could also argue for n=0 too.
good point, that makes it even easier
 
Anonymous217 said:
Base case could just be n=1, i.e. one x. I guess you could also argue for n=0 too.

Well, you got to watch out for which natural number corresponds to the base case when carrying out inductive proofs.

Check this out: We will show [itex]n^3 \leq n^2[/itex] for all n > 0 by induction. If n = 1, we get [itex]1^3 \leq 1^2[/itex] which is certainly true. Now assume [itex]k^3 \leq k^2[/itex]. Then

[tex](k + 1)^3 = k^3 + 3k^2 + 3k + 1 \leq k^2 + 3k^2 + 3k + 1 \leq k^2 + 2k + 1 = (k + 1)^2[/tex]

which was the desired result. But wait, [itex]2^3 = 8 > 4 = 2^2[/itex]. Contradiction? The problem comes from "choice" of base case.
 
Analytical solution:

Let [tex]f(x_1,x_2,x_3,x_4) = x_1^3+x_2^3+x_3^3+x_4^3-(x_1+x_2+x_3+x_4)[/tex], and [tex]g(x_1,x_2,x_3,x_4) = x_1x_2x_3x_4-1[/tex].

we will find the minimum of f under the condition g = 0.

We find the solutions to the lagrange equations

[tex]\frac{\delta f}{\delta x_i} = \lambda \frac{\delta g}{\delta x_i}[/tex]

and g = 0, or

[tex]3x_i^2 -1= \lambda x_1x_2x_3 \Leftrightarrow 3x_i^3-x_i=\lambda[/tex], so [tex]3x_i^3-x_i = 3x_j^3-x_j[/tex], or [tex](x_i-x_j)(3(x_i^2+x_ix_j+x_j^2)-1) = 0[/tex]. Pick the largest one, say x_k. It will be larger or equal than 1. And thus [tex]3(x_k^2+x_ix_k+x_k^2)-1 \geq 2 > 0[/tex]. Hence [tex]x_i = x_k[/tex] for all i, so they are all equal. Hence x_i = 1 for all i.

Now this is the minimum on some compact set containing (1,1,1,1).

The set determined by [tex]x_i > 0[/tex], and [tex]x_1x_2x_3x_4 = 1[/tex], and [tex]x_1+x_2+x_3+x_4 <=5[/tex] contains (1,1,1,1) and is compact.

Furthermore, by the general QM-AM [tex]\sqrt[3]{\frac{x_1^3+x_2^3+x_3^3+x_4^3}{4}} \geq \frac{x_1+x_2+x_3+x_4}{4}[/tex]

So [tex]x_1^3+x_2^3+x_3^3+x_4^3 \geq \frac{(x_1+x_2+x_3+x_4)^2}{16} (x_1+x_2+x_3+x_4)[/tex]

Hence outside our set [tex]f(x_1,x_2,x_3,x_4) > 0[/tex]. So (1,1,1,1) is actually the value for which f is minimized, and the value is 0. Hence [tex]x_1^3+x_2^3+x_2^3+x_4^3 \geq x_1+x_2+x_3+x_4[/tex].

(EDIT: I assumed we were working in the subset x_i > 0 originally, so just assume I said that before I did :) )
 
Last edited:
  • #10
Dr. Seafood said:
Well, you got to watch out for which natural number corresponds to the base case when carrying out inductive proofs.

Check this out: We will show [itex]n^3 \leq n^2[/itex] for all n > 0 by induction. If n = 1, we get [itex]1^3 \leq 1^2[/itex] which is certainly true. Now assume [itex]k^3 \leq k^2[/itex]. Then

[tex](k + 1)^3 = k^3 + 3k^2 + 3k + 1 \leq k^2 + 3k^2 + 3k + 1 \leq k^2 + 2k + 1 = (k + 1)^2[/tex]

which was the desired result. But wait, [itex]2^3 = 8 > 4 = 2^2[/itex]. Contradiction? The problem comes from "choice" of base case.

k^2 + 3k^2 + 3k + 1 \leq k^2 + 2k + 1 that does follow from the induction hypothesis and is certainly not true.
 
  • #11
That's what I said.
 
  • #12
Dr. Seafood said:
That's what I said.

No, you derived those inequalities in your post, but it's wrong. How does it have anything to do with the base case?
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 14 ·
Replies
14
Views
4K
Replies
6
Views
10K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
5
Views
4K
  • · Replies 9 ·
Replies
9
Views
3K