Let a,b,c belong (1,infinity) and m,n belong (0,infinity). Prove that log base ((b^m)*(c^n)) a + log base ((c^m)*(a^n)) b + log base ((a^m)*(b^n)) c >= 3/(m+n)
If we will take that a≥b≥c, then we will have:
logbmcna+logcmanb+logambnc≥(m+n)3logbmcna+logcmanb+logambnc==logabmcn1+logbcman1+logcambn1==mlogab+nlogac1+mlogbc+nlogba1+mlogca+nlogcb1≥≥m+n1+m+n1+m+n1=m+n3.
Proved.
Answer: Proved.