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?
Asked
Active
Viewed 323 times
1
-
1To start, Prove the lemma $||AB||\le ||A|| ||B||$ – Nick Aug 26 '19 at 05:55
2 Answers
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}$.
Kavi Rama Murthy
- 311,013
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