I have huge problems showing whether example like this:
is true or false using formal definition of Big O.
How can I solve such problems step by step?
I understand that formal definition of O(f(n)) is "for any n ≥ n0, f(n) ≤ cg(n)". What does it exactly mean though? I have no idea how to apply such to the example above. I am incredibly thick when it comes to this so I would really appreciate any resource hits or step by step explanation for true dummies. I do not need to have a specific answer, or explanation of steps on example I provided.
