I'm pretty new to proof by induction and I just wanted to see how I would prove something with multiple variables. Thanks.
Prove that for all $n\in \mathbb{N}$, it holds that for all real numbers $a,b\geq 0$, that $(\frac{a+b}{2})^n \leq \frac{a^n+b^n}{2}$
Since $a\mapsto ca,\,b\mapsto cb$ multiplies both sides by $c^n$, assume wlog that $a+b=2$ (unless $a+b=0$, but that case is trivial). Then we just need to prove $a^n+(2-a)^n\ge2$. For the inductive step, note$$\begin{align}a^{k+1}+(2-a)^{k+1}-a^k-(2-a)^k&=a^k(a-1)+(2-a)^k(1-a)\\&=(a^k-(2-a)^k)(a-1)\\&\ge0\end{align}$$completes the inductive step.