Algebra (Groups, Rings, Fields) : (A Brief Description of The Course To Be Put Here.)
Algebra (Groups, Rings, Fields) : (A Brief Description of The Course To Be Put Here.)
Algebra (Groups, Rings, Fields) : (A Brief Description of The Course To Be Put Here.)
Introduction
(A brief description of the course to be put here.)
1
CONTENTS Kelly Bristow
Contents
1 Group Theory 3
1.1 Definition and examples of groups . . . . . . . . . . . . . . . . . 3
1.1.1 Definition of groups . . . . . . . . . . . . . . . . . . . . . 3
1.1.2 Examples and non examples . . . . . . . . . . . . . . . . . 3
1.1.3 Some properties of groups . . . . . . . . . . . . . . . . . . 5
1.1.4 Denoting groups multiplicatively and additively . . . . . . 6
1.1.5 Subgroup . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.1.6 Order of elements in a group . . . . . . . . . . . . . . . . 7
2
1. GROUP THEORY Kelly Bristow
1 Group Theory
1.1 Definition and examples of groups
1.1.1 Definition of groups
Groups
Abelian Groups
If G is finite then the number of elements in G is called the order (or size)
of G.
If G has infinitely many elements then G will be called a group of infinite order
(or infinite size).
e1. Let + denote the usual addition. Then (R, +), (Q, +) and (Z, +) are
groups. In fact each of them is an Abelian group.
e2. If − denotes the usual subtraction, then none of the sets R, Q, Z form a
group under −. Because the associative law is violated.
3
1. GROUP THEORY Kelly Bristow
Words of caution
∗ We need to guarantee closure too. For instance if W is the set of
all irrational numbers and W0 is W ∪ {0} then W0 under + satisfies all
the three axioms we mentioned in the definition. But it fails to be closed
under + and hence is not a group.
∗ Another important thing is to check that inverses of elements are
in the group itself. For instance Z+0 does not form a group under the
usual addition.
Exercise
Let S ⊆ R be such that all irrational numbers are in S and S is closed
under addition. Show that S = R.
e3. (the trivial finite group) For any x the singleton set {x} is a group under
the operation • where x • x 7→ x. (This is trivial).
e4. Let n be a positive integer and [n] = {1, 2, ..., n} then it is easy to see that
[n] always forms a group under the modulo n addition1 and further these are
finite groups.
e5. Let GLn (R) denote the set of all invertible n × n matrices with real
entries. Then GLn (R) forms a group under the matrix multiplication and fur-
ther these are non-Abelian group.
Exercise
Show that the examples we mentioned in e4 and e5 are indeed valid
and that they are finite groups and Abelian groups respectively.
Now we will see an important example (but understand the importance later
though).
e6. Let for a nonempty set S the set A(S) denote the set of all one one
functions from S onto S. Then A(S) always forms a group under the composi-
tion of functions.
1 For a positive integer n and integers a, b the sum a + b modulo n is the remainder we get
4
1. GROUP THEORY Kelly Bristow
Exercise
1. Show that e6 is indeed a valid example. In other words all you need
to show that A(S) is closed under composition of elements of A(S) and
obeys the three group axioms.
2. Find the number of elements in A(S) if S is finite and has n elements.
3. Show that if S has ≥ 3 elements then A(S) is non-Abelian.
Thus convince yourself that now we have a family of finite non-Abelian groups.
As we will see later, finite groups (especially Abelian groups) are quite interesting.
The proof is elementary (we just need some multiplication from the left or
right by inverses of suitable stuff).
Solved exercise
Problem
Let (X, ·) be a group such that x · y = e (the identity element) for all
x, y ∈ X. Show that X must be singleton.
5
1. GROUP THEORY Kelly Bristow
Exercise
1. Let (G, ·) be a group with identity element e, such that x · x = e for
all x ∈ G. (Such groups are called Boolean groups). Show that G must
be Abelian.
2. Let (G, ·) be a group such that (a · b)2 = a2 · b2 for all a, b ∈ G. Show
that G is Abelian.
However one must always keep in mind that these notations are not universal
(what someone calls a multiplicative group can also be seen as an additive group
by someone else).
Here is a quick exercise solving which will make you feel more comfortable
with this new terminology.
6
1. GROUP THEORY Kelly Bristow
Exercise
1. Show that if (G, ·) is a multiplicative group then xm+n = xm · xn for
all x ∈ G and all integers m, n.
2. Show that if (G, ⊕) is an additive group then (m + n)x = mx + nx for
all x ∈ G and all integers m, n.
3. Let G be a multiplicative group. For x ∈ G and m ∈ Z show that
(xm )−1 = (x−1 )m .
4. Let G be an additive group. For x ∈ G and m ∈ Z show that
−(mx) = m(−x) (where as usual for any g ∈ G we write −g to denote
the inverse of g).
5.
1.1.5 Subgroup
Recall that in the example e1 we saw that (Z, +), (Q, +) and (R, +) all are
groups, and we know that R ⊇ Q ⊇ Z. So this can make us think that it is
possible from a given group (G, ·) to extract sets of smaller sizes that still form
a group under the operation ·.