If $x,y$ are distinct real numbers such that $x+y>0$ and $n\ge 1$, then $2^{n-1}(x^n+y^n)\ge (x+y)^n$.
It is obvious for $n=1$. How to do the rest by using induction?
If $x,y$ are distinct real numbers such that $x+y>0$ and $n\ge 1$, then $2^{n-1}(x^n+y^n)\ge (x+y)^n$.
It is obvious for $n=1$. How to do the rest by using induction?
Suppose the claim is true for $n$. Then, multiply $2^{n-1}(x^{n}+y^{n})\ge (x+y)^n$ by $(x+y)$ on both sides to obtain (note that here we are using $x+y>0$) $$ 2^{n-1}(x^{n}+y^{n})(x+y) \ge (x+y)^{n+1}$$ To prove the inductive hypothesis it is enough to show that $$ 2^{n}(x^{n+1}+y^{n+1}) \ge 2^{n-1}(x^{n}+y^{n})(x+y)$$ which boils down to proving (I will let you proceed the intermediate steps on your own): $$ x^{n+1}+y^{n+1}\ge x^n y + xy^{n}$$ Without loss of generality, assume $x\ge y$. Then: $$ x^{n+1}+y^{n+1}-x^{n}y-xy^{n}=(x^{n}-y^{n})(x-y)\ge 0$$ as desired.
Edit: as pointed out by Ross Millikan, we do not need the assumption that $x$ and $y$ are distinct.
Hint: convexity of $f\colon t\in\mathbb{R}_+\mapsto t^n$.
Observe that the result is equivalent to $$ \frac{x^n+y^n}{2} \geq \left(\frac{x+y}{2}\right)^n $$ that is $$ \frac{f(x)+f(y)}{2} \geq f\!\left(\frac{x+y}{2}\right) $$
However, this method does not rely on induction.
For one with induction: assume the result is known for $n\geq 1$: $$ \frac{x^n+y^n}{2} \geq \left(\frac{x+y}{2}\right)^n $$ Then (as $x+y>0$) $$ \left(\frac{x+y}{2}\right)^{n+1} \leq \frac{x+y}{2}\cdot\frac{x^n+y^n}{2} = \frac{x^{n+1}+y^{n+1}+xy^n+yx^n}{4} $$ Remains to prove that $$ \frac{x^{n+1}+y^{n+1}+xy^n+yx^n}{4} \leq\frac{2x^{n+1}+2y^{n+1}}{4} $$ i.e. that $$ x^{n+1}+y^{n+1} - (xy^n+yx^n) \geq 0 $$ But the LHS can be rewritten $$ x^{n+1}+y^{n+1} - (xy^n+yx^n) = (x^{n}-y^{n}) (x-y) $$ which is indeed always positive as $x+y>0$ (whether $x>y$ or $y>x$, at least one of them is positive; a further analysis shows that, independently of the parity of $n$, both factors will have the same sign).