Prove by induction: $\sum_{k=0}^{n-1} k! ≤ {n!}$
A little confused with this problem. I think the base step would be n = 0, resulting in both sides of the inequality to be 1. Next, I know we are suppose to assume that n = a and evaluate n = a + 1. Would that be $\sum_{k=0}^{a} k! ≤ {(a+1)!}$ ?
Any help would be much appreciated!
`$\sum_{k=0}^{n-1} k!=0!+1!+2!+\ldots+(n-1)! \le (n-1)!+(n-1)!+\ldots+(n-1)! = n.(n-1)!$