- Let $\mathscr{S}_n$ be the set of symmetric matrices and $\mathscr{S}_n^+$ the subset of non-negative definite symmetric matrices. A matrix norm $\|\cdot\|$ to be monotone if $$A\in\mathscr{S}_n^+\; \wedge\; B-A\in\mathscr{S}_n^+\ \Rightarrow\ \|A\|\ \leq\ \|B\|.$$ Show that the norms $\|\cdot\|_2$ and $\|\cdot\|_F$ (Frobenus norm) are monotone.
- More generally, show that if a matrix norm $\|\cdot\|$ is invariant under unitary transformations, that is, if $\|A\| = \|AU\| = \|UA\|$ for every unitary matrix $U$, then it is monotone.
- Let $\|\cdot\|$ be a monotone norm and $\mbox{cond}(\cdot)$ the condition number function associated with it. Prove that $$A,B\in\mathscr{S}_n^*\ \Rightarrow\ \mbox{cond}(A+B)\ \leq\ \max\left\{\mbox{cond}(A),\; \mbox{cond}(B)\right\}$$ where $\mathscr{S}_n^*$ denotes the subset of positive definite symmetric matrices.
I already have proved (1), and I proved that $\lambda_i(A) \leq \lambda_i(B)$, $\forall\ i=1,2,\ldots,n$ and $\forall A,B-A\in\mathscr{S}_n^+$. But I have had problems in order to prove (2) and (3). For (2), i proved that \begin{eqnarray*} \|A\| & = & \|U^*AU\|\ =\ \|\mbox{diag}(\lambda_i(A))\|,\\[0.3cm] \|B\| & = & \|V^*BV\|\ =\ \|\mbox{diag}(\lambda_i(B))\|. \end{eqnarray*} but I don't know what I should do next. Please help me and thanks in advance.