studying for a test I encountered a problem that should be easy. Unfortunately, I fail to solve it.
let $f,g:\mathbb{N}\to\mathbb{N}$ be increasing functions. assume $f\notin \Omega(max(f(n),g(n))$, does $g\in \Omega(max(f(n),g(n))$ necessarily?
Any help would be appreciated
No. Start with $f(1)=2, g(1)=1$, then (*) take $f(n+1)=f(n)+1$, $g(n+1)=2g(n)$ until $g(n) > f(n)^2$. Then, say that $g(n+1)=g(n)+1$ and $f(n+1)=2f(n)$ till $f(n) > g(n)^2$.
Start the process again from (*).
$f$ and $g$ are increasing, for infinitely many $n$ $f(n) > g(n)^2$, and for infinitely many $n$ $g(n) > f(n)^2$.