Is it right to say that suppose we have two monotonically increasing functions $f,g$ so that $f(n)=\Omega(n)$ and $f(g(n))=O(n)$. Then I want to conclude that $g(n)=O(n)$.
I think that this is a false claim, and I've been trying to provide counter example to show that this is false claim, but after many attempts I'm starting to think otherwise.
Can you please provide some kind of explanation or example if this is a false claim or a way to prove if it's a correct one.