I am trying to prove the matrix norm equivalence for norms 1, 2, $\infty$ and Frobenius.
I have managed to solve find the constants for $||.||_{1}$ and $||.||_{2}$ but I cannot see how to continue if I want to prove the following:
$||A||_{\infty} \leq \sqrt{n}||A||_{2}$
and the ones for Frobenius:
$||A||_{F} \leq \sqrt{n}||A||_{1}$
$||A||_{F} \leq \sqrt{n} ||A||_{2}$
Any help is appreciated. Thank you for your time
First I want make a remark on the fact of not specifying the space on which we work(your matrices are square or not?), it is also important to give us your norms definitions, so your question will be self-understood, especially if you consider the differences found in the notations used in literature.
In case you are not restricted to search for a specific constant, you can always use the standard method found here : Equivalence of Norms in Finite Dimension.
In your case ( I suppose that $A \in \mathbb{R}^{n\times n}$)
$||A||_{F} \leq \sqrt{n} ||A||_{2}$ is trivial if you consider the definition by using the singular values.
$$||A||_{F} = \sqrt{\sum_{i=1}^{n} \sigma_i(A)^2}$$ ($\sigma_i(A)$ are the singular values of A, in decreasing order, in this case because A is square, singular values are simply the absolute value of eigenvalues)
$$||A||_{F} \leq \sqrt{n \sigma_1(A)^2} = \sqrt{n}\sigma_1(A) = \sqrt{n} ||A||_{2} $$
after that, you can find here how you can prove that :
$$||A||_2 \leq \sqrt {n} ||A||_1$$
with this two inequalities you get that
$$||A||_{F} \leq n||A||_{1}$$
I have no idea haw you can get $\sqrt{n}$ instead of $n$