Saturday, September 30, 2017

substitution - Showing an inequality using Cauchy-Schwarz

I managed to solve the following inequality using AM-GM:
a(a+1)(b+1)+b(b+1)(c+1)+c(c+1)(a+1)34


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:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...