Let $a,b,c\ge 0: a+b+c+3abc=6.$ Prove that $$\frac{1}{a+1}+\frac{1}{b+1}+\frac{1}{c+1}\ge \frac{3}{2}$$ I tried to expand $$\frac{2(a+b+c)+ab+bc+ca+3}{abc+ab+bc+ca+a+b+c+1}\ge \frac{3}{2}$$ $$\iff a+b+c+3\ge ab+bc+ca+3abc$$ Replace $a+b+c=6-3abc,$ it suffices to prove $$ab+bc+ca+3abc\le 9$$ I expect to use Schur $abc\ge \dfrac{(a+b+c)(4(ab+bc+ca)-(a+b+c)^2)}{9}$ but I don't know how to transfer it.
I'm looking for a good proof (especially by using Schur ). Also, others idea are welcome.
Thank you
Proof.
WLOG, assuming that $(b-1)(c-1)\ge 0.$ By given hypothesis, we obtain $$abc+a\ge ab+ac \implies 6-a-b-c+3a+b+c\ge (3a+1)(b+c)$$ $$ \implies 0\le b+c\le \frac{2(a+3)}{3a+1}.$$ Now, by using Cauchy-Schwarz \begin{align*} \frac{1}{a+1}+\frac{1}{b+1}+\frac{1}{c+1}&\ge \frac{1}{a+1}+\frac{4}{b+c+2}\\&=\frac{1}{a+1}+\frac{4}{\dfrac{2(a+3)}{3a+1}+2}\\&=\frac{3}{2}. \end{align*} The proof is done. Equality holds at $a=b=c=1$ and also for $a=b=3;c=0$ and permutations.