Inequality involving positive real numbers

188 Views Asked by At

Let $x_1,x_2,\cdots x_n,x_{n+1}$ be any real numbers greater than or equal to $1$.

Then for $n\ge 2,$ I was trying to verify the validity of the inequality $$\frac{n-1}{n}\sum_{k=1}^n\frac{1}{1+x_k}+\frac{1}{1+x_{n+1}}+\frac{1}{1+x_1.x_2.\cdots.x_n}\ge \frac{n}{n+1}\sum_{k=1}^{n+1}\frac{1}{1+x_k}+\frac{1}{1+x_1x_2\cdots x_nx_{n+1}}.$$ May I kindly seek your suggestions?

Same result can be tried when $x_1,x_2,\cdots x_n,x_{n+1}$ are non-negative real numbers less than or equal to $1$.

2

There are 2 best solutions below

3
On BEST ANSWER

An attempt towards the solution: We need to prove $$(n^2-1)\sum_{k=1}^n\frac{1}{1+x_k}+\frac{n(n+1)}{1+x_{n+1}}+\frac{n(n+1)}{1+x_1.x_2.\cdots.x_n}\ge n^2\sum_{k=1}^{n+1}\frac{1}{1+x_k}+\frac{n(n+1)}{1+x_1x_2\cdots x_nx_{n+1}},$$ which is équivalent to $$\frac{n}{1+x_{n+1}}+\frac{n(n+1)}{1+x_1.x_2.\cdots.x_n}-\frac{n(n+1)}{1+x_1x_2\cdots x_nx_{n+1}}-\sum_{k=1}^n\frac{1}{1+x_k}\geq 0.$$ When $x_{n+1}=1$ the result is true. But for very large values of $x_n,x_{n+1} (x_{n}\rightarrow\infty, x_{n+1}\rightarrow\infty)$ the above inequality is not true. Hope my argument is correct!

2
On

The inequality is equal to

$$\frac{n-1}{n}\Big(\sum_{k=1}^n\frac{1}{1+x_k}\Big)+\frac{1}{1+x_{n+1}}+\frac{1}{1+x_1.x_2.\cdots.x_n} \ge \frac{n}{n+1}\Big(\sum_{k=1}^{n}\frac{1}{1+x_k}\Big)+\frac{n}{n+1}\Big(\frac{1}{1+x_{n+1}}\Big)+\frac{1}{1+x_1x_2\cdots x_nx_{n+1}}$$


We know that $\frac{n-1}{n}>\frac{n}{n+1}$ hence

$$\frac{n-1}{n}\Big(\sum_{k=1}^n\frac{1}{1+x_k}\Big)\ge\frac{n}{n+1}\Big(\sum_{k=1}^{n}\frac{1}{1+x_k}\Big)$$

Since $1>\frac{n}{n+1}$ $$\frac{1}{1+x_{n+1}}\ge\frac{n}{n+1}\Big(\frac{1}{1+x_{n+1}}\Big)$$

Since $a\le b \implies \frac{1}{a} \ge \frac{1}{b}$ hence

$$\frac{1}{1+x_{n+1}}\ge\frac{1}{1+x_1.x_2.\cdots.x_n.x_{n+1}}$$

Adding the three equations above gives us the inequality we seek. $\ _\square$