Could somebody help me with this induction?
$1 \cdot 2 \cdot 3 \cdot 4 ... n>2^n , n \ge 4$ , n is an integer n.
I tried to solve it. Sorry if my handwriting is not clear.
Could somebody help me with this induction?
$1 \cdot 2 \cdot 3 \cdot 4 ... n>2^n , n \ge 4$ , n is an integer n.
I tried to solve it. Sorry if my handwriting is not clear.
The image of your solution suggests that you were in the right track, but as you reached the 3rd step, you made a mistake.
For proof by induction, we need to prove the following things:
Now, $$P(4) = 1*2*3*4 = 24 > 2^4$$ Thus, $P(4)$ is true.
Let,$$P(k) = 1*2*3...*k > 2^k$$
Now,$$P(k+1) = 1*2*3...*k*(k+1)$$ Since, $k≥4$,
therefore, $k+1>4$.
Now, multiply $k+1$ in $P(k)$.
Thus, $$1*2*3...*k*(k+1) > 2^k *(k+1)$$
Now, using the fact that if,
$$a>b$$
Then, $$K*a>K*b [for K>0]$$
We see that,
$$1*2*3...*k*(k+1) > 2^k*4$$
$$P(k+1) > 2^{k+2}$$ Thus,$$P(k+1) > 2^{k+1}$$ Hence, Proved!