Show that for $0<a<1$ and $n\in \mathbb N^+$ the following does hold:
$$\left(1-a\right)^{n}<\frac{1}{1+an}$$
I know that for $a \ge -1$ and $n \in \mathbb N^+$ we have that $(1+a)^n \ge 1+an$,on the other hand since $0<a<1$ we have that $0<(1-a^2)^n=(1-a)^n(1+a)^n<1$ which follows that $$(1-a)^n<\frac{1}{(1+a)^n}\le \frac{1}{1+an}$$ $$\implies (1-a)^n< \frac{1}{1+an}$$ Is my solution right?