2
$\begingroup$

Background: given an abelian group $G$, we can create a divisible group $\mathrm{Div}(G)$ by defining an operation on the set of $2$-tuples $\{(g,n):g\in G,n\in\Bbb N^+\}$ given by

$(g,n)+(h,m):=(mg+nh,nm), \tag{a}$

and quotient by the relation $\sim$ defined by $(g,n)\sim(h,m)\iff mg=nh$. Conceptually, a tuple proxies as a "formal ratio" $g/n$ (this construction idea is essential to creating fields of fractions and Grothendieck groups, too).

How would we construct divisible groups (which we define as those groups $G$ satisfying $nG=G$ for all $n\in\Bbb N^+$, or $G^{[n]}=G$ multiplicatively) out of nonabelian groups?

  • 0
    @JackSchmidt Ah, that's why I originally stipulated torsion-freeness, I forgot though when I read Qiaochu's answer! I will rollback my edit. (Also, $\sim$ is `\sim`.)2012-06-21

2 Answers 2

1

We denote by $T(G)$ the set of $2$-tuples $\{(g,n):g\in G,n\in\Bbb N^+\}$ again, but this time we create a free group out of it and quotient by the relation given by $(g,n)^n\sim (e,1)$ as well as $(g,1)(h,1)\sim(gh,1)$ (for all elements $g,h\in G$ and naturals $n$) on top of the equivalence

$(g,n)\sim(h,m)\iff g^m=h^n, $

and write $D(G)=F(T(G))/\sim$. This is a group. If commutativity is absent, we no longer can write products of tuples as other tuples in general. Here $(g,n)$ is an avatar for the formal expression $g^{1/n}$.

But $D(G)$ is not necessarily divisible: products of tuples that can't be simplified don't necessarily have roots. Yet it's still true that $G$ embeds into $D(G)^{[n]}$ as a subgroup for any natural $n$. Moreover, we can form a direct system with the embeddings

$G\hookrightarrow D(G)\hookrightarrow D(D(G))\hookrightarrow D(D(D(G)))\hookrightarrow\cdots.$

Define $\mathrm{Div}(G)$ to be the direct limit of this system. If $x\in \mathrm{Div}(G)$, then $x\in D^m(G)$ for some $m$, and then $v=(x,n)\in D^{m+1}(G)$ satisfies $v^n=(e_{D^m(G)},1)=e$. It follows that $\mathrm{Div}(G)$ is divisble.

One thing I'm struggling with: is there a sense in which $\mathrm{Div}(G)$ is the smallest divisible group containing $G$? Intuitively this seems right, but I'm unsure of how to formally describe/justify this.

  • 0
    There is a forgetful functor from divisible groups to groups and ideally what you describe is its left adjoint. This ought to be true but proving it seems annoying.2012-06-21
3

You freely adjoin $n^{th}$ roots of the elements of $G$. Of course, since $G$ is noncomutative these $n^{th}$ roots aren't required to commute with anything besides powers of themselves so the result is quite nasty (analogous to what happens when you try to imitate the construction of the Grothendieck group for a noncommutative monoid). More precisely, take the free group on symbols $g^{1/n}, g \in G, n \in \mathbb{N}$ and quotient by the relations $g^1 = (g^{1/n})^n$ as well as any relations between elements $g^1$ of $G$ in $G$. As you correctly indicate in a comment below you of course need to adjoin more roots than this in the non-abelian case.

There is no reason that I can see to require $G$ to be torsion-free. In the abelian case this assumption implies that division has a unique result (if it exists), since $na = nb = g$ then implies $n(a-b) = 0$ which implies $a-b = 0$. But in the non-abelian case, from $a^n = b^n = g$ we cannot conclude $(ab^{-1})^n = 1$ if $a, b$ don't commute, so torsion-freeness doesn't help.

If you just want to construct non-abelian divisible groups, examples include any non-abelian Lie group $G$ for which the exponential map $\mathfrak{g} \to G$ is surjective. If $G$ is compact there is a lot of torsion (think of $\text{SO}(3)$ for example).

  • 0
    Ah, I hadn't thought about divisible groups with torsion!2012-06-21