Let $(x,y) \in \Bbb R^+$ Prove that $$\Bigr(1+\frac{1}{x}\Bigl)\Bigr(1+\frac{1}{y}\Bigl)\ge \Bigr(1+\frac{2}{x+y}\Bigl)^2$$
My try
Well, i didn't see a way to factorize this, so i put it in WolframAlpha and i got that we can rewrite it like this, which is obviously true for $(x,y) \in \Bbb R^+$:
$$\frac{(y-x)^2(x+y+1)}{xy(x+y)^2}\ge 0$$
But i don't see the way to get there manually, im stuck here:
$$\frac{(x+y)(y+1)}{xy}\ge \frac{(x+y+2)^2}{(x+y)^2}$$
Write $a=1/x>0$ and $b=1/y>0$. So we have to prove $$(1+a)(1+b)\geq (1+{2ab\over a+b})^2$$ or $$(a+b)^3+ab (a+b)^2\geq 4ab(a+b)+ 4a^2b^2$$ or $$(a+b)^2(a+b+ab)\geq 4ab(a+b+ ab)$$ or (since $a+b+ab>0$) $$(a+b)^2\geq 4ab$$ which is true.