What n is required to make n > a^n

  • Context: Graduate 
  • Thread starter Thread starter uart
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around finding a bound on n, expressed as a function of a, such that the factorial of n (n!) is greater than or equal to a raised to the power of n (a^n). The focus includes exploring various bounds and proofs related to this inequality.

Discussion Character

  • Exploratory
  • Mathematical reasoning

Main Points Raised

  • One participant seeks a bound on n that satisfies the inequality n! ≥ a^n, preferring a proof that is relatively easy to establish.
  • Another participant proposes using Stirling's formula to suggest that n = ⌈e a⌉ will work as a bound.
  • A different participant argues that for n ≤ a, the inequality cannot hold, and discusses a method of reasoning involving comparing terms on both sides of the inequality as n increases.
  • Another participant suggests that taking n = a^2 (for a ≥ 2) provides a straightforward comparison of terms in the expansion of both sides, indicating that each pair-product on the left-hand side is greater than or equal to the corresponding product on the right-hand side.

Areas of Agreement / Disagreement

Participants present multiple competing views on the appropriate bounds for n, and the discussion remains unresolved regarding which bound is the most effective or easiest to prove.

Contextual Notes

Some arguments depend on specific assumptions about the values of a and n, and the proofs suggested vary in complexity and rigor.

uart
Science Advisor
Messages
2,797
Reaction score
21
I'm looking for a bound on n ( that is, "n" as a function of "a") to satisfy,

[tex]n! \geq a^n[/tex]

It doesn't have to be the lowest possible bound, preferably one that's relatively easy to prove.

Thanks.
 
Mathematics news on Phys.org
OK I've just found Sterling's formula, looking at that I can deduce that [tex]n = \lceil e\, a \rceil[/tex] will definitely work.

Does anyone have a bound that is very easy proof. Maybe something like n = 3a or even larger.
 
Last edited:
Well, up until n=a, you clearly can't get anywhere (and have a-1 more a's on the RHS than the LHS)

Then you add up an a (actually, a number greater than a against a)for every one added to n until you hit a2

Then you have a-2 a's on the RHS compared to the LHS. From then on, every time you add one to n, you multiply the LHS by something greater than a2, and the RHS by a. So if n=a2+a (so you pick up a extra a's from the a2 and larger terms to mitigate the a-1 you felll behind by at the start), then n! >= an

That should work. If it needs clarification, I'll try to write it out a bit neater
 
Ok good, going as high as sqaures makes it pretty easy.

Take n = a^2 (for a>=2). You can just compare the terms (in the expansion of LHS and RHS) in pairs and show that every chosen pair-product on the LHS is greater than or equal to that of each RHS pair (which is of course always a*a on the RHS).

eg

1 * a^2 = a*a
2 * (a^2-1) > a*a
3 * (a^2-2) > a*a
...
k ^ (a^2+1-k) > a*a : { down to k = floor(a^2 / 2) }

That's the type of thing I was looking for, something that's like a "handwaving + by inspection" type of "proof". ;)
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K