maths.free › Abstract Algebra › 3. Groups › Definitions and Examples
Definitions and Examples
The integers mod n and the symmetries of a triangle or a rectangle are examples of groups.
Definitions and Examples
The integers mod \(n\) and the symmetries of a triangle or a rectangle are examples of groups. A binary operation or law of composition on a set \(G\) is a function \(G \times G \rightarrow G\) that assigns to each pair \((a,b) \in G \times G\) a unique element \(a \circ b\), or \(ab\) in \(G\), called the composition of \(a\) and \(b\). A group \((G, \circ )\) is a set \(G\) together with a law of composition \((a,b) \mapsto a \circ b\) that satisfies the following axioms.
The law of composition is associative. That is, \[\begin{aligned}\end{aligned}\] for \(a, b, c \in G\).
There exists an element \(e \in G\), called the identity element, such that for any element \(a \in G\) \[\begin{aligned}\end{aligned}\].
For each element \(a \in G\), there exists an inverse element in G, denoted by \(a^{-1}\), such that \[\begin{aligned}\end{aligned}\].
A group \(G\) with the property that \(a \circ b = b \circ a\) for all \(a, b \in G\) is called abelian or commutative. Groups not satisfying this property are said to be nonabelian or noncommutative.
Example
The integers \({\mathbb Z } = \{ \ldots , -1, 0, 1, 2, \ldots \}\) form a group under the operation of addition. The binary operation on two integers \(m, n \in {\mathbb Z}\) is just their sum. Since the integers under addition already have a well-established notation, we will use the operator \(+\) instead of \(\circ\); that is, we shall write \(m + n\) instead of \(m \circ n\). The identity is \(0\), and the inverse of \(n \in {\mathbb Z}\) is written as \(-n\) instead of \(n^{-1}\). Notice that the set of integers under addition have the additional property that \(m + n = n + m\) and therefore form an abelian group.
Most of the time we will write \(ab\) instead of \(a \circ b\); however, if the group already has a natural operation such as addition in the integers, we will use that operation. That is, if we are adding two integers, we still write \(m + n\), \(-n\) for the inverse, and \(0\) for the identity as usual. We also write \(m - n\) instead of \(m + (-n)\).
It is often convenient to describe a group in terms of an addition or multiplication table. Such a table is called a Cayley table.
Example
The integers mod \(n\) form a group under addition modulo \(n\). Consider \({\mathbb Z}_5\), consisting of the equivalence classes of the integers \(0\), \(1\), \(2\), \(3\), and \(4\). We define the group operation on \({\mathbb Z}_5\) by modular addition. We write the binary operation on the group additively; that is, we write \(m + n\). The element \(0\) is the identity of the group and each element in \({\mathbb Z}_5\) has an inverse. For instance, \(2 + 3 = 3 + 2 = 0\). is a Cayley table for \({\mathbb Z}_5\). By , \({\mathbb Z}_n = \{0, 1, \ldots, n-1 \}\) is a group under the binary operation of addition mod \(n\).
Example
Not every set with a binary operation is a group. For example, if we let modular multiplication be the binary operation on \({\mathbb Z}_n\), then \({\mathbb Z}_n\) fails to be a group. The element 1 acts as a group identity since \(1 \cdot k = k \cdot 1 = k\) for any \(k \in {\mathbb Z}_n\); however, a multiplicative inverse for \(0\) does not exist since \(0 \cdot k = k \cdot 0 = 0\) for every \(k\) in \({\mathbb Z}_n\). Even if we consider the set \({\mathbb Z}_n \setminus \{0 \}\), we still may not have a group. For instance, let \(2 \in {\mathbb Z}_6\). Then \(2\) has no multiplicative inverse since \[\begin{aligned}0 \cdot 2 & = 0 \qquad 1 \cdot 2 = 2 \\ 2 \cdot 2 & = 4 \qquad 3 \cdot 2 = 0 \\ 4 \cdot 2 & = 2 \qquad 5 \cdot 2 = 4\end{aligned}\]. By , every nonzero \(k\) does have an inverse in \({\mathbb Z}_n\) if \(k\) is relatively prime to \(n\). Denote the set of all such nonzero elements in \({\mathbb Z}_n\) by \(U(n)\). \(U(n)\) group of units in \(\mathbb Z_n\) Then \(U(n)\) is a group called the group of units of \({\mathbb Z}_n\). is a Cayley table for the group \(U(8)\).
Example
The symmetries of an equilateral triangle described in form a nonabelian group. As we observed, it is not necessarily true that \(\alpha \beta = \beta \alpha\) for two symmetries \(\alpha\) and \(\beta\). Using , which is a Cayley table for this group, we can easily check that the symmetries of an equilateral triangle are indeed a group. We will denote this group by either \(S_3\) or \(D_3\), for reasons that will be explained later.
Example
We use \({\mathbb M}_2 ( {\mathbb R})\) to denote the set of all \(2 \times 2\) matrices. Let \(GL_2({\mathbb R})\) be the subset of \({\mathbb M}_2 ( {\mathbb R})\) consisting of invertible matrices; that is, a matrix \(\mathbb M_n(\mathbb R)\) the \(n \times n\) matrices with entries in \(\mathbb R\) \[\begin{aligned}\end{aligned}\] is in \(GL_2( {\mathbb R})\) if there exists a matrix \(A^{-1}\) such that \(A A^{-1} = A^{-1} A = I\), where \(I\) is the \(2 \times 2\) identity matrix. For \(A\) to have an inverse is equivalent to requiring that the determinant of \(A\) be nonzero; that is, \(\det A = ad - bc \neq 0\). \(\det A\) the determinant of \(A\) The set of invertible matrices forms a group called the general linear group. \(GL_n(\mathbb R)\) the general linear group The identity of the group is the identity matrix \[\begin{aligned}\end{aligned}\]. The inverse of \(A \in GL_2( {\mathbb R})\) is \[\begin{aligned}\end{aligned}\]. The product of two invertible matrices is again invertible. Matrix multiplication is associative, satisfying the other group axiom. For matrices it is not true in general that \(AB = BA\); hence, \(GL_2({\mathbb R})\) is another example of a nonabelian group.
Example
Let \[\begin{aligned}1 & = \begin{pmatrix} 1 & 0\\ 0 & 1 \end{pmatrix} \qquad I = \begin{pmatrix} 0 & 1\\ -1 & 0 \end{pmatrix} \\ J & = \begin{pmatrix} 0 & i\\ i & 0 \end{pmatrix} \qquad K = \begin{pmatrix} i & 0\\ 0 & -i \end{pmatrix}\end{aligned}\], where \(i^2 = -1\). Then the relations \(I^2 = J^2 = K^2 = -1\), \(IJ=K\), \(JK = I\), \(KI = J\), \(JI = -K\), \(KJ = -I\), and \(IK = -J\) hold. The set \(Q_8\) the group of quaternions \(Q_8 = \{\pm 1, \pm I, \pm J, \pm K \}\) is a group called the quaternion group. Notice that \(Q_8\) is noncommutative.
Example
Let \({\mathbb C}^\ast\) be the set of nonzero complex numbers. \(\mathbb C^*\) the multiplicative group of complex numbers Under the operation of multiplication \({\mathbb C}^\ast\) forms a group. The identity is \(1\). If \(z = a+bi\) is a nonzero complex number, then \[\begin{aligned}\end{aligned}\] is the inverse of \(z\). It is easy to see that the remaining group axioms hold.
A group is finite, or has finite order, if it contains a finite number of elements; otherwise, the group is said to be infinite or to have infinite order. The order of a finite group is the number of elements that it contains. If \(G\) is a group containing \(n\) elements, we write \(|G| = n\). \(|G|\) the order of a group The group \({\mathbb Z}_5\) is a finite group of order \(5\); the integers \({\mathbb Z}\) form an infinite group under addition, and we sometimes write \(|{\mathbb Z}| = \infty\).
Basic Properties of Groups
Inverses in a group are also unique. If \(g'\) and \(g''\) are both inverses of an element \(g\) in a group \(G\), then \(gg' = g'g = e\) and \(gg'' = g''g = e\). We want to show that \(g' = g''\), but \(g' = g'e = g'(gg'') = (g'g)g'' = eg'' = g''\). We summarize this fact in the following proposition.
It makes sense to write equations with group elements and group operations. If \(a\) and \(b\) are two elements in a group \(G\), does there exist an element \(x \in G\) such that \(ax = b\)? If such an \(x\) does exist, is it unique? The following proposition answers both of these questions positively.
This proposition tells us that the right and left cancellation laws are true in groups. We leave the proof as an exercise.
It is important to realize that the last statement can be made only because \({\mathbb Z}\) and \({\mathbb Z}_n\) are commutative groups.
Condensed — the full section is in Judson, Abstract Algebra: Theory and Applications.
Historical Note
Although the first clear axiomatic definition of a group was not given until the late 1800s, group-theoretic methods had been employed before this time in the development of many areas of mathematics, including geometry and the theory of algebraic equations.
Joseph-Louis Lagrange used group-theoretic methods in a 17701771 memoir to study methods of solving polynomial equations. Later, Évariste Galois (18111832) succeeded in developing the mathematics necessary to determine exactly which polynomial equations could be solved in terms of the coefficients of the polynomial. Galois' primary tool was group theory.
The study of geometry was revolutionized in 1872 when Felix Klein proposed that geometric spaces should be studied by examining those properties that are invariant under a transformation of the space. Sophus Lie, a contemporary of Klein, used group theory to study solutions of partial differential equations. One of the first modern treatments of group theory appeared in William Burnside's The Theory of Groups of Finite Order [1], first published in 1897.
Symbols used here
Not a number: "grows without bound" in limits and intervals.
Scaling factor of area/volume under A; zero means singular.
A rectangular array of numbers; a linear map.
x belongs to A; every element of A is in B.
In either; in both; in A but not B.
i² = −1.
Both signs at once: x = 3 ± 2 means 5 and 1.
The two sides are different.
Least upper bound, greatest lower bound.
Naturals, integers, rationals, reals, complex numbers.
Marks the point where the statement has been established.
n divides a − b; a and b have the same remainder.
b is a multiple of a; the largest number dividing both.
A set with an operation; the do-nothing element; the element that undoes g.
Same structure; the group of cosets of a normal subgroup N.
The remainders 0…n−1 with clock arithmetic.
Questions people ask
What is a group, in plain words?
A set with one operation that is associative, has an identity, and lets every element be undone. Symmetries of any object form a group — that is where the idea came from.
What is the difference between a ring and a field?
A ring has addition and multiplication that behave like the integers (you cannot always divide); a field is a ring where every non-zero element has a reciprocal, like the rationals or the reals.
Δοκίμασε μόνος σου.
Parts of this page are adapted from Judson, Abstract Algebra: Theory and Applications (GFDL 1.3). Condensed and re-explained here; errors are ours.
Περισσότερα σε Abstract Algebra
GroupsSubgroups, cosets and Lagrange's theoremCyclic groups and permutation groupsHomomorphisms, normal subgroups and quotient groupsRings and fieldsGalois theory: why the quintic has no formula