Saturday, September 30, 2017

substitution - Showing an inequality using Cauchy-Schwarz

I managed to solve the following inequality using AM-GM:
$$
\frac{a}{(a+1)(b+1)}+\frac{b}{(b+1)(c+1)}+\frac{c}{(c+1)(a+1)} \geq \frac{3}{4}

$$

provided that $a,b,c >0$ and $abc=1$.



However it was hinted to me that this could also be solved with Cauchy-Schwarz inequality but I have not been able to find a solution using it and I'm really out of ideas.

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...