Difference between revisions of "Muirhead's Inequality"
m (Made parentheses look nicer) |
|||
Line 27: | Line 27: | ||
Therefore, we get that | Therefore, we get that | ||
− | <cmath>\sum_{\text{sym}}{x_1}^{c_1}{x_2}^{c_2}\cdots {x_n}^{c_n} -n!\geq 0</cmath> | + | <cmath>\sum_{\text{sym}}\left({x_1}^{c_1}{x_2}^{c_2}\cdots {x_n}^{c_n}\right) -n!\geq 0</cmath> |
We multiply this by <math>\sum_{\text{sym}} \prod_{i=1}^{n}x_i^{b_i}</math> to get: | We multiply this by <math>\sum_{\text{sym}} \prod_{i=1}^{n}x_i^{b_i}</math> to get: | ||
− | <cmath>\left(\sum_{\text{sym}} \prod_{i=1}^{n}x_i^{b_i}\right)\left(\sum_{\text{sym}}{x_1}^{c_1}{x_2}^{c_2}\cdots {x_n}^{c_n}-1\right)=\sum_{\text{sym}} \prod_{i=1}^{n} x_i^{b_i+c_i}-\prod_{i=1}^{n} x_i^{b_i}\geq 0</cmath> | + | <cmath>\left(\sum_{\text{sym}} \prod_{i=1}^{n}x_i^{b_i}\right)\left(\sum_{\text{sym}}\left({x_1}^{c_1}{x_2}^{c_2}\cdots {x_n}^{c_n}-1\right)\right)=\sum_{\text{sym}} \prod_{i=1}^{n} x_i^{b_i+c_i}-\prod_{i=1}^{n} x_i^{b_i}\geq 0</cmath> |
Since <math>b_i+c_i=b_i+a_i-b_i=a_i</math>, we get | Since <math>b_i+c_i=b_i+a_i-b_i=a_i</math>, we get |
Revision as of 14:12, 10 April 2019
Muirhead's Inequality states that if a sequence majorizes a sequence , then given a set of positive reals :
Example
The inequality is easier to understand given an example. Since the sequence majorizes (as ), Muirhead's inequality states that for any positive ,
.
Proof
We will first prove an important fact. If we have a sequence such that , then the following result holds: for any positive reals .
Proof: By AM-GM, we know:
However, expanding the right hand side, we see or
We define our sequence such that
Note that
Therefore, we get that
We multiply this by to get:
Since , we get or
Usage on Olympiad Problems
A common bruteforce technique with inequalities is to clear denominators, multiply everything out, and apply Muirhead's or Schur's. However, it is worth noting that any inequality that can be proved directly with Muirhead can also be proved using the Arithmetic Mean-Geometric Mean inequality. In fact, IMO gold medalist Thomas Mildorf says it is unwise to use Muirhead in an Olympiad solution; one should use an application of AM-GM instead. Thus, it is suggested that Muirhead be used only to verify that an inequality can be proved with AM-GM before demonstrating the full AM-GM proof.
As an example, the above inequality can be proved using AM-GM as follows:
Adding these,
.
Multiplying both sides by (as both and are positive),
as desired.