Let $a,b,c$ be positive real numbers. Prove that $$\frac{a}{b+2c}+\frac{b}{c+2a}+\frac{c}{a+2b} \geq 1$$
I was trying to solve the problem and I found some difficulties in my solution. Here is the solution:
From Cauchy-Schwarz, we have $$\frac{(\sqrt a)^2}{b+2c}+\frac{(\sqrt b)^2}{c+2a}+\frac{(\sqrt c)^2}{a+2b} \geq \frac{(\sqrt a +\sqrt b +\sqrt c)^2}{3(a+b+c)}.$$ Then we have to prove that $$(\sqrt a +\sqrt b +\sqrt c)^2 \geq 3(a+b+c)\\ \implies a+b+c+2(\sqrt{ab}+\sqrt{bc}+\sqrt{ca})\geq 3(a+b+c)\\ \implies \sqrt{ab}+\sqrt{bc}+\sqrt{ca}\geq a+b+c$$ which is not true because $$(a+b+c)(b+c+a) \geq (\sqrt{ab}+\sqrt{bc}+\sqrt{ca})^2\\ \implies a+b+c \geq\sqrt{ab}+\sqrt{bc}+\sqrt{ca}$$ by Cauchy-Schwarz.
I'm quite sure that the problem statement is correct. So, I made a mistake somewhere in my solution. But I am unable to find that. So, I basically want to know where my mistake is and I don't want alternative solution to the problem.
There is a similar problem here but that doesn't answer my question because I don't want the solution of the problem rather I want to know where the mistake is in my solution.
As @Macavity wrote, I used an inequality which is not tight enough. Then, my question is how to know if an inequality I'm using is tight enough or not.
(This issue is bothering me a lot. Today I was proving that $$\frac{a^2}{(a+b)(a+c)}+\frac{b^2}{(b+c)(b+a)}+\frac{c^2}{(c+a)(c+b)} \geq \frac 3 4$$ for all positive reals $a,b,c$ and the same thing happened as above. I really want to know how to avoid this.)

Stronger tools include Schur, Muirhead, Jensen's and some known inequalities like the Iran's inequality etc. The Holy Grail is of course expanding everything and use something like $uvw$ method or Vasc's Equal Variable Theorem.
– dezdichado Jul 10 '21 at 23:03