How does lim_(n => infty)(f(n))/(g(n))=0 imply that f(n) in O(g(n))?

Dillan Valenzuela

Dillan Valenzuela

Open question

2022-08-19

How does lim n f ( n ) g ( n ) = 0 imply that f ( n ) O ( g ( n ) ) ?

Answer & Explanation

Kobe Ortiz

Kobe Ortiz

Beginner2022-08-20Added 9 answers

By definition, f ( x ) O ( g ( x ) ) if and only if there exists some N > 0 such that
| f ( x ) | N | g ( x ) |
for all x greater than some x 0 . Given the above limit, for any ϵ > 0 we have
| f ( x ) g ( x ) | < ϵ
for x greater than some x 0 . If we take N = ϵ then we have the required N for
| f ( x ) | N | g ( x ) |
so this shows that f ( x ) O ( g ( x ) ). In fact, we have f ( x ) o ( g ( x ) ) since the above holds for every N > 0.

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?