1

Somewhere in the proof presented for Neumann Series Theorem, the following inequality is implicitly assumed. $$||A^k|| \leq ||A||^k.$$ The $||.||$ denotes the operator norm. How can I prove this inequality? Any hint where to begin?

Neutrino
  • 383

2 Answers2

2

If $\|Ax|| \leq a\|x\|$ and $\|Bx|| \leq b\|x\|$ for all $x$ then $\|ABx\| \leq a\|Bx\| \leq ab\|x\|$. Hence $\|AB\| \leq \|A\|\|B\|$. Now use induction to show that $\|A^{k}\| \leq \|A\|^{k}$.

1

In the proof it is assumed that $\|\cdot\|$ is a matrix norm which is induced by a vector norm. Hence the matrix norm $\|\cdot\|$ is submultiplicative:

$$\|AB\| \le \|A\| \cdot \|B\|.$$

Fred
  • 77,394