We have two positive and increasing integers $a$ and $b$. We assume that $a$ is a function of $b$ and that we have:
$$a \log a \sim b$$
where $\sim$ is the asymptotic equivalence.
I would like to show that $a = \Theta(\frac{b}{\log b})$.
Thank you.
We have two positive and increasing integers $a$ and $b$. We assume that $a$ is a function of $b$ and that we have:
$$a \log a \sim b$$
where $\sim$ is the asymptotic equivalence.
I would like to show that $a = \Theta(\frac{b}{\log b})$.
Thank you.
$$\frac{b}{\log b}\sim\frac{a\log a}{\log a+\log \log a}\sim a.$$
This is even more precise than $\Theta$.