Square of n factorial is greater than n to the power n

  • Context: Undergrad 
  • Thread starter Thread starter maverick280857
  • Start date Start date
  • Tags Tags
    Factorial Power Square
Click For Summary

Discussion Overview

The discussion revolves around the problem of proving that for every natural number n, (n!)^{2} > n^n. Participants explore various approaches to this inequality, including non-inductive and inductive proofs, as well as the implications of Stirling's approximation.

Discussion Character

  • Debate/contested
  • Mathematical reasoning
  • Conceptual clarification

Main Points Raised

  • Vivek seeks help to prove that (n!)^{2} > n^n, suggesting a reformulation involving geometric means.
  • Some participants propose using proof by induction, while others emphasize the need for a non-inductive approach.
  • Concerns are raised about the applicability of Stirling's approximation, with some arguing it may not hold for all natural numbers.
  • One participant suggests examining the nature of the error in Stirling's approximation to aid in the proof.
  • Another participant hints at using the AM > GM inequality on the sequence of natural numbers to explore potential paths to the proof.
  • Discussion includes the assertion that the inequality does not hold for n = 1 or n = 2, with n = 3 being the first integer for which it is true.
  • Vivek expresses a preference for a formal non-inductive proof, indicating a desire for deeper engagement with the problem.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the best approach to proving the inequality. Multiple competing views remain regarding the use of induction versus non-inductive methods, as well as the relevance of Stirling's approximation.

Contextual Notes

Some participants note that the problem is sourced from a textbook that does not mention Stirling's approximation, suggesting that the authors expect a different method of proof. Additionally, there is uncertainty regarding the validity of the inequality for small values of n.

maverick280857
Messages
1,774
Reaction score
5
Hi

I need some help figuring out how to do this problem:

Prove that for every natural number n, [tex](n!)^{2} > n^n[/tex]

By rewriting this as
[tex](n!)^{\frac{1}{n}} > \sqrt{n}[/tex]
I can see that I have to prove that given a sequence of natural numbers {1, 2, 3, ..., n}, the geometric mean of n numbers of this sequence is greater than the geometric mean of its extreme terms, i.e. 1 and n. I get stuck however, when I attempt a noninductive proof (even an inductive proof for that matter involves handling binomial expressions which are large but it is perhaps still possible). I don't see how to go on now that I have the rearranged inequality even though in its present form and significance, it looks pretty obvious.

I would be grateful if someone could offer a suggestion to help me analyze this.

Thanks and cheers
Vivek
 
Mathematics news on Phys.org
How about trying a proof by induction?

If you do that then I think it reduces to proving
[tex]\frac { \left(1 + \frac {1}{n}\right)^n}{n+1} \leq 1[/tex]
 
Hello Tide

I've got to do it noninductively :-)

Cheers
Vivek
 
Just a thought - don't have time now to look at this closely - but what is the nature of the error in Stirling's approximation (log(n!) ~ nlogn-n) ? You could look into this...
 
I'll take a guess too: If you take a look at the Stirling series you should be able to pull out a formula that's guraenteed to give an approximation greater than or less than the actual value.
 
Stirling won't work if he has to prove it for all natural numbers.
 
It is not true for 1 or 2 anyway. 3 is the first integer it is true for. Sterling's formula says: n! approximately [tex]\frac{\sqrt(2n\pi)*n^n}{e^n}[/tex].This should help.
 
Last edited:
Thank you all for your help. I would like to point out however, that this problem is from a book called Higher Algebra by Hall and Knight (chapter on Inequalities). As the stirling approximation has not been mentioned in the theory sections, I believe the authors expect students to solve it some other way.

Thanks and cheers
Vivek
 
well just lookinbg at it, the lhs is being multiplied by n^2 each time you go from the case for n-1 to the case for n, and the rhs is being multiplied by an element of a sequence that converges to en. so the lhs is obviously increasing much faster.
 
  • #10
Here's another quick suggestion. This one may go nowhere too :

Consider the numbers 1, 2, 3, ..., n. Use the AM > GM inequality on them. See if that goes anywhere(or even 1^2, 2^2, 3^2, ..., n^2). Looks to me like the inequalities might point the wrong way...uh oh ! :confused:
 
Last edited:
  • #11
1) Hall and Knight seem to use > to mean greater than or equal to

2)
maverick280857 said:
I can see that I have to prove that given a sequence of natural numbers {1, 2, 3, ..., n}, the geometric mean of n numbers of this sequence is greater than the geometric mean of its extreme terms, i.e. 1 and n. I get stuck however, when I attempt a noninductive proof

So if you can prove n*1>=n, (n-1)*2>=n and so on then that will do it.
 
  • #12
maverick280857 said:
I've got to do it noninductively :-)

That sucks... what's wrong with an inductive proof?
 
  • #13
chronon said:
So if you can prove n*1>=n, (n-1)*2>=n and so on then that will do it.

Ha ha, simple as that ! :smile:

Just prove : (n-k)(k+1) >= n for all k in [0,n-1].

Nice ! :smile:

Now I feel like heading into the nearest wall. : :cry:
 
  • #14
Hello everyone

Thanks for the suggestions. I think I have it figured out now :-)

Well, there's nothing wrong with an inductive proof but you cannot say that induction is the nicest way to do things. I mean there's got to be a "formal" proof or a better looking noninductive proof. If I could do things two ways, I'd prefer a noninductive proof because I need to put my mind more into it. Normally induction just involves using the proposition for k to prove it for (k+1).

Thanks anyway.

Cheers
Vivek
 
  • #15
robert Ihnot said:
It is not true for 1 or 2 anyway. 3 is the first integer it is true for. Sterling's formula says: n! approximately [tex]\frac{\sqrt(2n\pi)*n^n}{e^n}[/tex].This should help.

As a side note there is a better approximation of n! :

[√ (2nπ)]*nn*e-n+(1/12n) (1)

Stirling formula can be deduced from a formula (attributed to Euler) where an infinite series of a function in x is approximated by its integral (integral from f(t)dt,between 0 and 'x')+a series of factors depending on the derivatives of the function+a residue.In our case after taking the logarithm from n! this function is f(x)=lnx.If I remember well only the first derivatives and the rest of the first order are considered,the other terms are ignored.The residue of order 1 is demonstrated to converge at a certain finite limit C.I do not remember it exactly but the fact is that finally results (1).Stirling's formula results directly from there by ignoring the factor (1/12n).
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 105 ·
4
Replies
105
Views
12K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 49 ·
2
Replies
49
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K