How can we show that: $$3n< n!$$ whenever $n$ is an integer such that $n \geq 7$ ?
I was thinking that we can prove this by showing that such case is true with any integer above 7, but then I remembered that I think that only works when we are disproving something. Is there any way to show this another way? Thanks!
Edit: I was thinking along the lines of using base case of 7 and plugging in examples to proof?
Hint: $(n-1)!>3,\forall n\ge4$ Multiplying with n on both sides we get $n!>3n,\forall n>3$.