I know there are different definitions of Matrix Norm, but I want to use the definition on WolframMathWorld, and Wikipedia also gives a similar definition.
The definition states as below:
Given a square complex or real $n\times n$ matrix $A$, a matrix norm $\|A\|$ is a nonnegative number associated with $A$ having the properties
1.$\|A\|>0$ when $A\neq0$ and $\|A\|=0$ iff $A=0$,
2.$\|kA\|=|k|\|A\|$ for any scalar $k$,
3.$\|A+B\|\leq\|A\|+\|B\|$, for $n \times n$ matrix $B$
4.$\|AB\|\leq\|A\|\|B\|$.
Then, as the website states, we have $\|A\|\geq|\lambda|$, here $\lambda$ is an eigenvalue of $A$. I don't know how to prove it, by using just these four properties.
Suppose $v$ is an eigenvector for $A$ corresponding to $\lambda$. Form the "eigenmatrix" $B$ by putting $v$ in all the columns. Then $AB = \lambda B$. So, by properties $2$ and $4$ (and $1$, to make sure $\|B\| > 0$), $$|\lambda| \|B\| = \|\lambda B\| = \|AB\| \le \|A\| \|B\|.$$ Hence, $\|A\| \ge |\lambda|$ for all eigenvalues $\lambda$.