I am trying to understand how $(\log n)^{\log n} $ is equivalent to $ n^{\log\log n} $ with respect to how it is derived and the associated logarithm properties/rules that make this possible.
There is a solution located here which appears to be applicable.
The solution provided at the above location is:
$$\log(n)^{\log(n)} = \left ( b^{\log(\log(n))} \right )^{\log(n)}=(b^{\log(n)})^{\log(\log(n))}=n^{\log(\log(n))}$$
assuming the log is base $b$. Since $\log(\log(n))$ is growing, this grows faster than just $n$ which has a fixed exponent.
- Is this the correct derivation/solution?
- If so, would one be able to provide more details along with the associated logarithmic properties/rules on how this is derived? I have looked in my pre-calculus book from a few years ago to find the applicable logarithm properties/rules but cannot find them or a similar example.
- How does $(\log n)^{\log(n)} = ( b^{\log(\log(n))} )$?
- How does $ ( b^{\log(\log(n))} ) = (b^{\log(n)})^{\log(\log(n))} $?
- How does $ (b^{\log(n)})^{\log(\log(n))} = n^{\log(\log(n))}$?
Any help on this would be greatly appreciated.
Thank you very much.
Should I edit my original post/question to meet the criteria you listed above such as: providing the context, what I understood about the problem, and what I had tried before asking the question? If so, I will be happy to do so. Please let me know. Thank you again.
– Kris Jun 05 '22 at 23:22