Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let $E$ be a Banach algebra, and $v\in E$, so that $||v|| < 1$. So the geometric series $w = \sum_{k=0}^\infty v^k$ converges in the norm, that part I understand.

I can show that $||w|| \le \frac{1}{1-||v||}$, but does the equality hold? If it holds, how can I show this? If it doesn't hold, are there counterexamples?

I apologize if this is too elementary, and I'd be happy enough if one could point me to the right reference.

share|improve this question
I just realized how dumb this question was. – Braindead Jul 12 '11 at 22:32

2 Answers

up vote 2 down vote accepted

$$\sum_{k=0}^\infty (-\tfrac{e}{2})^k = \left(\sum_{k=0}^\infty (-\tfrac{1}{2})^k\right)e = \frac{1}{1-\left(-\frac{1}{2}\right)}e = \tfrac{2}{3}e $$ because it's just a regular geometric series of real numbers times $e$, while $\frac{1}{1-\lVert -\frac{e}{2} \rVert} = 2$.

(Much belated) edit: corrected the summation.

share|improve this answer
$$\sum_{k=0}^\infty (-\tfrac{e}{2})^k = \left(\sum_{k=0}^\infty (-\tfrac{1}{2})^k\right)e$$ I don't quite understand how they are equal. Shouldn't $$\left(\sum_{k=0}^\infty (-\tfrac{1}{2})^k\right)e = \sum_{k=0}^\infty (-\tfrac{e}{2^k})$$ Am I missing something? – Mark Jul 17 '11 at 11:50
$e$ is the identity, so $e^k = e$ for all $k$ – kahen Jul 17 '11 at 12:08
oh I see that makes sense now – Mark Jul 17 '11 at 12:09

You can. You have the following if $\|x\| < 1$: $$\sum_{n=0}^\infty \|x^n\| \le \sum_{n=0}^\infty \|x\|^n \le {1\over {1 - \|x\|}}.$$ This geometric sum is absolutely convergent and therefore convergent (Banach algebras are complete). It is not difficult to show that $$(e - x)^{-1} = \sum_{n=0}^\infty x^n,$$ where $e$ denotes the identity in the Banach algebra.

share|improve this answer
Equality occurs on the positive real axis in the Banach algebra $\Bbb C$ inside of the open unit disk. – ncmathsadist Jul 12 '11 at 22:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.