Use trial and error method to find the first value at which given statement is true.
We have P(n):2n<n!,n ϵ N
P(1):2×1<1!⇒P(1):2<1
which is false.
P(2):2×2<2!⇒P(2):4<2
which is false.
P(3):2×3<3!⇒P(3):6<6
which is false.
P(4):2×4<4!⇒P(4):8<24
which is true.
Hence, P(4) is true.
Use principal of mathematical
induction to prove given statement for all natural numbers n≥4.
Let P(k) is true,
⇒P(k):2k<k!
Now, we will prove that P(k)⇒P(k+1)
P(k):2k<k!
Then, 2k(k+1)<(k+1)!
Multiplying (k+1) both sides)
2k2+2k<(k+1)! …(1)
We can easily prove that,
2k+2<2k2+2k ∀k≥4
2(k+1)<2k(k+1)
2<2k
2<k Which is true Now use above result in equation (1)
⇒2k+2<2k2+2k<(k+1)!
⇒2(k+1)<(k+1)!
Hence proved P(k+1)is true as well.
Hence, the statement is true for all n ϵ N is n≥4.