Let $x+y=1$, where $x,y\in \mathbb R^+$ Prove that $\forall x\in \mathbb N$ $$P(n):\left(1+\frac{1}{x^n}\right)\left(1+\frac{1}{y^n}\right)\ge (1+2^n)^2$$
It's clear that the best method for proving it is induction.
$P(0)$ is true, so assume that $P(k)$ is true for some $k\ge 0$, but the problem occurs here because I can't use the fact $x+y=1$ properly in my proof. I tried expanding the RHS and the LHS but it didn't work.