PROBLEM
If $a,b,c$ are nonzero natural numbers that verify the relation $a^2+b^2=c^2$, show that $a^n+b^n<c^n$, where $n$ is a strictly natural number greater than $2$.
WHAT I THOUGHT OF
$a^2+b^2=c^2$ is the reminds me of the The Pythagorean Theorem.
We can say that $a,b,c$ can be the sides of a right angled triangle, with c being the hypotenuse.
Using the triangle inequality we can write that
$a+b>c$
$b+c>a$
$a+c>b$
I also thought that we can write $a^2+b^2=c^2$ as $a^2=c^2-b^2=(c+b)(c-b)$.
I don't know what to do forward. Hope one of you can help me.
Define $\alpha := a/c$ and $\beta := b/c,$ so that $\alpha^2 + \beta^2 = 1.$ This in particular means that both $\alpha$ and $\beta$ lie strictly between $0$ and $1,$ which implies that $$\alpha^n+\beta^n < \alpha^2+\beta^2 = 1 \quad \text{for all } n \geq 3.$$ Now multiply by $c^n$ to get the desired inequality.