zzmanzz
- 47
- 0
Homework Statement
I usually struggle with proofs and would appreciate some help with the following problem:
Prove the following fact:
\Omega(f_1) \subseteq \Omega(f_2) iff f_1 \in \Omega(f_2)
Homework Equations
\Omega(f_1) is the set of functions g s.t.
g(n) \geq c f_1(n) where n_1 \geq n_o
The Attempt at a Solution
[/B]
1. \Omega(f_1) = g_1 (n_1) \geq c f_1(n_1)
\Omega(f_2) = g_2 (n_1) \geq c f_2(n_2)
2. f_1 \in \Omega(f_2) = f_2(n) \geq c f_1(n)
2. implies that
g_2(n) \geq f_2(n) \geq c f_1(n)
which shows that \Omega(f_1) \subseteq \Omega(f_2) from 1.
Is this on the right track? Thanks