For any square matrix $C$ with real entries, define $\lambda_1(C)$ as the maximum of the absolute values of the eigen values of $C$. Two square matrix $A_{n \times n}$ and $B_{n \times n}$ with real entries satisfy property $X$ if
$$\lambda_1(AB)\leq \lambda_1(A) \lambda_1(B)$$
1) For a symmetric matrices $A$ and $B$ with $AB=BA$, show that the property $X$ holds.
2) If the condition of symmetry dropped, does the property $X$ still hold?
My work: From the given condition $AB$ is also symmetric and all $A, B, AB$ are diagonalisable. But after that how do I proceed? Please help. Thanks.