Give an example of a statement P(n) which is true for all n≥4 but P(1), P(2), P(3) are not true. Justigy your answer.
Let the statement P(n) : 3n < n!
For n=1,3×1<1!
For n=2,3×2<2!⇒6<2 [false]
For n=3,3×3<3!⇒9<6 [false]
For n=4,3×4<4!⇒12<24 [false]
For n=5,3×5<5!⇒15<5×4×3×2×1
⇒15<120 [True]