banach spaces have all absolutely summable series are summable

[[concept]]

Theorem

A normed vector space is a Banach space if and only if every absolutely summable series is summable.

Proof

Suppose is a Banach space. If is absolutely summable, then the sequence of partial sums is a Cauchy sequence in (see the previous theorem). Thus converges in . Thus by definition, the series is summable.

Suppose every absolutely summable series is summable. Let be a Cauchy sequence in . We show that a subsequence of converges in . Then converges by metric space theory.

is Cauchy for all , there exists such that for all , we have (we choose this expression because it is summable). Now, define Then and for all , we have . Thus, for all , we have Thus

&\sum_{k} (v_{n_{k+1}} - v_{n_{k}}) \text{ is absolutely summable} \\ \implies &\sum_{k}(v_{n_{k+1}} - v_{n_{k}}) \text{ is summable} \\ \implies &\left\{ \sum_{k=1}^m (v_{n_{k+1}} - v_{n_{k}}) \right\}_{m=1}^\infty = \{ v_{n_{m+1} - v_{n_{1}}} \}_{m=1}^\infty \text{ converges} \end{align}$$ Thus the (sub)sequence is $\{ v_{n_{m+1}} \}_{m=1}^\infty$ converges in $V$. Thus $V$ is [[Concept Wiki/Banach space\|Banach]]. $\blacksquare$

Mentions

Mentions

TABLE file.mday as "Last Modified"
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source
SORT file.mday ASC
SORT file.name ASC
const { dateTime } = await cJS()
 
return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}