For all natural numbers $a>2$. I want to prove, $$ (a-1)! + 1 < a^{a-1} $$ How do I go about this?
2026-03-28 04:34:30.1774672470
Prove the following inequality regarding natural numbers
63 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
One method that you can use would be mathematical induction, which if you are not familiar with can be found here https://www.mathsisfun.com/algebra/mathematical-induction.html.
To start you off, let your base case be $a=3$ as that is the smallest natural number $>2$.
You can show easily $$(3-1)! + 1 < 3^{3-1}$$
Next you can let your equation $(a-1)! + 1 < a^{a-1}$ hold for all $a=k$, $a>2$,$a\in \mathbb{N}$ then you want to show that your equation still holds for all $a=k+1$. This will show you that for each $a$, the next $a$ will also hold, thus proving your equation.
I suggest visiting the linked site to learn a bit more about the method and then try attempting it yourself!
Good luck!