I cannot prove correctness/incorrectness of the implication of two functions f(n) and g(n) in Big-Oh/asymptotic notation
$$g(n) = \Omega(f(n)) ) \implies g(n) = O(n^2f(n))$$
I believe $g(n) = \Omega(f(n)) ) \implies f(n) = O(g(n))$
but not the other way around ?
Thanks for any hints!