asymptotic bounds for factorial
The following less precise bounds are useful for counting purposes in computer science:
(1) | ||||
(2) | ||||
(3) |
(, , and are Landau notation.)
Proof of the upper bound of equation (1).
We must show that for every , we have
To see this, write
and observe that the middle quantity tends to as , so it can be made smaller than any fixed by taking large. ∎
Proof of the lower bound of equation (2).
We are to show that for every , we have
We write:
and the middle expression can be made to be by taking to be large. ∎
Proof of bound for , equation (3).
Showing is simple:
for all .
To show , we can take equation (2) with the constants and . Then
for large enough . In fact, it may be checked that suffices. ∎
References
- 1 Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein. Introduction to Algorithms, second edition. MIT Press, 2001.
- 2 Michael Spivak. Calculus, third edition. Publish or Perish, 1994.
Title | asymptotic bounds for factorial |
---|---|
Canonical name | AsymptoticBoundsForFactorial |
Date of creation | 2013-03-22 15:54:25 |
Last modified on | 2013-03-22 15:54:25 |
Owner | stevecheng (10074) |
Last modified by | stevecheng (10074) |
Numerical id | 7 |
Author | stevecheng (10074) |
Entry type | Result |
Classification | msc 41A60 |
Classification | msc 68Q25 |
Related topic | StirlingsApproximation |
Related topic | GrowthOfExponentialFunction |