How to transform $\log_bf(n)<\log_b \sqrt{g(n)}$ into $f(n) < \sqrt{g(n)}$?

19 Views Asked by At

I need to transition from $\log_bf(n)<\log_b \sqrt{g(n)}$ to $f(n) < \sqrt{g(n)}$. I understand that I need an inverse of $\log$ but I can't find the proper function for this situation.