Prove the following:
$$ \frac{n^2}{4} \log ^2 \left(\frac{n}{4}\right) = \Omega \left(\frac{n^2}{2} \log ^2 \left(\frac{n}{2}\right)\right)$$
Whatever I try to do gets me nowhere, I tried multiplying both sides by $\dfrac{2}{n^2}$ and got to the inequality: $$\frac{\log^2 (\frac{n}{4})}{\log^2 (\frac{n}{2})} \geq 2c$$ $$\frac{(\log n-2)^2}{(\log n-1)^2} \geq 2c$$
But that leads me nowhere.