Introduction to Group Theory: The Axioms, and a Language for Computing with Symmetry
Prerequisite:The Grammar of Mathematics: Reading and Writing Sets and Logic、Vector Spaces and Linear Maps: From the Eight Axioms to the Rank-Nullity Theorem
0. Key points
Section titled “0. Key points”- A group is a set together with a binary operation on it, subject to only three conditions: associativity, the existence of an identity, and the existence of inverses. Precisely because there are only three, addition of integers, multiplication of matrices, composition of permutations, and the symmetry operations of a figure can all be handled in one language.
- From these three we deduce the uniqueness of the identity and of inverses, the cancellation laws, and . The multiplication table of a finite group is a “Latin square”: every element occurs exactly once in each row and in each column.
- and are commutative, but the symmetric group and the general linear group are not. Group theory owes its richness to this noncommutativity.
- The six elements of correspond one-to-one with the 3 rotations and 3 reflections of an equilateral triangle. Writing out the multiplication table in full makes the noncommutativity visible.
- The order of an element is the least positive integer with . In a finite group every element has finite order, and is equivalent to “the order divides ”.
- A group generated by a single element is called cyclic, and every cyclic group is abelian. The converse fails: among abelian groups of order 4 there is one that is not cyclic (the Klein four-group).
1. Motivation: from “permuting the roots” of an equation to abstract groups
Section titled “1. Motivation: from “permuting the roots” of an equation to abstract groups”Everyone knows the quadratic formula for . Formulas exist for degrees 3 and 4 as well, complicated though they are. What about degree 5? The answer, which took more than two hundred years to reach, was: there is no general formula using only the four arithmetic operations and radicals.
The decisive change of viewpoint that led to this conclusion is due to Lagrange. In the 1770s he studied how many values a rational expression in the roots of an equation takes when the roots are permuted. For instance is unchanged by every permutation and so takes a single value, whereas takes three values depending on the permutation. Lagrange’s insight was that whether a formula for the solutions can be built is decided by this behaviour under permutation.
The protagonist here is not the roots themselves but the totality of the permutations of the roots. Permutations can be performed one after another to give another permutation, each has a reverse, and there is one that does nothing. Ruffini and Abel proved that the general quintic is not solvable by radicals, and around 1830 Galois attached to each equation a collection of permutations — he called it a groupe — and saw that the structure of that collection completely determines solvability. For details see An invitation to Galois theory.
Later, in an 1854 paper, Cayley moved away from the concrete material of permutations and defined a group as “an abstract set equipped with a multiplication table”. By the end of the nineteenth century the axioms had been organized into the form seen in today’s textbooks. The dividend of abstraction was enormous. Compare the following four rows.
| Set | Operation | The “do nothing” element | The “undo” element |
|---|---|---|---|
| Integers | addition | ||
| Nonzero real numbers | multiplication | ||
| Symmetry operations of an equilateral triangle | perform one after another | the operation that moves nothing | the reverse operation |
| Invertible matrices | matrix product | identity matrix | inverse matrix |
The raw material is entirely different, yet the skeleton matches exactly. A group is what remains when only that skeleton is kept. So “learning group theory” means nothing other than proving theorems that apply simultaneously to all four rows. In this article we settle the axioms and the first examples; classification by substructure is taken up in Subgroups and cosets, and classification by structure-preserving maps in The isomorphism theorems for groups.
2. Preliminaries: binary operations and associativity
Section titled “2. Preliminaries: binary operations and associativity”We assume the notation for sets and logic at the level of The grammar of mathematics — sets and logic. We begin by defining “operation” rigorously, as a map.
Definition 2.1(Binary operation)
A binary operation on a set is a map
We write as , or simply .
Saying that the domain is and the codomain is already demands two things. First, that a value is assigned to every pair of elements of (an operation defined only partially is not a binary operation). Second, that this value again belongs to ; this second condition is expressed by saying that ” is closed under the operation”. For example the odd numbers are not closed under addition ( is not odd), so there is no binary operation “addition” on the set of odd numbers.
Combining three or more elements requires parentheses. The expression can be read either as or as , and these two need not always agree. For real subtraction, for instance, while . The requirement that the two always agree is called associativity. Associativity is not among the axioms merely because it is convenient: it holds because the prototype of all groups, composition of maps, satisfies it.
Proposition 2.2(Associativity of composition of maps)
For maps from a set to itself, .
Proof(Proposition 2.2)
Two maps are equal precisely when their values agree at every point of the domain. Take an arbitrary . By the definition of composition,
and likewise
Both equal , so the values agree for every . Hence the two maps are equal.
Given associativity, the product is determined independently of how parentheses are inserted (this is proved by induction on ; it is a typical application of strong induction(Theorem 4.3)[Techniques of Proof] from Techniques of proof). Below we use this fact without comment and omit parentheses.
3. The definition of a group and its first consequences
Section titled “3. The definition of a group and its first consequences”Definition 3.1(Group and abelian group)
A pair consisting of a set and a binary operation on it is a group when the following three conditions hold.
- (G1) Associativity: for all .
- (G2) Existence of an identity: there is an such that for all .
- (G3) Existence of inverses: for the of (G2), and for every , there is a with .
If in addition
- (G4) Commutativity: for all
holds, then is called an abelian group (or commutative group). When is a finite set, is called a finite group, and the number of its elements is called the order of .
There are only three axioms. Note that “the identity is unique” and “the inverse is unique” are not among them — because they need not be.
flowchart TB A["Set with a binary operation only (magma)"] --> B["Semigroup (add associativity G1)"] B --> C["Monoid (add an identity G2)"] C --> D["Group (add inverses G3)"] D --> E["Abelian group (add commutativity G4)"]
Proposition 3.2(Basic properties of groups)
Let be a group. Then the following hold.
- The identity is unique: if and both satisfy (G2), then .
- For each the element satisfying (G3) is unique; we write it .
- (Cancellation laws) For : if then , and if then .
- For all we have and .
Proof(Proposition 3.2)
(1) Let and both be identities. Applying the identity property of with gives . Applying the identity property of with gives . The left-hand sides are the same, so . All that was used is (G2), applied to each of the two elements.
(2) Suppose and both satisfy and . Then
The first equality is (G2), the second is , the third is associativity (G1), the fourth is , and the fifth is (G2) again.
(3) Suppose . By (2) the inverse of is well determined, so multiplying on the left by it gives
We used (G2), (G3) and (G1). If , multiply on the right by in the same way.
(4) The identity reads directly as ” is an inverse of ”. By the uniqueness of inverses in (2), . Next,
(using (G1) twice, then (G3) and (G2)), and likewise
So is an inverse of , and by uniqueness (2), .
The reversal of order in (4) matters. The way to undo “put on socks, then put on shoes” is “take off shoes, then take off socks”: the order is reversed.
Corollary 3.3(The multiplication table is a Latin square)
Let be a finite group, and form the table (the multiplication table, or Cayley table) whose entry is . Then every element of appears exactly once in each row and exactly once in each column.
Proof(Corollary 3.3)
Fix and define a map by . Composing with , we get, for every ,
(using (G1), (G3) and (G2)), and similarly . Hence is a bijection with inverse . The entries in the -th row of the table are , so, being the image of a bijection, they consist of all elements of , each occurring exactly once. For columns, run the same argument with .
This corollary is useful in practice: if, after writing out a multiplication table, some element appears twice in a row, a computation has gone wrong somewhere.
4. A catalogue of examples: commutative groups and noncommutative ones
Section titled “4. A catalogue of examples: commutative groups and noncommutative ones”Staring at the axioms will not teach you what a group is. Here are examples, alongside non-examples.
Example 4.1(Groups made from sets of numbers, and things that are not groups)
Groups.
- , , , : the identity is and the inverse of is . All are abelian.
- , , : the identity is and the inverse of is . Without removing there would be no inverse for and (G3) would fail. These are abelian.
- : all positive reals. Closed under multiplication, and implies , so inverses stay inside.
- A vector space over a field is an abelian group under addition (the part of the definition of a vector space(Definition 3.1)[Vector Spaces and Linear Maps] in Vector spaces and linear transformations that concerns addition is exactly (G1)–(G4)).
Not groups.
- with : the identity is missing. Even after adjoining , the inverse of is not present, so (G3) fails.
- : associativity holds and is an identity, but has no inverse, since .
- with subtraction: , so (G1) fails.
The next example is the most basic source of finite groups. For equivalence relations and quotient sets we follow Relations and equivalence relations.
Example 4.2(Groups from congruence of integers)
Let be a positive integer. Integers are congruent modulo when , written . This is an equivalence relation on (see congruence mod n is an equivalence relation(Proposition 3.4)[関係と同値関係]); we write the equivalence class of as and the set of all classes as . Then , which has elements.
Checking that addition is well defined. We want to set , but the answer must not depend on the choice of representatives. Suppose and , so and . Then
is also divisible by , whence . So addition is unambiguously defined.
Checking the group axioms. Associativity reduces to associativity of integer addition: . The identity is , and the inverse of is . Since , the group is abelian. We have obtained a finite abelian group of order .
The multiplicative group. Multiplication is well defined by the same argument. However, all of is not a group under multiplication, since has no inverse. The class has a multiplicative inverse if and only if . Indeed, if then by Bézout’s identity there are integers with , and . Conversely, if then , and divides the left-hand side of , so it equals . Setting
we obtain an abelian group under multiplication (closure follows from the fact that implies ). For instance, when we get , of order 4.
Everything so far has been commutative. We now turn to a noncommutative example.
Example 4.3(The general linear group GL(2,R))
Write for the set of all real matrices with , with matrix multiplication as the operation.
- Closure: since (see the product theorem(Theorem 6.1)[Determinants and Their Properties] in Determinants and their properties), and imply .
- (G1): matrix multiplication corresponds to composition of linear maps (see the product represents the composite(Theorem 4.2)[Matrices and Linear Systems] in Matrices and systems of linear equations), so associativity follows from Proposition 2.2. It can also be checked entrywise.
- (G2): the identity matrix .
- (G3): for with , the matrix is the inverse, and , so it again lies in .
Noncommutativity. Put and (both of determinant ). Then
so . Hence is not abelian.
Note also that the set of all real matrices is not a group under multiplication: the zero matrix has , and there is no with . It is precisely the step of “collecting only the invertible ones” that makes (G3) hold.
If we considered only commutative groups, group theory would come to an end rather quickly (the theorem that a finite abelian group decomposes as a direct product of cyclic groups almost exhausts the subject). The symmetries that actually occur in mathematics — permutations of the roots of an equation, rotations of space, the symmetry operations of a crystal — are mostly noncommutative. Rotations and reflections give different results when their order is swapped, and two moves of a Rubik’s cube do not commute either. Noncommutativity is not an inconvenient exception; it is the very thing group theory is meant to handle.
5. Symmetric groups and the symmetry of an equilateral triangle
Section titled “5. Symmetric groups and the symmetry of an equilateral triangle”Last, and most important, we construct the group formed by the “rearrangements” of a set.
Theorem 5.1(Symmetric group)
Let be a nonempty set and let denote the set of all bijections from to . Then is a group under composition .
Proof(Theorem 5.1)
Closure. Let . That is injective follows because , that is , gives by injectivity of and then by injectivity of . That it is surjective follows because, for any , surjectivity of provides a with and surjectivity of provides an with , so that . Hence .
(G1): Proposition 2.2 applies verbatim.
(G2): the identity map is a bijection, and for every and every we have and , so .
(G3): if is a bijection then the inverse map exists and is again a bijection (its own inverse being ). By definition .
Definition 5.2(Permutations and the symmetric group)
When , the group is called the symmetric group of degree and is written ; its elements are called permutations. A permutation is written
and also, when it cycles and fixes everything else, as (a cycle of length ). A cycle of length 2 is called a transposition.
Theorem 5.3(Order and noncommutativity of the symmetric group)
Let be a positive integer.
- .
- If then is not abelian.
Proof(Theorem 5.3)
(1) We argue by induction on . For , consists of the identity map alone, so . Let and assume . Classify the elements of by the value of , which can be any of the values . Fix and put . Using the transposition (the identity when ), define a map by ; since , the image does lie in . Because , the map is an inverse for it, so and have the same number of elements. On the other hand is the set of permutations fixing , which may be identified with the set of all bijections of , so by the induction hypothesis. The sets are pairwise disjoint with union all of , so
(2) Let and regard and as elements of (they fix every number ). Then
The values at differ, so and (G4) fails.
5.1. The multiplication table of the symmetric group of degree 3
Section titled “5.1. The multiplication table of the symmetric group of degree 3”We write out the case completely. By Theorem 5.3, . Name the elements as follows.
Let us verify that is . Since sends , we get , , and . That is, , which is . In the same way one checks .
As a representative computation, take . First apply , then apply .
Hence sends , , , that is, . Computing the same way, , , , so . Since and are different, is not commutative.
Example 5.4(The multiplication table of the symmetric group of degree 3)
Computing all products by the same procedure yields the following table. The entry is “row element column element” (the row element being applied second).
A check. As Corollary 3.3 asserts, each of occurs exactly once in every row and every column. For instance row reads , which lists all six elements, and column reads , again all six.
Confirming noncommutativity. The table is not symmetric about the diagonal: the entry is while the entry is . In general, elements of do not commute with elements of .
Partial commutativity. On the other hand the upper-left block (products among ) is symmetric. These three elements are closed under the operation and form, by themselves, a commutative group of order 3. This is our first example of a “subgroup”, treated in earnest in Subgroups and cosets.
5.2. Reinterpretation as the symmetry of an equilateral triangle
Section titled “5.2. Reinterpretation as the symmetry of an equilateral triangle”has a geometric meaning. Label the vertices of an equilateral triangle and consider the congruences (symmetry operations) that map the triangle onto itself. Each symmetry operation induces a rearrangement of the vertex set, so it corresponds to an element of . Conversely, all six rearrangements do come from actual symmetry operations.
The correspondence is as follows.
| Element of | Cycle | Geometric operation |
|---|---|---|
| — | leave the triangle alone | |
| rotation by about the centre | ||
| rotation by about the centre | ||
| reflection in the axis through vertex 1 | ||
| reflection in the axis through vertex 2 | ||
| reflection in the axis through vertex 3 |
The equation states the geometric fact that “flip in the axis through vertex 1, then rotate by ” is the same operation as “flip in the axis through vertex 3”. And shows that reversing the order gives a different reflection. Compare the abstract multiplication table with what happens when you turn a triangle over in your hands. This group is also known as the dihedral group of the equilateral triangle.
6. The order of an element, and cyclic groups
Section titled “6. The order of an element, and cyclic groups”We now consider multiplying an element of a group by itself repeatedly. First we define powers: , for , and . With these definitions, for all integers ,
hold (for by induction on ; for negative exponents by a case analysis using part (4) of Proposition 3.2). We use these freely below.
Definition 6.1(Order of an element)
Let be an element of a group . If there is a positive integer with , the least such is called the order of and written . If no such exists, we say has infinite order and write .
We have only for (since ). An element of order 2 is one with and , that is, . The reflections in are of this kind.
Proposition 6.2(Elements of a finite group have finite order)
Let be a finite group and . Then is finite and .
Proof(Proposition 6.2)
Put and consider the elements . All lie in , but has only elements. By the pigeonhole principle there are indices with . Multiplying both sides on the left by and using the laws of exponents,
(one may equally view this as an application of the cancellation law, part (3) of Proposition 3.2). Here , so a positive integer with does exist, and the least such, , is at most .
Theorem 6.3(Testing powers by the order)
Let be a group and with finite. Then for every integer ,
Proof(Theorem 6.3)
() If then for some integer , and by the laws of exponents (that follows by induction when , and from when ).
() Suppose . By the division theorem for integers there are unique integers with and . Then
If , then with , contradicting that is the least positive integer with . Hence , that is , so .
This theorem replaces the question “is ?” by the arithmetic question “does the order divide ?”. In a group of order 6, the corollary of Lagrange’s theorem we shall meet later (the order of an element divides the order of the group(Corollary 7.1)[Subgroups and Cosets]) restricts element orders to , which makes computations much easier.
Definition 6.4(Generated subgroup and cyclic group)
For an element of a group , put
and call it the set generated by . It is closed under the operation of (since ), contains , and contains the inverse of , so it is itself a group. If for some element , then is called a cyclic group and a generator of it.
Proposition 6.5(Structure of cyclic groups)
Let be a group and .
- If is finite, then and these elements are pairwise distinct. In particular .
- If , then for integers , and is infinite.
- Every cyclic group is abelian.
Proof(Proposition 6.5)
(1) For any integer , the division theorem gives with . The same computation as in the proof of Theorem 6.3 gives . Hence . The reverse inclusion holds because each for is exactly the case of the definition. So the two sets are equal. Next, suppose with ; then with , contradicting the minimality of . Hence the elements are distinct.
(2) If with , then with , so would have finite order, contrary to hypothesis. Hence all powers are distinct and is an infinite set of the same cardinality as .
(3) Let . Any two elements can be written , and by the laws of exponents together with commutativity of integer addition,
Hence (G4) holds.
Taking the contrapositive, a noncommutative group is not cyclic. Since is noncommutative by Theorem 5.3, is not cyclic. Indeed, no element of has powers that produce all six elements. The next example confirms this.
Example 6.6(Computing orders)
The case of . We find the order of each element using the table of Example 5.4.
- : , so .
- : , and , whose entry in the table is . Hence . Similarly (since and ).
- : the entry is , so , and , giving . Likewise and have order 2.
So the orders are . The largest is 3, short of . By part (1) of Proposition 6.5, , so for every ; that is, is not cyclic. Note that and .
The case of . This is an additive group, so powers are written . Putting , we have
Here is why. The condition is equivalent to . Writing and , the condition is equivalent to . Since , this is in turn equivalent to , whose least positive solution is . Carrying out the computation gives the following table.
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12 | 1 | 2 | 3 | 4 | 1 | 6 | 1 | 4 | 3 | 2 | 1 | |
| 1 | 12 | 6 | 4 | 3 | 12 | 2 | 12 | 3 | 4 | 6 | 12 |
There are four elements of order 12, namely , and these are the generators. For instance runs through — all twelve elements — and so equals all of . The generators correspond to those coprime to , and their number is Euler’s totient .
Example 6.7(Groups of order 4: the cyclic group and the Klein four-group)
Here is the smallest instance of the phenomenon that two groups can have the same order and yet differ as groups.
. By the same computation as in Example 6.6, . So has 4 elements and equals all of . This group is cyclic.
. As seen in Example 4.2, this is a group of order 4. Compute the square of each element:
so . That is, all three non-identity elements have order 2, and there is no element of order 4. By part (1) of Proposition 6.5, , so this group is not cyclic. It is called the Klein four-group. Its multiplication table is as follows.
(For example , so . The table is symmetric about the diagonal, which shows that the group is abelian.)
So there are two kinds of abelian group of order 4. To assert that there are genuinely “two kinds”, we must formalize what it means for and the Klein four-group to be essentially different. That is the notion of isomorphism (isomorphisms and isomorphic groups(Definition 3.2)[群の準同型定理]), the subject of The isomorphism theorems for groups. For now, understand that the two are distinguished by the property “is there an element of order 4?”, which does not change under any renaming of elements.
We now have the axioms of a group, its basic properties, a representative supply of examples, and the notions of order and cyclic group. At the next stage we learn how to divide a whole group by a small group contained in it (a subgroup). In Subgroups and cosets we prove Lagrange’s theorem, that the order of a subgroup divides the order of the whole group, and in Normal subgroups and quotient groups we put a group structure on the set of cosets itself (quotient group(Theorem 5.1)[Normal Subgroups and Quotient Groups]). Going further, objects carrying not one but two operations (addition and multiplication) lead to Foundations of rings and fields. The fact that appeared both as an additive group and as an object with a multiplication was a foretaste of this.
7. Exercises
Section titled “7. Exercises”Exercise 7.1Easy
Suppose every element of a group satisfies . Show that is abelian.
Solution
First, for any the relation reads , so by the definition of an inverse, (and by the uniqueness of inverses, part (2) of Proposition 3.2, there is no other inverse of ).
Take arbitrary . The hypothesis applies to as well, so . On the other hand part (4) of Proposition 3.2 gives , and by what we just showed and . Hence
so (G4) holds and is abelian.
(The Klein four-group, Example 6.7, is an example satisfying this condition. By contrast does not, since .)
Exercise 7.2Standard
Using the multiplication table of Example 5.4, compute for every element of , where . What can you conclude from the result?
Solution
First read off the inverses from the table: , (since ), , , , .
- : .
- : . From the table , and the entry is , so .
- : since , we have . From the table , and the entry is , so .
- : (from and then ).
- : . From the table , and the entry is , so .
- : . From the table , and the entry is , so .
Every result is one of ; we never leave . In other words, the set of all reflections is closed under the operation (conjugation). The element had order 2, and the elements obtained also have order 2. This is no accident: since , conjugation preserves order. Conjugation plays a central role in Normal subgroups and quotient groups.
Exercise 7.3Standard
For the elements
of , determine and .
Solution
Both have determinant , so both lie in .
For . Compute in turn:
Hence and . Since , , and , we get . (Here is the matrix of the rotation about the origin, so this agrees with the geometric fact that four turns bring you back to the start.)
For . We show by induction on that for every positive integer ,
The case is the definition. Assuming has the stated form,
which proves the claim. Therefore, for the entry is , so . Hence .
This exercise shows that the hypothesis “finite group” in Proposition 6.2 cannot be dropped. Inside the infinite group , elements of finite order and elements of infinite order live side by side.
Exercise 7.4Hard
Let be a nonempty finite set equipped with an associative binary operation which in addition satisfies the two-sided cancellation laws
Show that is a group. Also show by a counterexample that the assertion fails when is infinite.
Solution
Existence of an identity. Fix an element . The map , , is injective, immediately by the left cancellation law. Since is finite and maps to , injectivity implies surjectivity. Likewise is a bijection.
Since is surjective, there is an with . We show this is a right identity. For any , surjectivity of gives a with . Then, by associativity,
So is a right identity for every element. Running the same argument starting from surjectivity of , we obtain an with , and using surjectivity of we find that for all . Taking gives ; on the other hand applying the right-identity property of to gives . Hence , and is a two-sided identity.
Existence of inverses. Take . Since is surjective there is a with , and since is surjective there is a with . Then
(the first step because is a right identity, the second by , the third by associativity, the fourth by , and the fifth because is a left identity). So is a two-sided inverse of . Associativity was assumed, so (G1), (G2) and (G3) all hold and is a group.
A counterexample in the infinite case. Take with addition. Associativity holds, and as well as imply , so both cancellation laws hold. But the only with is , and , so there is no identity and is not a group. Looking back at where finiteness was used in the proof, it enters at exactly one point: the inference “injective implies surjective”. For infinite sets that inference is unavailable (the map is injective on but not surjective).
References
Section titled “References”- Kazuo Matsuzaka, Daisūkei Nyūmon, Iwanami Shoten, 1976 — Chapter 2, “Groups”. A standard introduction that proceeds from the group axioms to the isomorphism theorems with carefully chosen examples (in Japanese).
- Akihiko Yukie, Daisūgaku 1: Gunron Nyūmon, Nippon Hyoronsha, 2010 — Chapters 1 and 2. Rich in computations with symmetric groups and concrete finite groups (in Japanese).
- Toshiyuki Katsura, Daisūgaku I: Gun to Kan, University of Tokyo Press, 2004 — Chapter 1. Concise, with a clear link to linear algebra (in Japanese).
- Michael Artin, Algebra, 2nd ed., Pearson, 2011 — Chapter 2, “Groups”. Builds group theory around matrix groups and symmetry, with a substantial treatment of .
- Joseph J. Rotman, An Introduction to the Theory of Groups, 4th ed., Springer (GTM 148), 1995 — Chapters 1–2. Contains a detailed treatment of permutation groups.
- Arthur Cayley, “On the theory of groups, as depending on the symbolic equation ”, Philosophical Magazine (4th series) 7 (1854) — the original paper in which the definition of an abstract group and its multiplication table first appear.
Appendix: How far can the group axioms be weakened?
Section titled “Appendix: How far can the group axioms be weakened?”Are one-sided axioms enough? In Definition 3.1 we required both the identity and the inverses to be two-sided. This is in fact redundant: assuming only one side suffices, provided the sides match (both left, or both right).
Proposition 7.5(A left identity and left inverses suffice)
Let a binary operation on a nonempty set satisfy associativity (G1) together with
- (G2’) there is an with for all (a left identity);
- (G3’) for each there is an with (a left inverse).
Then is a group.
Proof(Proposition 7.5)
Take , use (G3’) to get with , and apply (G3’) again to to get with .
First we show :
The first equality is (G2’), the second is , the third is a regrouping by associativity (G1), the fourth is , the fifth is (G2’), and the sixth is . So is also a right inverse of .
Next we show . Using the relation just proved together with from (G3’),
(using (G1) and (G2’)). So is also a right identity. This establishes (G2) and (G3), and is a group.
The sides must not be mixed. Weakening to “left identity + right inverse” destroys the statement. On a set with , define the operation (return the right-hand argument). Associativity holds, since and . Every is a left identity (as ). Fixing some , we have for every , so if we regard as the left identity, every element has as a right inverse. Yet this is not a group. If it were, the cancellation law, part (3) of Proposition 3.2, would hold; but for two elements we have while , so right cancellation fails. When weakening the axioms, the “side” of the identity and of the inverses must be kept consistent.
Why do textbooks state both sides? Even though Proposition 7.5 is available, the definition is given in two-sided form because, when working with concrete groups, one wants to use the two-sided identities directly. A weaker definition reduces the number of items to verify but forces you to route every use through this proposition. Conversely, when the task is to prove that some set is a group, Proposition 7.5 halves the work.
Report an error in this article ・Operated by: Mugen Giken LLC ・Pricing ・Terms ・Legal notice
© 2026 夢現技研合同会社 ・Feeding the text to an LLM is welcome. Code samples are MIT licensed.