#Proof of equivalence (Big O-Notation)

9 messages · Page 1 of 1 (latest)

outer bear
#

How do i prove that the following Definitions are equivalent for a given g: N -> R^(>0):

0(g) := {f: N -> R^(>0) | Ec ∈ R^(>0) : ( Vn ∈ N: (f(n) <= cg(n)))} and
0(g) := {f: N -> R^(>0) | Ec ∈ R^(>0) : (En0 ∈ N: ( Vn ∈ N: (n >= n0 => f(n) <= c
g(n))))}

compact lodgeBOT
#
  1. Ask your question and show the work you've done so far. If you've posted a screenshot of a question, specify which part you need help with.
  2. Wait patiently for a helper to come along.
  3. Once someone helps you, say thank you and close the thread with:
    +close
    
  4. Feel free to nominate the person for helper of the week in #helper-nominations
  5. Do not ping the mods, unless someone is breaking the rules.
  6. If you're happy with the help you got here, and the server overall, you can contribute financially as well:
pliant vault
#

Take f(1) = 2, f(n) = 1/n for n > 1

#

And g(n) = 1/n for any n > 0

#

In the first definition, f is not O(g)

#

But in the second one, it is

#

So if anything you are most likely doomed to failure trying to prove that the two sets are equal