f>g means that f>=g (f dominates g) and g does not dominate f.
f>>g means that cf>g (eventually) for any c>0
What’s the difference?
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.
An example:
You can see that
f > gbutf not >> gbecause you can choosec == 0.1and thencf will never be > g.However:
You can see that at first
g>fbut eventuallyf>gfor large enoughnand no matter how small you makec, eventuallycfwill become larger thang. Thereforef>>g.