Prove that if $f(n)\in O(g(n))$ then $g(n)\in\Omega(f(n))$
I saw a proof of this from the site from way back. I am not convinced this is true with the statement THEN between. This is Transpose symmetry I think and the statement in between Prove should be Prove that if $f(n)\in O(g(n))$ IF AND ONLY IF $g(n)\in\Omega(f(n))$. Can anyone elaborate