MATH 415 Lecture 3

From Notes
Jump to navigation Jump to search

« previous | Tuesday, September 3, 2013 | next »


Groups

(See MATH 415 Lecture 2#Groups→)


More examples:

Let X*=X{0}

(*,), (*,),(*,) are all commutative (i.e. abelian) groups.


Semi-Groups and Monoids

S,* is a semi-group if it has only the associative law.

For example, +,+ is a semi-group because for a,b+, a+b+, but a<0∉+.

A semi-group with an identity element is called a Monoid.


Elementary Properties

Theorem 4.15

If G is a group, then the left and right cancellatian laws hold in G:

ab=acb=cba=cab=c

Theorem 4.16

Equations of the form ax=b and ya=b have unique solutions.

Proof.

a1(ax)=a1((b)(a1a)x=a1bx=a1b

Similarly, y=ba1

quod erat demonstrandum


Theorem 4.17

The entity element is unique

Proof. Suppose there are two,

e1

and

e2

. Then

e1e2=e1

and

e1e2=e2

. Thus

e1=e2

.

quod erat demonstrandum
Corollary

For any two elements a,bG, (ab)1=b1a1

Proof. (b1a1)(ab)=b1a1ab=e. In particular, aa1=e and bb1=e. This can be extended for an arbitrary number of parenthesized elements by induction.

quod erat demonstrandum


Cardinality

A very important characteristic of a group is the number of elements, denoted |G|. This is also called the order of the group.

A group must have at least one element e. Group of two elements, a,e where ae:

* e a
e e a
a a e [1]

Group of Three elements, a,e,a, where ae.

* e a b
e e a b
a a b e
b b e a

For arbitrary order, we know that each row and each column must contain all elements of G because of theorem 4.16. Hence the positioning of elements in the table for a group of order 3.


Now things get interesting: there are two possibilites for a group of order 4:

* e a b c
e e a b c
a a e c b
b b c e a
c c b a e

This is called a Klein Group.

Note that 4,+4≄G,*.


Subgroups

Given a group G,* and a group H,* is a subgroup of G,*


By definition of a group, H,* satisfies the following properties:

  • g,hH implies g*hH
  • eHH is the identity element
  • hHh1H(hh1=h1h=eH)

Furthermore, H,* must also satisfy the following properties:

  • HG and is closed under same binary operation *
  • The identity element e of G is in H.
  • For all aH, it is true that a1H also

Notation

We say H<G if H,* is a "proper subgroup" of G,*, and HG if H,* is just a subgroup of G,*.

Note: ,+<,+<,+<,+


Trivial Subgroup

The trivial subgroup {e} is a subgroup of every group.

For example, the identity matrix is a trivial subgroup of the group {Mn()Mis invertible}, Furthermore, the group of matrices whose determinants is 1 (i.e. {Mn()|M|=1}) is a subgroup of invertible matrices over .


Footnotes

  1. What if a*a=a? Then a*a=a*e and thus a=e by cancellation. But ae: contradiction!