After some work, I got this nice inequality:
$$ \frac{n^2}{2} < \phi(n)\cdot \sigma(n) $$
where $\phi(n)$ is Euler's phi function and $\sigma(n)= \sum_{d|n} d$. I know this is true because I'm aware that this can be further refined to
$$ \frac{6 n^2}{\pi^2} < \phi(n)\cdot \sigma(n) $$
However, I'm interested in the first one because I'm sure there is an elemental proof of it (which I can't find at the moment). Any ideas?