There is probably a more elegant way to do this problem, but this is the first that occured to me.
(I'll skip the intro and so on that Billy Pender loves so much
)
...let k be a positive integer for which the result holds, we prove the result for n = k + 1
To prove: 12^(k+1) > 7^(k+1) + 5^(k+1)
(given that 12^k > 7^k + 5^k)
LHS = 12^(k+1)
= 12.12^k
RHS = 7^(k+1) + 5^(k+1)
= 7.7^k + 5.5^k
now LHS > 12.7^k + 12.5^k from the assumption
and 12.7^k + 12.5^k > RHS
so LHS > RHS and everyone lived happily ever after.
I realise I've skipped a lot of steps, but that's the essence of it...I hope
.