Skip to main content

Section 2.2 Discovery guide

Group axioms.

A pair (G,⋆) consisting of a collection G and a binary operation ⋆ on G is a group if the following four conditions are met.

  1. Closure.

    The collection G is closed under the operation ⋆. This means that when g1,g2 is a pair of objects from G, then the operation result g1⋆g2 is always some object from G.

  2. Associativity.

    The operation is associative. This means that when g1,g2,g3 is a triple of objects from G, then the results of computing (g1⋆g2)⋆g3 and g1⋆(g2⋆g3) are always the same.

  3. Identity.

    The collection G contains an identity/unity/neutral element, denoted e, so that

    e⋆g=g,g⋆e=g
    are both true for all objects g in G.

  4. Opposites.

    Each object g in the collection G has an corresponding opposite object g~ so that both

    g⋆g~=e,g~⋆g=e
    are true.

You may wish to refer back to Section 2.1 for the multiplicative and additive rewrites of these axioms.

Discovery 2.1.

Which of the following collections are groups under the operation of addition? For those that are, make sure you know what the identity object is and what is meant by β€œan object's opposite.”

(a)

The collection

Z={…,βˆ’3,βˆ’2,βˆ’1,0,1,2,3,…}

of integers.

(b)

The collection R of real numbers.

(c)

The collection of all mΓ—n matrices (for fixed choice of m and n).

Discovery 2.2.

Which of the following collections are groups under the operation of multiplication? For those that are, make sure you know what the identity object is and what is meant by β€œan object's opposite.”

(a)

The collection

Z={…,βˆ’3,βˆ’2,βˆ’1,0,1,2,3,…}

of integers.

(b)

The collection R of real numbers.

(c)

The collection of all square nΓ—n matrices (for fixed choice of n).

(d)

The collection of all mΓ—n matrices (for fixed choice of m and n).

Discovery 2.3.

Some of the collections that failed in Discovery 2.2 can be β€œfixed” by restricting to a smaller collection. Determine which of those collections can be fixed this way, and the specific smaller collection that makes things work.

Discovery 2.4.

(a)

A vector space comes equipped with two operations, addition and scalar multiplication, while a group only has one operation. If we β€œforget” about the operation of scalar multiplication, verify for yourself that four of the five addition axioms for a vector space are precisely the additive group axioms.

(b)

There are five addition axioms for vector spaces but only four axioms for groups. What special property does that β€œextra” addition axiom confer upon vector spaces?

Discovery 2.5.

The abstraction of the group axioms treats addition and multiplication as two examples of the same phenomenon: a binary operation that exhibits certain algebraic patterns.

But sometimes multiplication and addition really are the same thing in one example! Consider the collection G of 2Γ—2 matrices that have the form

[1a01],

for all possible different values of the parameter a. This collection forms a group under the binary operation of matrix multiplication.

(a)

Compute the product

[1a01][1b01].

What is the pattern of multiplication in this group?

(b)

What matrix acts as the identity in this group, and what is the corresponding value of the parameter a for that identity object?

(c)

Given matrix

[1b01]

in this collection, where we have replaced parameter a by the arbitrary value b, what is its inverse? What value has replaced parameter a in this inverse?

We have seen another process in our past mathematical experience that

  • turns multiplication into addition,

  • turns the additive identity 0 into the multiplicative identity 1, and

  • turns multiplicative inversion into additive negation.

That process is exponentiation!

eaeb=ea+be0=1(ea)βˆ’1=eβˆ’a

Could the mapping

a↦[1a01],

sending parameter values to 2Γ—2 matrices of this particular form, also be some sort of β€œhigher-dimensional exponentiation?”

Discovery 2.6.

For the collections examined in Discovery 2.1 and Discovery 2.2 you probably just said β€œYes, of course” when considering the associativity axiom. But it's important to know exactly what associativity means and how to actually check it.

Consider the twelve rotational symmetries of a regular tetrahedron, as explored in Topic 1. (Consider these as geometric transformations, not as rotation matrices. So the group operation is composition of transformations.)

Specifically, referring to the reference tetrahedron in Figure 1.0.2, consider

  • Rotation R1.

    Rotation about the axis passing through the white vertex and the centroid of the opposite face, counter-clockwise (when looking through the white vertex toward the opposite face), by angle 2Ο€/3.

  • Rotation R2.

    Rotation about the axis that passes through the blue vertex and the centroid of the opposite face, counter-clockwise (when looking through the blue vertex toward the opposite face), by angle 2Ο€/3.

  • Rotation R3.

    Rotation about the axis that passes through the midpoints of the white-red and blue-green edges by angle Ο€.

(a)

The composite transformation R2R3 is the result of first performing R3 and then R2. (Careful: Since this is really composition of functions, it is the right-most transformation that is applied first!) This composite is also a rotation β€” just as you did in the activities of Topic 1, determine the axis and angle of rotation by examining where the colour-coded vertices end up.

Hint.

Recall from your experience creating a table of rotations in Task b of Discovery 1.5 that a rotation around a vertex-face axis always fixes the vertex the axis pass through, while a a rotation around an edge-edge vertex never fixes a vertex but instead interchanges the vertices at either end of the edges that the axis passes through.

(b)

Now take your understanding of the composite transformation R2R3 as a single rotation and perform the same sort of analysis to determine the axis and angle of rotation of the composite transformation (R2R3)R1. (Remember: In this composition, R1 is applied first.)

(c)

Finally, repeat the two-step analysis of Task a and Task b but with the other choice of grouping: first describe the composite R3R1 as a single rotation, then use that description to determine the composite R2(R3R1) as a single rotation.

Discovery 2.7.

Can a group contain two different objects that satisfy the identity axiom? The identity axiom just says that G must contain an identity element, but doesn't restrict how many such objects there might be.

Suppose G is a group with objects e1 and e2 that each satisfy the identity axiom. That is, both

e1⋆g=g,g⋆e1=g

are true for all objects g in G, and so are both of

e2⋆g=g,g⋆e2=g.

Using two of the four equalities above, β€œsimplify” the expression

e1⋆e2

in two different ways to discover the answer to the question posed at the beginning of this activity.

Discovery 2.8.

Can an object in a group have two different corresponding opposite objects? The opposites axiom just says that each object must have a corresponding opposite, but doesn't restrict how many such objects there might be.

Suppose g is an object in a group G so that there exist objects g~1 and g~2 that each satisfy the opposite axiom for g. That is, both

g⋆g~1=e,g~1⋆g=e

are true, and so are both of

g⋆g~2=e,g~2⋆g=e.

Using two of the four equalities above, along with the associativity and identity axioms, β€œsimplify” the expression

g~1gg~2

in two different ways to discover the answer to the question posed at the beginning of this activity.

For the next two activities, make sure you understand how the opposites axiom specifies exactly how to answer the question β€œWhat is the opposite/inverse/negative of object g?” β€” the opposite of g is the precise object that fills in the blanks of both of the equalities

g⋆XXX=e,XXX⋆g=e.

Discovery 2.9.

What is the opposite of the identity? As above, your formula should successfully fill in both blanks below.

e⋆XXX=eXXX⋆e=e

Discovery 2.10.

(a)

Determine the formula for the opposite of a product xy in terms of the opposites x~,y~ of the individual factors. As above, your formula should successfully fill in both blanks below.

(xy)⋆(XXXXX)=e(XXXXX)⋆(xy)=e
Hint.

It's not x~y~!

(b)

Interpret your formula from Task a in the multiplicative context:

(xy)βˆ’1=XXXXXXX.
Hint.

Once again, the answer is not (xy)βˆ’1=xβˆ’1yβˆ’1 !

(c)

Interpret your formula from Task a in the additive context:

βˆ’(x+y)=XXXXXXX.
Hint.

Unfortunately, the answer is neither

βˆ’(x+y)=βˆ’xβˆ’y

nor

βˆ’(x+y)=(βˆ’x)+(βˆ’y).

As usual, for positive integer n and element g in a multiplicative group G, we write gn to mean

ggβ‹―g,

the product of n factors of element g. If n is negative, then we take gn to mean the product of |n| factors of the inverse of g. By convention, we also take g0 to always mean e, the multiplicative identity in G.

In an additive group, we use similar additive notation: for positive n write nβ‹…g to mean

g+g+β‹―+g,

the sum of n terms of element g. If n is negative, take nβ‹…g to mean the sum of |n| terms of the negative (i.e. additive inverse) of g. And we take 0β‹…g to always mean 0. (Careful: there are two different zeros here β€” one is the integer 0 and one is the additive identity in the group G, and they are not the same!)

Discovery 2.11.

(a)

Suppose g is an element of a multiplicative group G. What does the pattern from Task b of Discovery 2.10 say about the inverse of g2? Extrapolate to a statement about the inverse of gn.

(b)

Suppose g is an element of an additive group G. What does the pattern from Task c of Discovery 2.10 say about the negative of 2β‹…g? Extrapolate to a statement about the negative of nβ‹…g.

One method of analyzing and keeping track of the rotational symmetries of the tetrahedron from Topic 1 is to determine how the rotation moves around the colour-coded vertices. If we focus only on the change in positions of the colour-coded vertices and ignore the geometric process of rotation that brought about this change in positions, then essentially we are considering each rotational symmetry to be a process of β€œmixing up” or permuting the vertices. The next activity establishes a basic property of groups that will eventually let us conclude that all groups are somehow collections of permutations.

Discovery 2.12.

Suppose x,y are objects in a group G. Demonstrate that there exist objects w,z in G (by obtaining formulas for w and z in terms of x and y) so that both

wx=y,xz=y

are true.

sites.ualberta.ca/~jsylvest/books/DLA1/section-abstract-vec-spaces-concepts.html#definition-abstract-vec-spaces-concepts-abstract-vec-space