micromass said:
Proof is ok, but I'm going to be annoying:
Thank you. That always helps.
micromass said:
The reason I assumed it held for k>4: 4 is the very first integer greater than 3. I figured if I can establish by induction that it holds for 4, then 5, 6, 7,...k, k+1,... then it must hold for all numbers greater than 3. There is no upper bound on k. I did spin my wheels a bit at first since I'm used to the base case being k=1.
As for the second part, I multiplied by 2 because that would allow me to easily get the k+1 case because the base for the power is 2, and x
ax = x
a+1. (also I don't believe the way everything relates to the number 2 here is coincidental. I think there might be a deeper relation between the base of the power and when it is larger than the factorial).
micromass said:
Because I multiplied both sides by a positive integer, so the inequality should remain. The multiplication was done so I can get the k+1 case for the exponent. I then kind of lucked into the next part. I knew I had to get to some point where the left was less than the target quantity, and this worked out well.
micromass said:
Because:
\lim_{n\rightarrow ∞ } \frac{2n!}{(n+1)!} = 0
*EDIT I had n approaching zero for some reason
and as for k =3,2,1 and 0, I manually tested them. k>4 is overkill for this part. But I figured that in order remain consistent I'd stick with k >4, since it is necessary for comparing the exponential to the factorial.