Just to add to the post above: instead of using induction, a fairly common pattern for a question like this is to use a particular form of proof by contradiction:
"Suppose it's not true. Pick N to be the *smallest* value for which it fails." and then show that it can't fail for N without there being a smaller values for which it fails.
[Thus is basically equivalent to strong induction, but I often find it somehow feels more natural].