9

I want to verify that if $G$ is an abelian topological group then so is its completion $\widehat{G}$.

Note that $G$ is not necessarily a metric space. Hence we define a sequence $x_n$ to be Cauchy if for every neighborhood $U$ of $0$ there exists an $N$ such that for $n,m \geq N$, $x_n - x_m \in U$.

It's clear to me that the constant sequence $\bar{0}$ is Cauchy and hence in $\widehat{G}$. It's also clear that if $x_n$ is Cauchy then so is $-x_n$.

The part I'm not sure about is, if we define the group operation elementwise: $\overline{x} + \overline{y} = (x_n) + (y_n) = (x_n + y_n) = \overline{x+y}$, then I need to check two things: first that addition is well-defined, that is if $\overline{x} = \overline{x^\prime}$ and $\overline{y} = \overline{y^\prime}$ then $\overline{x} + \overline{y} = \overline{x^\prime} + \overline{y^\prime}$ and also that $\overline{x} + \overline{y}$ is Cauchy.

So I thought perhaps I could show that $\overline{x} + \overline{y}$ is Cauchy by doing something like this: $x_n + y_n = (x_n - x_m) + (x_m + y_i) + (y_n - y_i)$ but then I cannot say anything about $x_m + y_i$.

Would someone please show me how to verify these two properties? Thank you.

Edit

This is the relevant part in Atiyah-Macdonald:

enter image description here

1 Answers1

1

In general, if $H$ is a topological group and $G$ is an abelian dense subgroup of $H$, then $H$ is abelian. It follows from the continuity of the sum.

Ivan
  • 11
  • 2
    Well, first you have to define the sum on the completion. Then show it is a group. Then show it is a topological group. After that, "abelian" follows from the continuity of the sum. – GEdgar Jul 25 '12 at 21:36