I came upon the need to multiply two function run-times: $\Omega(f)*\Omega(g)$.
On wikipedia, such product exists for Big-Oh notation (and equals $O(f*g)$), but the $\Omega$ page is very lacking.
I couldn't find anywhere online (including "Asymptotic Methods in Analysis" by De Bruijn, but maybe I missed it?) any mention for existance on this property for $\Omega$, let alone a proof for it.
I see no reason why Omega should be any different from O, but the fact that I couldn't find any reference to it kind of bugs me.
Could someone please refer me to a page on the subject, or simply confirm this property?