-2

suppose $x_i>0$ for $i=1,2,\cdots,n$ and $x_1+x_2+\cdots+x_n=1$ show that $$\frac{x_1}{1+x_2+x_3+\cdots+x_n}+\frac{x_2}{1+x_1+x_3+\cdots+x_n}+\frac{x_3}{1+x_1+x_2+\cdots+x_n}+\cdots+\frac{x_n}{1+x_1+x_2+\cdots+x_{n-1}}\ge\frac{n}{2n-1}$$ attempt

from the equalitys i could rewrite $1-x_1=x_2+\cdots+x_n$ and then $$\frac{x_1}{1+x_2+x_3+\cdots+x_n}+\frac{x_2}{1+x_1+x_3+\cdots+x_n}+\frac{x_3}{1+x_1+x_2+\cdots+x_n}+\cdots+\frac{x_n}{1+x_1+x_2+\cdots+x_{n-1}}=\frac{x_1}{2-x_1}+\frac{x_2}{2-x_2}+\frac{x_3}{2-x_3}+\cdots+\frac{x_n}{2-x_n}$$ but idk how to proced from there, so how do i solve this? the fact $x_i>0$ makes me assume AM-GM inequality could be used but idk how one would use.

amWhy
  • 209,954
cand
  • 2,266

3 Answers3

0

Use Jensen's inequality.

Since $x_i\gt 0$ and $\sum_i x_i=1$, we also have $x_i\lt 1~\forall~i$ and the map $f\colon x\mapsto\dfrac x{2-x}$ is convex on $[0,1]$

We have,

$$\sum_{\text{cyc}}\frac{x_i}{2-x_i}=\sum_{\text{cyc}}f(x_i)\geq nf\left(\frac{\sum_i x_i}n\right)=nf(1/n)=n\frac{1/n}{2-1/n}=\frac n{2n-1}$$

with equality iff all the $x_i$'s are equal.


Alternatively, note that $\dfrac{x_i}{2-x_i}=\dfrac 1{\frac 2{x_i}-1}$ for $x_i\ne 0$; since $0\lt x_i\lt 1$ as well, we have $c_i=\dfrac 2{x_i}\gt 2$, or $c_i-1\gt 1$, or $0\lt\dfrac 1{c_i-1}\lt 1$

Now, use the HM-AM inequality on $\{c_i-1\}_i$ (more generally, the power mean inequality $M_{-1}\le M_1$).

0

By C-S we obtain: $$\sum_{i=1}^n\frac{x_i}{1+\sum\limits_{k\neq i}x_k}=-n+\sum_{i=1}^n\left(\frac{x_i}{1+\sum\limits_{k\neq i}x_k}+1\right)=-n+\sum_{i=1}^n\frac{2}{1+\sum\limits_{k\neq i}x_k}=$$ $$=-n+\frac{2}{2n-1}\sum_{i=1}^n\left(1+\sum\limits_{k\neq i}x_k\right)\sum_{i=1}^n\frac{1}{1+\sum\limits_{k\neq i}x_k}\geq-n+\frac{2n^2}{2n-1}=\frac{n}{2n-1}.$$

-3

After OP's attempt, let $$F=\frac{x_1}{2-x_1}+\frac{x_2}{2-x_2}+\frac{x_3}{2-x_3}+\cdots+\frac{x_n}{2-x_n}.$$ Let $x_1\ge x_2\ge x_3.....\ge x_n$, apply Tchebecheff's inequality that if $a_1\ge a_2 \ge a_3,....\ge a_n$ and $b_1 \ge b_2 \ge b_3 \ge ...\ge b_n$, then $$\sum_{k=1}^{n} a_kb_k \ge \frac{1}{n}\sum_{k=1}^{n} a_k \sum_{k=1}^{n} b_k$$ Here let $x_1\ge x_2 \ge x_3,....\ge x_n$ then $(2-x_1)^{-1} \ge (2-x_2)^{-1} \ge (2-x_3)^{-1} \ge ...\ge (2-x_n)^{-1}$, so we write $$F\ge \frac{1}{n}\sum_{k=1}^{n} x_k \sum_{k=1}^{n} \frac{1}{2-x_k}$$ Next by AM-HM $\sum_k a_k \sum_k \frac{1}{a_k} \ge n^2$, we get $$F\ge \frac{1}{n} \sum_{k=1}^n x_k ~~ \frac{n^2}{2n-\sum_k x_k}=\frac{n}{2n-1}.$$

Z Ahmed
  • 43,235
  • 3
    It took me less than a minute to find an identical question with answers (using Approach0). How much effort did you put into searching for a duplicate? – Martin R Jun 21 '21 at 07:38
  • @Martin R To find whether a problem is duplicate I mock as if I am asking/posting this problem then some times only REVIEW your question works. also It is not guaranteed if it is there. Do you know any other method please suggest. There should be a "search" section where we can find things of our interes in MSE. Fior instance I want to search results having Frullani integral. Please suggest how can I find it. – Z Ahmed Jun 21 '21 at 07:47
  • 3
    See How to search on this site?. – Approach0 and SearchOnMath work very well. – Martin R Jun 21 '21 at 07:50
  • 1
    @ZAhmed Google search "frullani integral site:math.stackexchange.com". Search once, search harder, search even harder, then answer. Ideally more time should be spent searching and redirecting, than answering. In fact, the only reason why searching is so difficult is because of rampant duplication in the first place, which creates many copies of the same concept and then people don't know where to search for what. – Sarvesh Ravichandran Iyer Jun 21 '21 at 11:55
  • It is a big problem that newbies are not introduced to these two engines : half their job will be done if they use the engines to search, rather than wait for an answer. If people genuinely want to help users over gaining reputation, then all you need to do is find a duplicate on the site and then redirect them there. They get an explanation rather than having to wait for one, and you have helped them without expending too much effort. – Sarvesh Ravichandran Iyer Jun 21 '21 at 11:57
  • 2
    What happened to the civility? – Toby Mak Jun 28 '21 at 13:08