Skip to main content
Mathematics LibreTexts

5.2: Abstract Algebra - Commutative Groups

  • Page ID
    62292
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Every schoolchild learns about addition (\(+\)), subtraction (\(−\)), and multiplication (\(\times\)). Each of these is a “binary operation” on the set of real numbers, which means that it takes two numbers, and gives back some other number. In this section, we discuss binary operations on an arbitrary set; that is, we consider various ways of taking two elements of the set and giving back some other element of the set. (The official definition of the term “binary operation” is in Example \(6.3.6\), but it suffices to have an informal understanding for the present purposes.)

    Definition \(5.2.1\). (unofficial).

    Let \(A\) be a set. We say that \(+\) is a binary operation on \(A\) if, for every \(a, b \in A\), we have a corresponding element \(a + b\) of \(A\).

    (The element \(a + b\) must exist for all \(a, b \in A\). Furthermore, the sum \(a + b\) must depend only on the values of \(a\) and \(b\), not on any other information.)

    Example \(5.2.2\).

    1. Addition (\(+\)), subtraction (\(−\)), and multiplication (\(\times\)) are examples of binary operations on \(\mathbb{R}\). They also provide binary operations on \(\mathbb{Q}\) and \(\mathbb{Z}\). However, subtraction (\(−\)) does not provide a binary operation on \(\mathbb{N}\), because \(x − y\) is not in \(\mathbb{N}\) when \(x < y\) (whereas the values of a binary operation on a set must all belong to the given set).
    2. Division (\(\div\)) is not a binary operation on \(\mathbb{R}\). This is because \(x \div y\) does not exist when \(y = 0\) (whereas a binary operation on a set needs to be defined for all pairs of elements of the set). (On the other hand, division is a binary operation on the set \(\mathbb{R} \backslash\{0\}\) of all nonzero real numbers.)
    3. Union (\(\cup\)), intersection (\(\cap\)), and set difference (\(\backslash\)) are binary operations on the collection of all sets.
    4. If a set does not have too many elements, then a binary operation on it can be specified by providing an “addition table.” For example, the following table defines a binary operation \(+\) on \(\{\mathrm{a}, \mathrm{b}, \mathrm{c}, \mathrm{d}, \mathrm{e}, \mathrm{f}\}\): \[\begin{array}{c|cccccc}
      + & \mathrm{a} & \mathrm{b} & \mathrm{c} & \mathrm{d} & \mathrm{e} & \mathrm{f} \\
      \hline \mathrm{a} & \mathrm{a} & \mathrm{b} & \mathrm{c} & \mathrm{d} & \mathrm{e} & \mathrm{f} \\
      \mathrm{b} & \mathrm{b} & \mathrm{c} & \mathrm{a} & \mathrm{e} & \mathrm{f} & \mathrm{d} \\
      \mathrm{c} & \mathrm{c} & \mathrm{a} & \mathrm{b} & \mathrm{f} & \mathrm{d} & \mathrm{e} \\
      \mathrm{d} & \mathrm{d} & \mathrm{e} & \mathrm{f} & \mathrm{a} & \mathrm{b} & \mathrm{c} \\
      \mathrm{e} & \mathrm{e} & \mathrm{f} & \mathrm{d} & \mathrm{b} & \mathrm{c} & \mathrm{a} \\
      \mathrm{f} & \mathrm{f} & \mathrm{d} & \mathrm{e} & \mathrm{c} & \mathrm{a} & \mathrm{b}
      \end{array}\]
      To calculate \(x + y\), find the row that has \(x\) at its left end, and find the column that has \(y\) at the top. The value \(x + y\) is the entry of the table that is in that row and that column. For example, \(f\) is at the left of the bottom row and \(e\) is at the top of the second-to-last column, so \(f + e = a\), because a is the second-to-last entry of the bottom row.

    Definition \(5.2.3\).

    Let \(+\) be a binary operation on a set \(G\).

    1. \(+\) is commutative iff \(g + h = h + g\) for all \(g, h \in G\).
    2. \(+\) is associative iff \(g + (h + k) = (g + h) + k\) for all \(g, h, k \in G\).
    3. An element 0 of \(G\) is an identity element iff \(g + 0 = g\), for all \(g \in G\).
    4. For \(g \in G\), a negative of \(g\) is an element \(−g\) of \(G\), such that \(g + (−g) = 0\), where \(0\) is an identity element of \(G\).
    5. We say (\(G, +\)) is a commutative group iff all three of the following conditions (or “axioms”) are satisfied:
      • \(+\) is commutative and associative,
      • there is an identity element, and
      • every element of \(G\) has a negative.

    Other Terminology.

    For historical reasons, most mathematicians use the term “abelian group,” rather than “commutative group,” but they would agree that “commutative group” is also acceptable.

    Example \(5.2.4\).

    1. (\(\mathbb{R}, +\)) is a commutative group: we all learned in elementary school that addition is commutative and associative, that \(g + 0 = g\), and that \(g + (−g) = 0\). (The same is true for (\(\mathbb{Q}, +\)) and (\(\mathbb{Z}, +\)).)
    2. (\(\mathbb{N}, +\)) is not a commutative group (even though addition is commutative and associative, and 0 is an identity element), because no nonzero element has a negative in \(\mathbb{N}\).
    3. (\(\mathbb{R}, −\)) is not a commutative group, because subtraction is not commutative: \(g − h\) is usually not equal to \(h − g\). (Another reason (\(\mathbb{R}, −\)) is not a commutative group is that subtraction is not associative: \((g − h) − k\) is usually not equal to \(g − (h − k)\).)
    4. (\(\mathbb{R}, \times\)) is not a commutative group (even though addition is commutative and associative, and 1 is an identity element for multiplication), because 0 does not have a “negative” or “multiplicative inverse”: there does not exist \(h \in \mathbb{R}\), such that \(0 \times h = 1\).

    Other Terminology.

    Our condition to be an identity element is what is usually called a “right identity element.” For 0 to be an identity element, it should be true not only that \(g + 0 = g\), but also that \(0 + g = g\). However, the only binary operations of interest to us are commutative groups, where the second condition is also satisfied (see Exercise \(5.2.11(1)\) below), so there is no need for us to make this distinction.

    Exercise \(5.2.5\).

    For the binary operation on \(\{\mathrm{a}, \mathrm{b}, \mathrm{c}, \mathrm{d}, \mathrm{e}, \mathrm{f}\}\) in Example \(5.2.2(4)\), verify that:

    1. \(a\) is an identity element, and
    2. every element has a negative, namely: \(-\mathrm{a}=\mathrm{a},-\mathrm{b}=\mathrm{c},-\mathrm{c}=\mathrm{b},-\mathrm{d}=\mathrm{d},-\mathrm{e}=\mathrm{f}, -\mathrm{f}=\mathrm{e}\).

    The following result tells us that, instead of an identity element of a commutative group, we may speak of the identity element.

    Proposition \(5.2.6\).

    The identity element of any commutative group is unique.

    Proof

    Suppose 0 and \(\theta\) are any identity elements of a commutative group (\(G, +\)). Then \[\begin{aligned}
    0 &=0+\theta & &(\theta \text { is an identity element) }\\
    &=\theta+0 & &(+\text { is commutative) }\\
    &=\theta & &(0 \text { is an identity element). }
    \end{aligned}\]
    Since 0 and \(\theta\) are arbitrary identity elements of (\(G, +\)), this implies that all identity elements are equal to each other, so the identity element is unique (there is only one of them).

    Notation \(5.2.7\).

    In this section, the symbol 0 will always represent the identity element of whatever commutative group is under consideration.

    Warning: This means that 0 will usually not represent the number zero. For example, in Example \(5.2.2(4)\), we have \(0 = a\).

    Similarly, instead of a negative, we may speak of the negative of an element of \(G\):

    Proposition \(5.2.8\).

    Let (\(G, +\)) be a commutative group. For each \(g \in G\), the negative of \(g\) is unique.

    Proof

    Suppose \(−g\) and \(h\) are any negatives of \(g\). Then \[\begin{aligned}
    -g &=-g+0 & &(0 \text { is the identity element) }\\
    &=-g+(g+h) & &(h \text { is a negative of } g) \\
    &=(-g+g)+h & &(+\text { is associative }) \\
    &=h+(g+(-g)) & &(+\text { is commutative) }\\
    &=h+0 & &(-g \text { is a negative of } g) \\
    &=h & &(0 \text { is the identity element). }
    \end{aligned}\]
    Therefore, all negatives of \(g\) are equal, so the negative is unique.

    Proposition \(5.2.9\).

    For every commutative group (\(G, +\)), we have \(−0 = 0\).

    Proof

    Let \(g = 0\). Then \(g\) is the identity element, so \(0 + g = 0\). By definition of the negative, this means that \(g = −0\). Since \(g = 0\), we conclude that \(0 = −0\).

    Notation \(5.2.10\).

    Assume (\(G, +\)) is a commutative group. For \(g, h \in G\), we use \(g − h\) as an abbreviation for \(g + (−h)\).

    Exercise \(5.2.11\).

    Assume (\(G, +\)) is a commutative group, and \(g, h \in G\).
    Carefully justify each step of your proofs, using only the axioms stated in Definition \(5.2.3\). Do not assume any other properties of addition that you were taught in school.

    1. Show \(0 + g = g\).
    2. Show \((−g) + g = 0\).
    3. Show \(g − g = 0\).
    4. Show \(−(−g) = g\).
    5. Show \((−g) + h = h − g\).
    6. Show \((g − h) + h = g\).

    The associative law tells us that \((g +h)+k = g + (h+k)\). Therefore, we learn in elementary school to simply write \(g+h+k\), because it does not matter where the parentheses go. Officially, the associative law In fact (as we also learn in elementary school), there is no need to include parentheses in any sum (even if it has more than three terms). Also, the commutative law tells us that \(g + h = h + g\). We learn in elementary school that this allows us to rearrange the terms in a sum of any length, and the same is true for commutative groups. For example: \[g_{1}+g_{2}+g_{3}+g_{4}+g_{5}=g_{4}+g_{3}+g_{1}+g_{5}+g_{2} .\]
    Here is an official statement of these observations:

    Proposition \(5.2.12\).

    If (\(G, +\)) is a commutative group, \(n \in \mathbb{N}^{+}\), and \(g_{1}, g_{2}, \ldots, g_{n} \in G\), then:

    1. (\(+\) is associative) The expression \(g_{1}+g_{2}+\cdots+g_{n}\) represents a well-defined element of \(G\), which does not depend on how the expression is parenthesized.
    2. (\(+\) is commutative) If \(h_{1}, h_{2}, \ldots, h_{n}\) is a list of the same elements of \(G\), but perhaps in a different order, then \[h_{1}+h_{2}+\cdots+h_{n}=g_{1}+g_{2}+\cdots+g_{n} .\]

    Example \(\PageIndex{1}\)

    Assume (\(G, +\)) is a commutative group, and \(g, h \in G\). Show \[-(g+h)=(-g)+(-h) .\]

    Proof

    We have \[\begin{aligned}
    (g+h)+((-g)+(-h)) &=g+h+(-g)+(-h) & &(+\text { is associative }) \\
    &=g+(-g)+h+(-h) & &(+\text { is commutative }) \\
    &=(g+(-g))+(h+(-h)) & & \text { (+ is associative) } \\
    &=0+0 & &\text { (definition of }-g \text { and }-h) \\
    &=0 & &(0 \text { is the identity element) }
    \end{aligned}\]
    So \((−g) + (−h)\) is the negative of \(g + h\). In other words, \((−g) + (−h) = −(g + h)\).

    Exercise \(5.2.14\).

    Assume (\(G, +\)) is a commutative group, and \(g, h, a \in G\).

    1. Show \(−(g − h) = h − g\).
    2. Show that if \(g + a = h + a\), then \(g = h\).

    Definition \(5.2.15\).

    Let (\(G, +\)) be a commutative group. A subset \(H\) of \(G\) is a subgroup of (\(G, +\)) iff

    1. \(H \neq \varnothing\),
    2. (closed under negatives) \(−h \in H\), for all \(h \in H\), and
    3. (closed under addition) \(h_{1} + h_{2} \in H\), for all \(h_{1}, h_{2} \in H\).

    Example \(5.2.16\).

    \(\mathbb{Z}\) and \(\mathbb{Q}\) are subgroups of (\(\mathbb{R}, +\)), but \(\mathbb{N}\) is not a subgroup (because it is not closed under negatives).

    Proposition \(5.2.17\).

    If \(H\) is a subgroup of a commutative group (\(G, +\)), then \(0 \in H\) (where, as usual, 0 is the identity element of (\(G, +\))).

    Proof

    We know that \(H \neq \varnothing\) (from the definition of subgroup), so there is some \(h \in H\). Since \(H\) is closed under negatives (because it is a subgroup) this implies \(−h \in H\). Then, since \(H\) is closed under addition (because it is a subgroup), we have \(h + (−h) \in H\). Since \(h + (−h) = 0\) (by the definition of \(−h\)), this means \(0 \in H\).

    Exercise \(5.2.18\).

    Assume \(H\) is a subgroup of a commutative group (\(G, +\)), and \(h, k \in H\).

    1. Show \(h − k \in H\).
    2. For all \(a \in G\), show that if \(a \notin H\), then \(a+h \notin H\).

    Exercise \(5.2.19\).

    Assume \(H\) is a subgroup of a commutative group (\(G, +\)), and \(a, b \in G\). Let \(a+H=\{a+h \mid h \in H\}\) and \(b+H=\{b+h \mid h \in H\}\).

    1. Show that if \(a + H\) is a subgroup of \(G\), then \(a \in H\). [Hint: Every subgroup contains 0.]
    2. Show that if \(a \in H\), then \(a + H = H\).
    3. Show that \(a + H = b + H\) iff \(a − b \in H\).
    4. Show that if \((a+H) \cap(b+H) \neq \varnothing\), then \(a + H = b + H\).

    Proposition \(5.2.20\).

    Assume (\(G, +\)) is a commutative group, and let \(T=\{t \in G \mid t+t=0\}\). Then \(T\) is a subgroup of \(G\).

    Proof

    It suffices to show that \(T\) is: nonempty, closed under negatives, and closed under addition.

    (nonempty) We have \(0 \in T\) (because it is immediate that \(0 + 0 = 0\)), so \(T \neq \varnothing\).
    (closed under negatives) Given \(t \in T\), we have \[\begin{aligned}
    (-t)+(-t) &=-(t+t) \\
    &=-0 \\
    &=0
    \end{aligned}\]
    (First Line: Example \(5.2.13\), Second Line: \(t \in T\), Third Line: Proposition \(5.2.9\))
    This means \(−t \in T\), so \(T\) is closed under negatives.
    (closed under addition) Given \(s, t \in T\), we have \(s + s = 0\) and \(t + t = 0\). Therefore \[\begin{aligned}
    (s+t)+(s+t) &=(s+t)+(t+s) & &(+\text { is commutative }) \\
    &=s+(t+(t+s)) & & \text { ( }+\text { is associative) } \\
    &=s+((t+t)+s) & & \text { (+ is associative) } \\
    &=s+(0+s) & &(t \in T) \\
    &=s+s & &(0 \text { is the identity element) }\\
    &=0 & &(s \in T)
    \end{aligned}\]
    so \(s + t \in T\(). Therefore \(T\) is closed under addition.

    Exercise \(5.2.21\).

    Assume \(H\) and \(K\) are subgroups of a commutative group (\(G, +\)).

    1. Show that \(H \cap K\) is a subgroup of (\(G, +\)).
    2. Let \(H+K=\{h+k \mid h \in H, k \in K\}\). Show that \(H + K\) is a subgroup of (\(G, +\)).

    This page titled 5.2: Abstract Algebra - Commutative Groups is shared under a CC BY-NC-SA 2.0 license and was authored, remixed, and/or curated by Dave Witte Morris & Joy Morris.