I'm trying to prove this by induction but I'm running into some trouble.
The base case is $0$, so, $a^0 = 1$, the inequality holds true
Being new to induction, I don't exactly know what to do for the A and proving it in the inequality.
at this point, do I just prove $a^n \le 1$ implies $a^{n + 1}\le 1$?
I don't understand how the $0 < a < 1$ changes things.
Please help!
Yes, you want to show that given $a^n\le 1$, then $a^{n+1}\le 1$. Well since $a>0$, we know that $a^{n+1}\le a$. But $a<1$. So we have $a^{n+1}\le a\le1$ as desired.
This proof would clearly not work if $a$ were not less than $1$.