I saw this equation in "Introduction to Algorithm" 3th edition in page 58 :
$$\lg(n!) = \Theta(n\lg(n))$$
If $\lg(n!) = \Omega(n\lg(n))$ and $\lg(n!) = O(n\lg(n))$ then we can prove that.
I can easily show $\lg(n!) = O(n\lg(n))$, but I have no idea about $\Omega$.