How to prove this:
x^7 = O(x^10)
x^10 = O(x^7)?
I couldn’t prove this statement.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Let’s take a look at the definition of big-O notation.
The right hand side can be formulated “the quotient
f/gis bounded for sufficiently largex“.So to prove that
f ∈ O(g), look at the quotient, choose a (largish)xand try to find a bound.For the first case, the quotient is
A bound for
x ≥ 1is obvious.To refute
f ∈ O(g), look at the quotient and prove that it assumes values of arbitrarily large modulus on each interval[x, ∞). Assume an arbitraryc > 0, and prove that for anyx, there is any > xwith|f(y)/g(y)| > c.That should give enough of a hint.