This is somehow related to this problem but I don't have any idea about it.
Let $a$, $b$, $c$ and $d$ be positive reals such that $a+b+c+d=4$. Prove that: $$\frac{1}{a+3}+\frac{1}{b+3}+\frac{1}{c+3}+\frac{1}{d+3}\le \frac{1}{abcd}$$
Now I also tried to prove the $3$ variable version : $$\frac{1}{a+2}+\frac{1}{b+2}+\frac{1}{c+2}\le \frac{1}{abc}$$ where $a,b,c>0$ with $a+b+c=3$. But I haven't been able to solve it too. Anyone can help?? Thanks a lot.
We will prove a stronger inequality: If $a_1, a_2, \cdots, a_n$ are $k$ positive number such that $$\sum^{n}_{i=1}a_i = n$$ Then
$$\sum^{n}_{i=1} \dfrac{1}{a_i+n-1} \leq 1, \forall n \in \mathbb{N}$$
The above inequality is equivalent to
$$ \sum^{n}_{i=1} \Bigg( \dfrac{1}{n-1} - \dfrac{1}{a_i+n-1} \Bigg) \geq \dfrac{1}{n-1} $$ $$ \Leftrightarrow \sum^{n}_{i=1} \dfrac{a_i}{a_i + n - 1} \geq 1$$
Applying Schwarz inequality, we have $$ LHS = \sum^{n}_{i=1} \dfrac{(\sqrt{a_i})^2}{a_i+n-1} = P$$
It suffices to show that $$P \geq 1 \Leftrightarrow (\sum^{n}_{i=1}a_i)^2 \geq \sum^{n}_{i=1}a_i + n(n-1)$$ $$ \Leftrightarrow 2\sum_{1\leq i < j \leq n}\sqrt{a_ia_j} \geq n(n-1)$$
By applying AM-GM inequality for $\dfrac{n(n-1)}{2}$ numbers on the LHS, the conclusion follows.
P/S: This idea belongs to my Math teacher. He is very good at inequalities.