Skip to Content
Math4302Modern Algebra (Lecture 2)

Math4302 Modern Algebra (Lecture 2)

Recall from last lecture

Binary operations

A binary operation that is not associative but commutative:

Consider (Z,)(\mathbb{Z},*) where ab=aba*b=|a-b|.

This is trivially commutative.

But a=4,b=3,c=1a=4,b=3,c=1 gives (ab)c=(43)1=11=0(a*b)*c=(4*3)*1=1*1=0. and a(bc)=4(31)=42=2a*(b*c)=4*(3*1)=4*2=2.

Definition for identity element

An element eXe\in X is called identity element if ae=ea=aa*e=e*a=a for all aXa\in X.

Group

Definition of group

A group is a set GG with a binary operation * that satisfies the following axioms:

  1. Closure: a,bG,abG\forall a,b\in G, a* b\in G (automatically guaranteed by definition of binary operation).
  2. Associativity: a,b,cG,(ab)c=a(bc)\forall a,b,c\in G, (a* b)* c=a* (b* c).
  3. Identity element: eG,aG,ae=ea=a\exists e\in G, \forall a\in G, a* e=e* a=a.
  4. Inverses: aG,a1G,aa1=a1a=e\forall a\in G, \exists a^{-1}\in G, a* a^{-1}=a^{-1}* a=e.
Note

The inverse of aa is unique: If there is bGb'\in G such that ba=ab=eb'*a=a*b'=e, then b=bb=b'.

Proof:

b=be=b(ab)=(ba)b=eb=bb'=b'*e=b'*(a*b)=(b'*a)*b=e*b=b.

apply the definition of group.

Example of group

(Z,+)(\mathbb{Z},+) is a group.

(Q,+)(\mathbb{Q},+) is a group.

(R,+)(\mathbb{R},+) is a group.

with identity 00 and all abelian groups.


(Z,)(\mathbb{Z},\cdot), Q,)\mathbb{Q},\cdot), (R,)(\mathbb{R},\cdot) are not groups (00 has no inverse).


We can fix this by removing 00.

(Q{0},)(\mathbb{Q}\setminus\{0\},\cdot), (R{0},)(\mathbb{R}\setminus\{0\},\cdot) are groups.


(Z{0},)(\mathbb{Z}\setminus\{0\},\cdot) is not a group.

(Z+,+)(\mathbb{Z}_+,+) is not a group.


Consider SS be the set of all functions from R\mathbb{R} to R\mathbb{R}.

(S,+)(S,+)

  • Identity: f(x)=0f(x)=0
  • Associativity: (f+g)(x)=f(x)+g(x)(f+g)(x)=f(x)+g(x)
  • Inverse: f(x)=f(x)f(x)=-f(x)

This is a group.

(S,)(S,\circ)

  • Identity: f(x)=xf(x)=x
  • Associativity: (fg)(x)=f(g(x))(f\circ g)(x)=f(g(x))
  • Inverse: not all have inverse… (functions which are not bijective don’t have inverses)

This is not a group.


GL(n,R)\operatorname{GL}_(n,\mathbb{R}): set of n×nn\times n invertible matrices over R\mathbb{R}.

(SL(n,R),)(\operatorname{SL}_(n,\mathbb{R}),\cdot) where \cdot is matrix multiplication.

  • Identity: InI_n
  • Associativity: (AB)C=A(BC)(A\cdot B)\cdot C=A\cdot (B\cdot C)
  • Inverse: (A1)1=A(A^{-1})^{-1}=A

This is a group.

Matrix multiplication is not generally commutative, therefore it’s not abelian.

Definition of abelian group

A group (G,)(G,*) is called abelian if ab=baa* b=b* a for all a,bGa,b\in G. (* is commutative)

Properties of group

  1. (ab)1=b1a1(a*b)^{-1}=b^{-1}* a^{-1}

Proof

(b1a1)(ab)=b1a1ab=b1eb=bb1=e(b^{-1}* a^{-1})*(a*b)=b^{-1}* a^{-1}*a*b=b^{-1}* e*b=b*b^{-1}=e

(ab)(b1a1)=abb1a1=aea1=aa1=e(a*b)* (b^{-1}* a^{-1})=a* b*b^{-1}* a^{-1}=a* e*a^{-1}=a*a^{-1}=e

  1. Cancellation from right and left:
ab=ac    b=ca*b=a*c\implies b=c ba=ca    b=cb*a=c*a\implies b=c

Proof

ab=aca1(ab)=a1(ac)eb=ecb=c\begin{aligned} a*b&=a*c\\ a^{-1}*(a*b)&=a^{-1}*(a*c)\\ e*b&=e*c\\ b&=c \end{aligned}

right cancellation are the same

Note

This also implies that every row/column of the table representation of the binary operation is distinct.

If not, suppose a,ba,b have the same row/column, then we can prove a=ba=b using cancellation from right and left.

  1. We can solve equations ax=b and xa=ba*x=b \text{ and } x*a=b uniquely.

x=a1bx=a^{-1}* b, similarly x=ba1x=b* a^{-1}.

Finite groups

Group with 1 element {e}\{e\}.

Group with 2 elements {e,a}\{e,a\}. (example is ({1,1},×)(\{-1,1\},\times))

And

*ea
eea
aae

Group with 3 elements {e,a,b}\{e,a,b\}.

And the possible ways to fill the table are:

*eab
eeab
aabe
bbea
Last updated on