I need to find the p value for which every n: $n \ge p$ and $n \in \mathbb{N}$
I am given:
$n! \ge 2^n$
I'm really not sure how to approach this question. Say my base proof is $p=4$ so $n \ge 4$ and then I tried:
$(n+1)! \ge 2^n \times 2^1$ (what was originally $2^{n+1}$)
$n! \times (n+1) \gt 2^n \times 2^1$
But this is where I get stuck.. By the way, is there any other way to find $p$ other than just trying numbers?
Thanks!