Group

From Maths
Jump to: navigation, search
(Unknown grade)
This page requires references, it is on a to-do list for being expanded with them.
Please note that this does not mean the content is unreliable, it just means that the author of the page doesn't have a book to hand, or remember the book to find it, which would have been a suitable reference.
The message provided is:
The bulk of this page was written when this was a 'note project' and was taken from books (even though I was already really familiar with it) and is accurate and trustworthy, however references are on the to-do list and will be easy to find

Definition

A group is a set G and an operation :G×GG

, denoted (G,:G×GG)
but mathematicians are lazy so we just write (G,)
(or sometimes (G,,eG) where eG is the identity element of the group), often just "Let G be a group" with the implicit operation of "juxtaposition", meaning ab denotes the group's operation applied to the elements aG and bG.

Such that the following axioms hold:

Formal Words
a,b,cG:[(ab)c=a(bc)]
is associative, because of this we may write abc
unambiguously.
eGgG[eg=ge=g]
has an identity element
gGxG[xg=gx=e]
All elements of G have an inverse element under , that is to say for each item there is an item such that -ing the item with gG we end up with the identity.
For an "Abelian" or "commutative" group
gGhG[gh=hg]
Order of the operation does not matter - it is commutative

Trivial group

The trivial group G is the group of just one element, naturally all these groups are basically the same group, they are "isomorphic groups" (which is a bijective group homomorphism)

Notations

Usually with groups we use "multiplicative notation", if the group is Abelian we use additive. This is (probably) motivated from linear algebra. Addition of matrices is commutative, just like with numbers however multiplication is not (always) commutative, so we do not.

Additive

Seriously, additive notation unofficially

the group is Abelian - we use 0 for the identity and (x) for the inverse, yx is simply a short hand for y+(x)

Doing things multiple times is denoted as one would expect, nx=x+x+...+x

Always be explicit that n is not in the group


TODO: Relate to group action



To do this write something like "Let G be an Abelian group with the operation +:G×GG given by (definition of addition)"

If the operation is obvious then "Let G be the set of (whatever) and let (G,+) be a group"


Multiplicative

Multiplicative groups may be Abelian, but it really ought to be explicit We use 1 to denote the identity element and x1 to denote the inverse. Note that xn=xxx...x

x multipled n times. Make it clear that n is not a member of the group!


TODO: Link with group action


Convention notes

One need not write "(because G is Abelian)" after steps in proofs, additive implies Abelian so for example if I am writing:

  • ...A+B=C+A
    but C+A=A+C
    so we may use the cancellation laws....

it is clear that I am using the property of commutativity

  • ...ab=ca
    but ca=ac
    so we may use the cancellation laws....

This looks like ca=ac

may have come from a lemma or previous part, so writing:

  • ...ab=ca
    but ca=ac
    (as G is Abelian) so we may use the cancellation laws....

Perfect

Important theorems

Identity is unique

[Expand]

Proof that the identity is unique. (Method: assume e and e with ee

are both identities, reach a contradiction)


Now we know the identity is unique, so we can give it a symbol:

Group Identity element
(G,+) - additive notation a+b We denote the identity 0, so a+0=0+a=a
(G,) - multiplicative notation ab We denote the identity 1, so 1a=a1=a
GL(n,F) - the General linear group

(All n×n matrices of non-zero determinant)

We denote the identity by Id,I,In or sometimes Idn
that is AI=IA=A

Inverse is unique

[Expand]

Proof that the inverse is unique. (Suppose that x

and x are both inverses with xx and reach a contradiction


We may now denote the inverse of an element uniquely.

Here x is some arbitrary member of G

Group Inverse element
(G,+) - additive notation a+b We denote the inverse by x, so x+(x)=(x)+x=0
Note that a+(x)
is often written as ax
- this is a shorthand, no "subtraction" is defined
(G,) - multiplicative notation ab We denote the inverse of x by x1, so x1x=xx1=1
GL(n,F) - the General linear group

(All n×n matrices of non-zero determinant)

We denote the inverse of XGL(n,F) by X1

Cancellation laws

These are extremely important.

  1. ab=acb=c
  2. ba=cab=c
[Expand]

Proof that ab=acb=c

and ba=cab=c


If ab=e
then b=a1

This is the final theorem on this page, and it is easy to show.

If ab=e=aa1ab=aa1b=a1

(a1)1=a

As a1a=e

by definition of inverse, we see from the theorem a=(a1)1


See also