here's the problem I'm doing:
Prove that for all integers $n$ with $n \geq 1$, we have $n \cdot 6^n \leq (n+10)!$
I don't understand how to get from [$6 \cdot (k + 10)! + 6^{k+1}$] to $k \cdot (k + 10)! + 11 \cdot (k + 10)! $.
Base Case:
Let $ n = 1$.
Then, $LHS = 1 \cdot 6 = 6$
$RHS = (1 + 10)!$
Clearly, $6 \leq 10!$ and hence, the inequality is satisfied for the base case.
Inductive Hypothesis:
Let us assume that for $n = k$, we have $k \cdot 6k \leq (k + 10)!$
Inductive Step:
Now, we would need to prove that for $n = k + 1$, the inequality holds true.
Proof:
$= (k + 1) \cdot 6k+1= 6k * 6^{k} + 6^{k+1} \leq 6*(k + 10)! + 6^{k+1} \leq k * (k + 10)! + 11 * (k + 10)! \leq (k + 11)(k + 10)! \leq (k + 11)!$