Algebraic Structures and Groups

(代数系と群)

Discrete Mathematics I

11th lecture, December 5, 2025

https://www.sw.it.aoyama.ac.jp/2025/Math1/lecture11.html

Martin J. Dürst

AGU

© 2006-25 Martin J. Dürst Aoyama Gakuin University

 

Today's Schedule

 

Summary of Last Lecture

Binary relations on a single set (A) can have the following properties:

  1. Reflexive: Each element is related to itself (xA:xRx)
  2. Symmetric: Elements are related both ways, or not at all (∀x, yA: xRyyRx)
  3. Antisymmetric: Elements cannot be related both ways (∀x, yA: xRyyRxx=y)
  4. Transitive: If x is related to y, and y is related to z, then x is related to z (∀x, y, zA: xRyyRzxRz)

A relation that is reflexive, symmetric, and transitive is an equivalence relation.

A relation that is reflexive, antisymmetric, and transitive is a (partial) order relation.

(Partial) order relations can be represented with Hasse diagrams.

 

Homework:
Combinations of Properties of Relations

Investigate all combinations of the four properties of relations introduced in this lecture (reflexive, symmetric, antisymmetric, transitive). For each combination, try to find an example relation (actual real-world data or small example expressed as a matrix). (no need to submit)

Hint: Two combinations are impossible. Can you explain why?

We show examples on the next slide, arranged similar to the homework of lecture 4.

Relations that are symmetric and antisymmetric, but not transitive, are impossible (two cases: reflexive and non-reflexive).

Explanation why these two combinations are impossible:
In both cases, the relations need to be symmetric and antisymmetric, but not transitive. In relations that are both symmetric and antisymmetric, all positions except those on the (main) diagonal are false. Such relations are automatically transitive (because they are their own transitive closure).

 

Homework Solution

re­flex­ive sym­met­ric an­ti­sym­met­ric tran­si­tive min­i­mum size minimal example
F F F F 3 {(b,c), (c,d), (d,c)}
F F F T 3 {(b,b), (b,c), (b,d), (c,b), (c,c), (c,d)}
F F T F 3 {(b,c), (c,d)}
F F T T 2 {(b,c)}
F T F F 2 {(b,c), (c,b)}
F T F T 3 {(b,b), (b,d), (d,b), (d,d)}
F T T F - impossible
F T T T 1 {}
T F F F 3 {(b,b), (c,c), (d,d), (b,c), (c,d), (c,b)}
T F F T 3 {(b,b), (c,c), (d,d), (b,c), (c,b), (b,d), (c,d)}
T F T F 3 {(b,b), (c,c), (d,d), (b,c), (c,d)}
T F T T 2 {(b,b), (c,c), (b,c)} (order relation)
T T F F 3 {(b,b), (c,c), (d,d), (b,c), (c,d), (c,b), (d,c)}
T T F T 2 {(b,b), (c,c), (b,c), (c,b)} (equivalence relation)
T T T F - impossible
T T T T 0 {} (order and equivalence relation)

Sets of size 1, 2, and 3 are {b}, {b, c}, and {b, c, d}.

 

Algebraic Structure

Very general view on mathematical objects

An algebraic structure is a class of mathematical objects that all share the same general structure.

Properties shared by all algebraic structures are:

 

Previously Encountered Examples

 

Example of Algebraic Structure: Group

 

Examples of Groups

 

The Integers with Addition as a Group (ℤ, +)

Because rationals (ℚ) and reals (ℝ) are also closed under addition, rationals with addition (ℚ, +) and reals with addition (ℝ, +) are also groups.

 

The Reals with Multiplication as a Group (ℝ-{0}, ·)

Because rationals (ℚ) without zero are also closed under multiplication, rationals with multiplication (ℚ-{0}, ·) are also a group.

 

The Positive Reals with Multiplication as a Group (ℝ+, ·)

[also: positive rationals with multiplication (ℚ, ·)]

 

Permutations

 

Permutations as Exchanges

 

Composition of Permutations

 

Permutations as a Group

The permutations of sets of size n together with composition form a group:

 

Representation of Finite Groups: Caylay Table

+
(mod 3)
0 1 2
0 0 1 2
1 1 2 0
2 2 0 1

 

Group Isomorphism

 

Examples of Isomorphic Groups

G e a b
e e a b
a a b e
b b e a
K 0 2 1
0 0 2 1
2 2 1 0
1 1 0 2
H 0 1 2
0 0 1 2
1 1 2 0
2 2 0 1

 

Group Theory

 

Group Theorem: Uniqueness of Identity

Existence of identity element (axiom): ∃eA: ∀bA: eb = b = be

Theorem: The (left) identity element of a group is unique
(∃cA: ∀xA: cx = x) ⇒ c = e

Another way to express this: There is only one identity element
(|{c|cA, ∀xA: cx = x)}|= 1)

Proof:

[assume c is an identity]

cx = x [inverse axiom, closure]

(cx)•x' = xx' [associativity axiom]

c•(xx') = xx' [inverse axiom, on both sides]

ce = e [identity axiom]

c = e Q.E.D. (similar proof for right idenity)

 

Group Theorem: Uniqueness of Inverse

Existence of an inverse (axiom): ∀bA: ∃b'A: bb' = e = b'•b

Theorem: Each right inverse is unique

Proof:

Start by assuming that there is some c (possibly different from b') that is a right inverse to b:

bc = e [applying b'• on the left]

b'•(bc) = b'•e [associativity axiom]

(b'•b)•c = b'•e [inverse axiom]

ec = b'•e [identity axiom, on both sides]

c = b'

This means that any c that is a right inverse of b is the same as b', which means that b' is unique.
(∀b, c∈A: (bc = ec=b')) Q.E.D. (similar proof for left inverse)

 

Group Theorem: Cancellation Law

Theorem: ∀b, c, d ∈A: (bd = cdb=c) (right cancellation law)

Proof:

bd = cd [applying d' on the right]

(bd)•d' = (cd)•d' [associativity]

b•(dd') = c•(dd') [inverse axiom, on both sides]

be = ce [identity axiom, on both sides]

b = c Q.E.D. (similar proof for left cancellation)

Corollary: b≠cbdcd

This theorem shows that each element of a group can only appear once in each column
(likewise, left cancellation shows that each element can only appear once in each row)

 

Groups in Computer Science

Addition modulo n, in particular for n = 28, 216, 232, 264,...

Multiplication modulo n (see lecture 13)

Any group in any application area of Computer Science

 

This Week's Homework

Deadline: December 11, 2025 (Thursday), 18:30.

Format: A4 single page (using both sides is okay; NO cover page), easily readable handwriting (NO printouts), name (kanji and kana) and student number at the top right

Where to submit: Box in front of room O-529 (building O, 5th floor)

Homework 1: Create a Cayley table of the symmetric group S3 (3!=6 elements). Use the notation introduced in this lecture. Use lexical order for the permutations. Do not use any abbreviations.

Homework 2: If we define isomorphic groups as being "the same", there are two different groups of size 4. Give examples of two groups of size 4 that are not isomorphic, as a Cayley table. Hint: Check all the conditions (axioms) for a group. There will be a deduction if you use the same elements/operations for the groups as another student.

 

Glossary

algebraic structure
代数系
group
群 (ぐん)
group theory
群論
inverse element
逆元
inverse, reciprocal
逆数
symmetric group
対称群
closure
閉性
Cayley table
積表、乗積表
multiplication table
九九 (表)
isomorphic
同形の、同型の
group isomorphism
群同形
isomorphic
同形の、同型の
row heading
行見出し
column heading
列見出し
lexical (or lexicographic(al)) order
辞書式順序