Inductive proof that (n)^2 >n^n for n≥3

  • Thread starter Thread starter fanofphysics
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The discussion revolves around proving the inequality (n!)^2 > n^n for n ≥ 3 using mathematical induction. The initial case for n=3 is established easily, demonstrating that 36 > 27. Participants emphasize the importance of correctly applying the inductive method, suggesting that the proof must assume the inequality holds for n=k and then prove it for n=k+1. A key hint provided involves the inequality n + 1 > (1 + 1/n)^n, which aids in manipulating the expressions. The conversation concludes with encouragement to learn LaTeX for clearer mathematical communication and a focus on refining the proof process.
fanofphysics
Messages
5
Reaction score
0

Homework Statement


Give an inductive proof that (n!)^2 > n^n for n≥3


Homework Equations





The Attempt at a Solution


The case n=3 is easy (3! = 6, 6^2 = 6; 3^3 = 27; 36>27 : QED)

I can write out/expand ((n+1)!)^2 and (n+1)^(n+1), but I'm lost trying to manipulate the resulting expressions to prove the LHS > RHS.

Help please.

(First post here, please be gentle)
 
Physics news on Phys.org
You are not using the Inductive method. You must assume that the inequality is true for some n = k \ge 3 and then prove its validity for n = k + 1 using that assumption.
 
For now, I will only give you the hint that the following inequality holds:
<br /> n + 1 &gt; \left(1 + \frac{1}{n}\right)^{\; n} , \; n \ge 2,<br />
which is trivial if you know the meaning of the sequence on the right.
 
Thanks very much Dickfore!

It's not that I don't (didn't) know how to do an induction proof, but that I expressed myself wrongly. Also, I see you can use symbols (Latex?), which is good, but I need to learn how myself.

I'll work on this, with your hint. If I can work it out myself, is it OK to post the solution? Or is it better just that I know, myself, how to do it? Sorry, but I'm new, and I don't know the ropes (but I'm extremely happy to have found this forum!)
 
If you're just stuck on the algebra, maybe you could scan your work and post it as an image and we could point you in the right direction?
 
fanofphysics said:
I'll work on this, with your hint. If I can work it out myself, is it OK to post the solution? Or is it better just that I know, myself, how to do it? Sorry, but I'm new, and I don't know the ropes (but I'm extremely happy to have found this forum!)

If you find the solution, using the hint I gave, would you mind scanning it and attaching it here in case you cannot write it out in LaTeX? After that, we can go on and justify the inequality. I strongly encourage you to try and master LaTeX as it is very useful in communicating mathematical ideas.
 
Ditto about latex, but your first post isn't really the time to try it out on a long string of algebra, unless you have a LOT of time... I find it's better to learn starting on single equations.
 
(n+1)^(n+1) = (n+1)(n+1)^n - by definition
= (n+1) ((1+1/n)^n) n^n - because (n+1) = n(1+1/n)
< (n+1) ((1+1/n)^n) (n!)^2 - per the inductive method
< (n+1)(n+1) (n!)^2 (n≥2) - per Dickfore's hint
= ((n+1)^2) (n!)^2
= ((n+1)!)^2 - by definition

-> (n+1)^(n+1) < ((n+1)!)^2 QED

Pretty ugly to read, and incredibly easy to mis-type, but a sound, inductive, proof nonetheless.

At least I think so.

Yes, ArcanaNoir, I will be investing the time to learn Latex.

That leaves just the inequality in Dickfore's post; it's obviously true, and relatively easy to prove, which I've done (but I'll post the proof in a later post, if you guys think it would be good, in terms of my learning this stuff).

So, a REALLY BIG THANK YOU! :smile:
 
Problem statement:
<br /> \left(n!\right)^{\;n} &gt; n^{\;n} , n \ge 3<br />

Proof (a couple of lines anyway):

<br /> \left(n + 1\right)^{\;\left(n+1\right)} =\left(n + 1\right) \left(n + 1\right)^{\;n} - by definition
<br /> = \left(n + 1\right) n^{\;n} \left(1 + \frac{1}{n}\right)^{\; n} - because ...

OK, so that kinda works, but there are some aspects I don't understand yet ...
 
  • #10
What happened to the factorial?
 
  • #11
He's proving it from the right to the left.
 
  • #12
ooh.
 
  • #13
Dickfore said:
He's proving it from the right to the left.
Oh dear, is that a mistake? :redface:

Does it make the proof wrong? :cry:

I think I could re-write it, going the other way, and maybe even using Latex (though I still haven't got the hang of how to get the number of spaces right, nor the line spacing ...).
 
Back
Top