Alternative proof of the Fundamental Theorem of Abelian Groups??

357 Views Asked by At

While the literature has many variations, all the published proofs I know induct on the number of generators. Thus they start will an abelian group $A$ and build up a direct sum of cyclic groups within it. Part of the difficulty involves the occasional need to remove a direct summand and replace it with another in order to proceed.

My question: Does any published proof induct on the relations?

With no relations, one has a free abelian group, so a direct sum of infinite cyclic groups. Adding a relation induces a quotient, and the idea is to see how the direct sum decomposition behaves with respect to the quotient process.

To illustrate one important step, I'll explain how to argue that the torsion subgroup of a finitely generated abelian group has a free abelian complement. Assume this by induction and add a new relation. The relation has the form $f+t$, where $f$ belongs to the free abelian summand and $t$ to the torsion subgroup. Say $t$ has order $m$. Then $m(f+t)=mf$. If $f$ does not equal $0$, choose a basis for the free group that makes $mf$ a multiple of a basis element (standard stuff). Now modding out by $mf$ produces torsion and reduces the rank. Then modding out by $f$ takes a quotient of the torsion.

Analyzing the torsion part turns out only just a little more invovled.

1

There are 1 best solutions below

4
On

Sure, although maybe not explicitly. The proofs I know are geometric and essentially use the algorithm for Smith normal form. Basically, you surjectively map $f:\mathbb{Z}^n \twoheadrightarrow A$, then you map $g:\mathbb{Z}^m\to \mathbb{Z}^n$ so that $\text{im}(g) = \ker(f)$. So $m$ is the number of generators of the subgroup of relations. The cokernel of $g$ is isomorphic to $A$. If $\phi$ is an automorphism of $\mathbb{Z}^n$ and $\psi$ an automorphism of $\mathbb{Z}^m$, then $A$ is also isomorphic to the cokernel of $\phi \circ g \circ \psi^{-1}$, i.e., you can change bases without messing up the cokernel. Then you look at the matrix $M$ for $g$. The previous statement allows you to do certain matrix operations to clean up $M$. You perform an algorithm to put $M$ into Smith normal form, and the theorem is basically done. The algorithm to put a matrix in Smith normal form is recursive. You clear a column and row and then perform the algorithm again on a smaller matrix. Each time, both dimensions of the matrix decrease by one. So you can think of it as induction on $m$ if you so please.

Choosing a basis so that $mf$ is a multiple of a basis element and analyzing the torsion part is a lot like doing some steps toward Smith normal form.