Is $f(n)=\Theta(g(n))$ equivalent to the existence of the limit $\lim_{n \to \infty} \frac{f(n)}{g(n)}$?

38 Views Asked by At

Title pretty much says it all. I would think this should be true, but don't have much experience in this area of mathematics and don't know how to go about proving it.

1

There are 1 best solutions below

3
On BEST ANSWER

No. For example, $2 + \sin(n) = \Theta(1)$.