I was reading a Calculus Book. In the chapter of Logarithm function I found this exercise but I was not able to complete it myself so I came to you:
Prove that for any $x,y>0$ it is true that $$ {1\over x} + {1\over y} \ge {4\over {x+y}}$$
Use the inequality to prove that if $a,b,c>1$ then it is true that $$ \log_a(bc) + \log_b(ca) + \log_c(ab) \ge 4[\log_{bc}(a) + \log_{ca}(b) + \log_{ab}(c)]$$
For your first question: it is equivalent to $$\frac{x+y}{xy}\geq \frac{4}{x+y}$$ or $$(x+y)^2\geq 4xy$$ or $$(x-y)^2\geq 0$$ and your second one is equivalent to $$\log_{a}{bc}+\log_{b}{ca}+\log_{c}{ab}\geq 4\left(\frac{1}{\log_{a}{bc}}+\frac{1}{\log_{b}{ca}}+\frac{1}{\log_{c}{ab}}\right)$$