I'm given a inequality as such: $n! > n^3$ Where n > 5,
I've done this so far:
BC: n = 6, 6! > 720 (Works)
IH: let n = k, we have that: $k! > k^3$
IS: try n = k+1, (I'm told to only work from one side)
So I have (k+1)!, but I'm not sure where to go from here.
I've been told that writing out: $(k+1)! > (k+1)^3$ is a fallacy, because I can't sub in k+1 into both sides, but rather prove from one side only.
Any Help on how to continue from here, would be much appreciated.