The most straightforward way to prove it for negative integers is to use induction.
It may seem 'obvious', but this is because in HSC Mathematics (not the subject, but Maths overall here), they generally lead you into a bad habit of thinking "Because it's true for the first couple of cases, it's probably true for the rest", which can be misleading.
For example, n^+n+17 appears to generate prime numbers for n=1, 2, 3, 4, 5, ... (try it!) So 'obviously' it must generate prime numbers!
But when you test n=16, you see that it doesn't work any more. However, it works for every positive integer up to and including 15.
Similarly, DMT seems to work for n=1, 2, 3, ... But what guarantee is there that it works for all positive integers?
The whole idea of this is that you shouldn't trust what you see at first sight until you have conclusive evidence of it... as 'obvious' as it may be.
Also, it is not at all obvious that DMT works for all n. How about n=1/2 ? Or even worse, n=pi !
Your intuition is often a good way to 'guess' a formula, but it isn't enough to prove it of course.