Difference between revisions of "Muirhead's Inequality"
m ($c_n$ was written as $cn$.) |
Franklin.vp (talk | contribs) (→Example: The proof below is incorrect. Expanding the example to motivate the upcoming correction to the proof.) |
||
Line 5: | Line 5: | ||
The inequality is easier to understand given an example. Since the sequence <math>(5,1)</math> majorizes <math>(4,2)</math> (as <math>5>4, 5+1=4+2</math>), Muirhead's inequality states that for any positive <math>x,y</math>, | The inequality is easier to understand given an example. Since the sequence <math>(5,1)</math> majorizes <math>(4,2)</math> (as <math>5>4, 5+1=4+2</math>), Muirhead's inequality states that for any positive <math>x,y</math>, | ||
− | < | + | <cmath>x^5y^1+y^5x^1\geq x^4y^2+y^4x^2</cmath> |
+ | |||
+ | To understand the proof further below, let's also prove this inequality from the (weighted) AM-GM inequality. | ||
+ | |||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | x^5y^1+y^5x^1&=\frac{3}{4}\left(x^5y^1+y^5x^1\right)+\frac{1}{4}\left(x^5y^1+y^5x^1\right)\\ | ||
+ | &=\left(\frac{3}{4}x^5y^1+\frac{1}{4}x^1y^5\right)+\left(\frac{3}{4}y^5x^1+\frac{1}{4}y^1x^5\right)\\ | ||
+ | &\geq \left(x^{\frac{3}{4}5+\frac{1}{4}1}y^{\frac{3}{4}1+\frac{1}{4}5}\right)^{3/4+1/4} + \left(y^{\frac{3}{4}5+\frac{1}{4}1}x^{\frac{3}{4}1+\frac{1}{4}5}\right)^{3/4+1/4}\\ | ||
+ | &=x^4y^2+y^2x^4 | ||
+ | \end{align*} | ||
+ | </cmath> | ||
+ | |||
+ | where the step with the inequality consists in applying the weighted AM-GM inequality to each expression in parentheses. | ||
+ | |||
+ | The coefficients <math>3/4</math> and <math>1/4</math> and the use grouping of terms according to the permutations <math>(5,1)</math> and <math>(1,5)</math> come from the following arithmetic facts. | ||
+ | |||
+ | Note that <math>\begin{pmatrix}4\\2\end{pmatrix}=T\begin{pmatrix}5\\1\end{pmatrix}</math>, where the matrix <math>T=\begin{pmatrix}3/4&1/4\\1/4&3/4\end{pmatrix}</math>. This matrix has non-negative entries and all its rows and columns add up to <math>1</math>. Such matrices are called ''doubly stochastic matrices''. We can write <math>T=\frac{3}{4}\begin{pmatrix}1&0\\0&1\end{pmatrix}+\frac{1}{4}\begin{pmatrix}0&1\\1&0\end{pmatrix}</math>. Matrices like <math>P_1=\begin{pmatrix}1&0\\0&1\end{pmatrix}</math> and <math>P_2=\begin{pmatrix}0&1\\1&0\end{pmatrix}</math>, with exactly one <math>1</math> in each row and each column and <math>0</math> everywhere else, are called ''permutation matrices''. Observe how <math>P_1\begin{pmatrix}5\\1\end{pmatrix}=\begin{pmatrix}5\\1\end{pmatrix}</math> and <math>P_2\begin{pmatrix}5\\1\end{pmatrix}=\begin{pmatrix}1\\5\end{pmatrix}</math> gives us all permutations of <math>\begin{pmatrix}5\\1\end{pmatrix}</math>. | ||
+ | |||
+ | So, we can write | ||
+ | |||
+ | <cmath> | ||
+ | \begin{align*} | ||
+ | \begin{pmatrix}4\\2\end{pmatrix}&=T\begin{pmatrix}5\\1\end{pmatrix}\\ | ||
+ | &=\left(\frac{3}{4}\begin{pmatrix}1&0\\0&1\end{pmatrix}+\frac{1}{4}\begin{pmatrix}0&1\\1&0\end{pmatrix}\right)\begin{pmatrix}5\\1\end{pmatrix}\\ | ||
+ | &=\frac{3}{4}\begin{pmatrix}5\\1\end{pmatrix}+\frac{1}{4}\begin{pmatrix}1\\5\end{pmatrix} | ||
+ | \end{align*} | ||
+ | </cmath> | ||
==Proof== | ==Proof== |
Revision as of 20:33, 5 July 2023
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 ,
To understand the proof further below, let's also prove this inequality from the (weighted) AM-GM inequality.
where the step with the inequality consists in applying the weighted AM-GM inequality to each expression in parentheses.
The coefficients and and the use grouping of terms according to the permutations and come from the following arithmetic facts.
Note that , where the matrix . This matrix has non-negative entries and all its rows and columns add up to . Such matrices are called doubly stochastic matrices. We can write . Matrices like and , with exactly one in each row and each column and everywhere else, are called permutation matrices. Observe how and gives us all permutations of .
So, we can write
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.