Given $1+a+b+c = 2abc$ and positivity of real numbers $a,b,c$, we are asked to prove that $$\frac{ab}{1+a+b}+\frac{bc}{1+b+c}+\frac{ac}{1+a+c}\geq \frac{3}{2}$$
If $d=a+b+c$ I got as far as to simplify the inequality into $$\dfrac{1}{a}+\dfrac{1}{b}+\dfrac{1}{c}+\dfrac{1}{d-a}+\dfrac{1}{d-b}+\dfrac{1}{d-c}\geq 3$$ From $a=\frac{1+b+c}{2bc-1}$ I also can prove that $$ab+ac+bc\geq \frac{3}{2}$$ But cannot manage to get to the desired result.