Let $\sigma_1$ be the largest singular value of the matrix $A = (a_{ij})$. Show that $\sigma_1 >= \lambda_{max}$, where $\lambda_{max}$ denotes the largest eigenvalue of $A$, and that $\sigma_1 \geq |a_{ij}|_{max}$.
$A$ must be a square matrix, otherwise it would not have any eigenvalues. One of the problems that I have worked so far includes a square matrix, and the above statement holds true for that problem.
I am unsure of how to approach proving this for the general case however. I know that $\sigma_1 = \sqrt{\lambda_{max}(A^TA)}$.
Is there a relationship between $\lambda_{max}(A^TA)$ and $\lambda_{max}(A)$ that can be leveraged to prove this?