Proving n! > n^2 for n ≥ 4 with Induction

  • Thread starter Thread starter jezse
  • Start date Start date
  • Tags Tags
    Induction
Click For Summary
SUMMARY

The discussion focuses on proving the inequality n! > n^2 for all n ≥ 4 using mathematical induction. The proof begins with the base case n=4, where 4! = 24 is shown to be greater than 16. The inductive step involves demonstrating that if the inequality holds for n, it also holds for n+1 by manipulating the expressions (n+1)! and (n+1)^2. The conclusion confirms that the inequality is valid for all n ≥ 4, establishing the proof through the principle of mathematical induction.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with factorial notation
  • Basic algebraic manipulation skills
  • Knowledge of inequalities and their properties
NEXT STEPS
  • Study the principle of mathematical induction in depth
  • Explore advanced topics in combinatorics related to factorials
  • Learn about other proofs involving inequalities
  • Investigate applications of induction in computer science algorithms
USEFUL FOR

Mathematics students, educators, and anyone interested in understanding mathematical proofs and induction techniques.

jezse
Messages
5
Reaction score
0
I know I have to prove this using induction, but am having some problems.

show n! > n^2 for all n >= 4

what I have so far

1) n=4; 4^2=16 < 4! = 4*3*2*1=24; 16 < 24

2) show (n+1)! > (n+1)^2


something a long the lines of..

(n+1)! = (n+1)*n!
> (n+1)*n^2
.. then what, can I just say (n+1)n^2 > (n+1)^2? or am I missing a step or 2..


thanks
 
Last edited:
Physics news on Phys.org
well, you must prove that

n^2(n+1) > (n+1)^2

for n > 4.

Thinking what happesn if we divide through by n+1, this it suffices to show n^2 > n+1

which is clearly true for n>1, check the original statement is true for n=4 and you are done.
 
for your help!

Your approach is correct so far. Here's how you can continue:

3) (n+1)! = (n+1)*n!
> (n+1)*n^2 (by induction hypothesis)
= n^2 + n^3 (multiply)
> n^2 + n^2 (since n ≥ 4, n^3 > n^2)
= 2n^2 (combine like terms)
> n^2 + 2n (since n ≥ 4, 2n > n)
> n^2 + 1 (since n ≥ 4, 2n > 1)
> n^2 + (n+1) (since n ≥ 4, n+1 > 1)
= (n+1)^2 (expand and simplify)

Therefore, (n+1)! > (n+1)^2, completing the induction step.

By the principle of mathematical induction, n! > n^2 for all n ≥ 4.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 21 ·
Replies
21
Views
1K
Replies
8
Views
5K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 25 ·
Replies
25
Views
3K
  • · Replies 26 ·
Replies
26
Views
904
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K