8

Here, Lemma $2.1$ states that

A normed space $X$ is complete if and only if every absolutely convergent series is convergent.

I would like to know a series which is absolutely convergent but not convergent. Can someone give such example? I always thought that absolutely convergent series implies the series converges.

mrf
  • 43,639
Idonknow
  • 15,643
  • They say "absolutely summable", not "absolutely convergent". This is a different notion of convergence than the one I believe you're thinking of (i.e. the special case with real numbers). – Hayden Dec 19 '14 at 11:54
  • The link to isites.harvard.edu is broken. I'm also unable to find any copy saved on the Wayback Machine. – The Amplitwist Jun 20 '22 at 09:08

2 Answers2

4

If the space is not complete, absolute convergence actually doesn't imply convergence. Take for example $X = \mathbb{Q}$ (with the norm inherited from $\mathbb{R}$) and choose a sequence of rational numbers $a_n$ such that $$ \sum_{n=1}^\infty a_n $$ is irrational, but $$ \sum_{n=1}^\infty |a_n| = 1. $$

See this question for details. Thus, in $X$, the series is absolutely convergent, but not convergent.

mrf
  • 43,639
  • In your link provided, how to ensure the existence of irrational numbers $a$ and $b$ such that $a-b=1$ and $a+b$ is irrational? – Idonknow Dec 19 '14 at 12:13
  • 1
    @Idonknow For example $a=1-1/\sqrt2$, $b=-1/\sqrt2$. – mrf Dec 19 '14 at 14:11
0

Let $E$ be the space of all continuous functions $f:[0,1]\to\mathbb{R}$, equipped with the following norm : $$\forall f\in E,\,\Vert f\Vert_1=\int_0^1\vert f(t)\vert\,dt$$

For each $n\in\mathbb{N}^\star$, let $f_n\in E$ defined by :

$f_n(t)=1$ if $t\in[0,\frac12]$

$f_n(t)=1-n(t-\frac12)$ if $t\in[\frac12,\frac12+\frac1n]$

$f_n(t)=0$ if $t\in[\frac12+\frac1n,1]$

Now put $g_n=f_n-f_{n+1}$. It is not difficult to show that $\Vert g_n\Vert=\frac1{2n(n+1)}$, which implies the convergence of the series $\sum_{n\ge1}\Vert g_n\Vert$

But the sequence $(f_n)$ is a divergent one (with respect to the norm $\Vert\,\,\Vert_1$) and so the series $\sum_{n\ge1}g_n$ is also divergent in $E$, in the same sens.

The reason why such an example exists is the fact that the normed space $(E,\Vert\,\,\Vert_1)$ is not complete (it is not a Banach space).

Adren
  • 7,515
  • 10
  • 26