The total cost of our operations are: Σ(i=1 to n) log(i).
Prove that this sum is Ω(n log(n)).
I'm a little bit stuck on how to go about proving this. I realize the summation comes out to be log(n!), since log(1) + log(2) + log(3) = log(3!) (and so forth, etc)
But then I'm stuck on where to go for a formal proof. Any help would be appreciated!