Homogeneity in Inequalities

I was reading this proof of 2001 IMO Problem #2, proving for \(a,b,c\in\mathbb{R}^+\) that \(\sum \frac{a}{\sqrt{a^2+8bc}}\ge1\). In a proof using Jensen's inequality, it says

This inequality is homogeneous so we can assume without loss of generality a+b+c=1a+b+c=1.

I've read multiple proofs saying we can assume whatever because the terms are homogeneous, but what can you assume without loss of generality from homogeneity?

#Proofs #Advice #Math

Note by Cody Johnson
7 years, 10 months ago

No vote yet
10 votes

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

In this post I consider only inequalities in three variables, but it extends to any number of variables. Expression f(a,b,c)f(a,b,c) is said to be homogeneous of degree kk if and only if there exists real kk such that for every t>0t > 0 we have tkf(a,b,c)=f(ta,tb,tc)t^k \cdot f(a,b,c) = f(ta,tb,tc) For instance in your example we have f(a,b,c)=cycaa2+8bc1f(a,b,c) = \sum_{\text{cyc}} \frac{a}{\sqrt{a^2 + 8bc}} - 1 and this expression ff is homogeneous of degree 00, i.e. f(a,b,c)=f(ta,tb,tc)f(a,b,c) = f(ta,tb,tc)

Okay, now finally why can the assumption a+b+c=1a + b + c = 1 be made? Assume that a+b+c=ma + b + c = m for m>0m > 0 i.e. am+bm+cm=1\frac{a}{m} + \frac{b}{m} + \frac{c}{m} = 1 Let a=ama' = \frac{a}{m}, b=bmb' = \frac{b}{m}, c=cmc' = \frac{c}{m}. Then a+b+c=1a' + b' + c' = 1 But the homegeneity of degree 00 tells us that f(a,b,c)=f(am+bm+cm)=f(a,b,c)f(a',b',c') = f\left(\frac{a}{m} + \frac{b}{m} + \frac{c}{m}\right) = f(a,b,c) (in case it's not clear, we used 1m=t\frac{1}{m} = t, remember that tt can be arbitrary positive real number). Hence proving f(a,b,c)0f(a',b',c') \geq 0 is equivalent to proving f(a,b,c)0f(a,b,c) \geq 0 and we have the nice condition that a+b+c=1a' + b' + c' = 1

You can assume many other things (but only one assumption at a time), like a=1a = 1 b=1b = 1 c=1c = 1 abc=1abc = 1 ab+bc+ca=1ab + bc + ca = 1 a2+b2+c2=1a^2 + b^2 + c^2 = 1 etc. also the number on right-hand side of these assumptions doesn't need to be 11.

Jan J. - 7 years, 10 months ago

Log in to reply

Do you have any other good examples of how homogeneity is useful?

Cody Johnson - 7 years, 10 months ago

Log in to reply

In general, homogeneous inequalities are easier to work with, that's because most known inequalities (AM-GM, Cauchy-Schwarz, etc.) are themselves homogeneous, so they are easier to apply to homogeneous inequalities, that's not to say that you can't prove non-homogeneous inequalities with them, but it's just usually easier to prove homogeneous inequalities.

Another reason is that many techniques rely on homogeneity such as SHED or [PDF] sum of squares

EDIT: Deleted example because it was wrong. (I am too tired.)

Jan J. - 7 years, 10 months ago

i got the above example but can u pls explain how it can be used in inequality like:

a^2/(a+1) + b^2/(b+1) >= 1/3, where a+b=1;

(i am getting K as 1, which is possible wrong)

Sameer Arora - 6 years, 1 month ago

Log in to reply

In this case you must homogenize (make it homogeneous) by taking a2a+1=a2(a+b)(2a+b)\frac{a^2}{a+1}=\frac{a^2}{(a+b)(2a+b)} and similar (hint: to finish, use Titus lemma)

Cody Johnson - 6 years, 1 month ago

Log in to reply

@Cody Johnson yes i did the same thing and solved the inequality. but i was trying to figure out K using the method described above. can you please tell the degree of homogeniety (K) in my problem.

i got K=1, but since this inequality is equivalent to : a^3 + b^3 >= ((a^2)b) + ((b^2)a), this gives K=3.

thank you in advance

Sameer Arora - 6 years, 1 month ago

Thank you so much!

Cody Johnson - 7 years, 10 months ago

What should I assume, if the given inequality is homogenous equation of degree one? @Jan J.

Surya Prakash - 5 years, 7 months ago

But how can we assume a=1a=1?!

Anas Kudsi - 3 years, 1 month ago

A symmetric equation can be assumed true.

Shourya Pandey - 7 years, 10 months ago

http://www.artofproblemsolving.com/Forum/viewtopic.php?f=52&t=386799&p=2148037#p2148037 in here

Truong Nguyen Ngoc - 7 years, 10 months ago
×

Problem Loading...

Note Loading...

Set Loading...