Dragonfall
- 1,023
- 5
[tex](\lg n)!\in\mathcal{O}((\lg n)^{\lg n})[/tex] right?
The discussion confirms that (\lg n)! is in \mathcal{O}((\lg n)^{\lg n}) based on Stirling's formula. This conclusion holds true under the assumption that n is either a power of 2 or that the gamma function is applied to lg(n) + 1. The participants agree on the validity of this mathematical relationship, emphasizing the importance of Stirling's approximation in analyzing asymptotic growth.
PREREQUISITESMathematicians, computer scientists, and students studying algorithm analysis or computational complexity who seek to deepen their understanding of asymptotic growth and related mathematical concepts.