[Math] Prove of Nesbitt’s inequality in 6 variables

inequality

I was just reading "Pham kim hung secrets in inequalities,Volume 1" book and there was an interesting problem on it's Cauchy-Schwarz and Holder section that caught my eye.

Prove that for all positive real numbers $a,b,c,d,e,f$,we always have $$\frac{a}{b+c}+\frac{b}{c+d}+\frac{c}{d+e}+\frac{d}{e+f}+\frac{e}{f+a}+\frac{f}{a+b}\ge 3$$

The writer of the book proved it by Cauchy-Schwarz,But there was an another method in the start of the book for proving original Nesbitt inequality.

Prove that for all non-negative real numbers $a,b,c$ $$\frac{a}{b+c}+\frac{b}{c+a}+\frac{c}{a+b}\ge\frac{3}{2}$$
Solution: set $S=\frac{a}{b+c}+\frac{b}{c+a}+\frac{c}{a+b}$,$M=\frac{b}{b+c}+\frac{c}{c+a}+\frac{a}{a+b}$,$N=\frac{c}{b+c}+\frac{a}{c+a}+\frac{b}{a+b}$.
obliviously $M+N=3$.and by AM-GM we get the $$M+S\ge3,N+S\ge3$$
So $M+N+2S\ge6$ and $M+N=3$ we get $S\ge\frac{3}{2}$.

Like this method (calling it $S,M,N$),He proves $$\frac{a}{b+c}+\frac{b}{c+d}+\frac{c}{d+a}+\frac{d}{a+b}\ge2$$

for all non-negative $a,b,c,d$.

As I Liked this method, I started to proof the 6 variable variation using it. $$S=\sum\limits_{cyc}\frac{a}{b+c}$$ $$M=\sum\limits_{cyc}\frac{b}{b+c}$$ $$N=\sum\limits_{cyc}\frac{c}{b+c}$$

it easy too see that $M+N=6$.and using AM-GM it is easy to reach that $M+S\ge6$ but for proving $N+S \ge 6$ $$N+S=\frac{a+c}{b+c}+\frac{b+d}{c+d}+\frac{c+e}{d+e}+\frac{d+f}{e+f}+\frac{e+a}{f+a}+\frac{f+b}{a+b}\ge 6$$

I don't see any way to change this to something easy to work with it.By the way it is strange that why it is called Nesbitt's 6 variables inequality in book because Nesbitt Generalization is $$\sum_{i=1}^{n}\frac{a_i}{s-a_i}\ge\frac{n}{n-1}$$
Where $\sum_{i=1}^{n}a_i = s$ for positive $a_1,\ldots a_n$.

Best Answer

$$\sum\limits_{i=1}^{6}\frac{x_i}{x_{i+1}+x_{i+2}} \ge 3$$ where, the indices are taken cyclically. Wlog, assume $\sum\limits_{i=1}^{6} x_i = 1$.

We start with the fact that $f(s) = \frac{1}{1-s}$ is convex on the interval $[0,1)$. Applying Jensen Inequality, $$\sum\limits_{i=1}^{6} \frac{x_i}{1-(x_i + x_{i-1}+x_{i-2}+x_{i-3})} \ge \frac{1}{1-\sum\limits_{i=1}^{6}x_i(x_i + x_{i-1}+x_{i-2}+x_{i-3})}$$

$$\iff \sum\limits_{i=1}^{6}\frac{x_i}{x_{i+1}+x_{i+2}} \ge \frac{1}{\left(\sum\limits_{i=1}^6 x_i\right)^2-\sum\limits_{i=1}^{6}x_i(x_i + x_{i-1}+x_{i-2}+x_{i-3})}$$

Now, $\displaystyle \left(\sum\limits_{i=1}^6 x_i\right)^2-\sum\limits_{i=1}^{6}x_i(x_i + x_{i-1}+x_{i-2}+x_{i-3}) = (x_1+x_4)(x_3+x_6)+(x_1+x_4)(x_2+x_5)+(x_2+x_5)(x_3+x_6)$

Since, $\displaystyle 1 = \left((x_1+x_4)+(x_3+x_6)+(x_2+x_5)\right)^2 \ge 3\left((x_1+x_4)(x_3+x_6)+(x_1+x_4)(x_2+x_5)+(x_2+x_5)(x_3+x_6)\right)$

the desired inequality follows.

As for the $N+S \ge 6$ inequality, is not always true.

Take the values $(a,b,c,d,e,f) = (1,0,1.02,0.02,1.01,0.02)$.

Then, $N+S = 5.99991989925 < 6$ (when I say $b = 0$ I mean to take a positive value as close to $0$ as possible)

Related Question