I want to know the reason of following given relations:
n < (log n)^log n
log log n = O(root(log n))
(log n) != omega(log(n!))
log(log*n) < log*(log n)
base of all log is 2. Obviously I know the answers but I do not know how to find them.I could also see one can not find these just by putting values of n
all the time. As for 1st relation it does not hold for n=2
. What is the effect of applying above function to large value of n
? Can anyone come with universal solution (or guide me a way) so that I can find relation on applying different combination of above (or extra function not given) functions on n
. For example, log*log(root(log(n!)))
with loglog*(log(root(n!)))