I have worked through most of the quicksort analysis below, but am stuck on how to show that $E[T(n)] \in \Omega(n\cdot\log(n))$ (i.e. part $e.$ in the image below).
I am working off of part $c.$ trying to show, $$ E[T(n)] = \frac{2}{n}\sum_{q=2}^{n-1}E[T(q)] +kn \geq c\cdot n\cdot\log(n)$$ for some $k$ (from $\Theta(n)$ term).
I used substitution (or applied induction hypothesis) but am not sure where to go from here.
$$ E[T(n)] \geq \frac{2}{n}\sum_{q=2}^{n-1}c\cdot q\cdot\log(q) +k\cdot n $$
