I'm revising questions on groups for exams, and I still can't quite understand what an Abelian group is. Please help me understand, if anyone could give me a more simple explanation.
2026-03-28 05:28:57.1774675737
On
What does it mean for a group to be Abelian?
7.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
Very simply, Abelian groups are ones which satisfy the additional property of commutativity. That means for all elements $x$ and $y$ in the group $G$, $xy = yx$. So the following are Abelian (or commutative) groups:
- $\langle \mathbb{Z}, + \rangle$ - The group of integers under addition. For $m + n = n + m$ for all integers $m$ and $n$.
- $\langle \mathbb{Q} - \lbrace 0 \rbrace, \times \rangle$ - The group of non-zero rationals under multiplicaton. for $xy = yx$ for all rational numbers $x$ and $y$.
- $\langle \mathbb{R}-\lbrace 0\rbrace, \times \rangle$ - The group of non-zero reals under multiplication.
- $\langle \mathbb{C} - \lbrace 0 \rbrace, \times \rangle$ - The group of non-zero complex numbers under multiplication.
- $\langle \mathbb{Z}_n, +_n \rangle$ - The group of integers modulo $n$, under addition modulo $n$.
- Any group of order at most 4.
- Any cyclic group (and therefore any groups of prime order, because those are necessarily cyclic).
- Any group in which every non-identity element is of order 2.
The following are groups that are not Abelian:
- $GL_n(\mathbb{R})$ - The general linear group of degree $n$ over reals, namely the group of invertible $n \times n$ matrices with real entries, for $n \ge 2$. Matrix multiplication is (in general) not commutative.
- $S_n$, the symmetric group of degree $n$, for any $n \ge 3$. This is the group of permutations (bijective functions on a set) of $n$ letters under composition. Composition of functions is not commutative in general.
- $\langle \mathbb{H} - \lbrace 0 \rbrace, \times \rangle$ - The group of non-zero quaternions under (quaternion) multiplication.
An Abelian group $G$ is a group $G$ such that the order of multiplication doesn't matter. Precisely: an Abelian group is such that $ab = ba$ for all $a,b \in G$.
An example of an Abelian group: the integers.
A non-example: the group $S_3$ of permutations on 3 letters.