Group

From Maths
Revision as of 07:17, 16 October 2016 by Alec (Talk | contribs) (Definition: Fleshed out notation a little bit.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 [ilmath]G[/ilmath] and an operation [math]*:G\times G\rightarrow G[/math], denoted [math](G,*:G\times G\rightarrow G)[/math] but mathematicians are lazy so we just write [math](G,*)[/math] (or sometimes [ilmath](G,*,e_G)[/ilmath] where [ilmath]e_G[/ilmath] is the identity element of the group), often just "Let [ilmath]G[/ilmath] be a group" with the implicit operation of "juxtaposition", meaning [ilmath]ab[/ilmath] denotes the group's operation applied to the elements [ilmath]a\in G[/ilmath] and [ilmath]b\in G[/ilmath].

Such that the following axioms hold:

Formal Words
[math]\forall a,b,c\in G:[(a*b)*c=a*(b*c)][/math] [ilmath]*[/ilmath] is associative, because of this we may write [math]a*b*c[/math] unambiguously.
[math]\exists e\in G\forall g\in G[e*g=g*e=g][/math] [ilmath]*[/ilmath] has an identity element
[math]\forall g\in G\exists x\in G[xg=gx=e][/math] All elements of [ilmath]G[/ilmath] have an inverse element under [ilmath]*[/ilmath], that is to say for each item there is an item such that [ilmath]*[/ilmath]-ing the item with [ilmath]g\in G[/ilmath] we end up with the identity.
For an "Abelian" or "commutative" group
[math]\forall g\in G\forall h\in G[gh=hg][/math] Order of the operation does not matter - it is commutative

Trivial group

The trivial group [ilmath]G[/ilmath] 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 [math]\implies[/math] the group is Abelian - we use [ilmath]0[/ilmath] for the identity and [ilmath](-x)[/ilmath] for the inverse, [ilmath]y-x[/ilmath] is simply a short hand for [ilmath]y+(-x)[/ilmath]

Doing things multiple times is denoted as one would expect, [math]nx=x+x+...+x[/math] Always be explicit that n is not in the group


TODO: Relate to group action



To do this write something like "Let [ilmath]G[/ilmath] be an Abelian group with the operation [ilmath]+:G\times G\rightarrow G[/ilmath] given by (definition of addition)"

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


Multiplicative

Multiplicative groups may be Abelian, but it really ought to be explicit We use [ilmath]1[/ilmath] to denote the identity element and [ilmath]x^{-1} [/ilmath] to denote the inverse. Note that [math]x^n=xxx...x[/math] 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 [ilmath]G[/ilmath] is Abelian)" after steps in proofs, additive implies Abelian so for example if I am writing:

  • [math]...\implies A+B=C+A[/math] but [math]C+A=A+C[/math] so we may use the cancellation laws....

it is clear that I am using the property of commutativity

  • [math]...\implies ab=ca[/math] but [math]ca=ac[/math] so we may use the cancellation laws....

This looks like [math]ca=ac[/math] may have come from a lemma or previous part, so writing:

  • [math]...\implies ab=ca[/math] but [math]ca=ac[/math] (as [ilmath]G[/ilmath] is Abelian) so we may use the cancellation laws....

Perfect

Important theorems

Identity is unique

Proof that the identity is unique. (Method: assume [ilmath]e[/ilmath] and [ilmath]e'[/ilmath] with [math]e\ne e'[/math] are both identities, reach a contradiction)


Assume there are two identity elements, [ilmath]e[/ilmath] and [ilmath]e'[/ilmath] with [math]e\ne e'[/math].

That is both:

  • [math]\forall g\in G[e*g=g*e=g][/math]
  • [math]\forall g\in G[e'*g=g*e'=g][/math]

But then [math]ee'=e[/math] and also [math]ee'=e'[/math] thus we see [math]e'=e[/math] contradicting that they were different.


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

Group Identity element
[ilmath](G,+)[/ilmath] - additive notation [ilmath]a+b[/ilmath] We denote the identity [ilmath]0[/ilmath], so [math]a+0=0+a=a[/math]
[ilmath](G,*)[/ilmath] - multiplicative notation [ilmath]ab[/ilmath] We denote the identity [ilmath]1[/ilmath], so [math]1a=a*1=a[/math]
[ilmath]\text{GL}(n,F)[/ilmath] - the General linear group

(All [ilmath]n\times n[/ilmath] matrices of non-zero determinant)

We denote the identity by [ilmath]Id,I,I_n[/ilmath] or sometimes [ilmath]Id_n[/ilmath]
that is [math]AI=IA=A[/math]

Inverse is unique

Proof that the inverse is unique. (Suppose that [math]x[/math] and [ilmath]x'[/ilmath] are both inverses with [ilmath]x\ne x'[/ilmath] and reach a contradiction


Suppose that for any [ilmath]g\in G[/ilmath] we have [ilmath]x[/ilmath] and [ilmath]x'[/ilmath] being inverses (recall the inverse statement: [math]\forall g\in G\exists x\in G[xg=gx=e][/math])

Then we have both:

  • [math]gx=xg=e[/math]
  • [math]gx'=x'g=e[/math]

Take the product [math]xgx'[/math]

By associativity

  • [math]xgx'=(xg)x' = ex' = x'[/math]
  • [math]xgx'=x(gx') = xe = x[/math]

Thus [math]x=x'[/math] contradicting that they were distinct.


We may now denote the inverse of an element uniquely.

Here [ilmath]x[/ilmath] is some arbitrary member of [ilmath]G[/ilmath]

Group Inverse element
[ilmath](G,+)[/ilmath] - additive notation [ilmath]a+b[/ilmath] We denote the inverse by [ilmath]-x[/ilmath], so [math]x+(-x)=(-x)+x=0[/math]
Note that [math]a+(-x)[/math] is often written as [math]a-x[/math] - this is a shorthand, no "subtraction" is defined
[ilmath](G,*)[/ilmath] - multiplicative notation [ilmath]ab[/ilmath] We denote the inverse of [ilmath]x[/ilmath] by [ilmath]x^{-1} [/ilmath], so [math]x^{-1}x=xx^{-1}=1[/math]
[ilmath]\text{GL}(n,F)[/ilmath] - the General linear group

(All [ilmath]n\times n[/ilmath] matrices of non-zero determinant)

We denote the inverse of [ilmath]X\in GL(n,F)[/ilmath] by [ilmath]X^{-1} [/ilmath]

Cancellation laws

These are extremely important.

  1. [math]ab=ac\implies b=c[/math]
  2. [math]ba=ca\implies b=c[/math]

Proof that [math]ab=ac\implies b=c[/math] and [math]ba=ca\implies b=c[/math]


Proof that: [math]ab=ac\implies b=c[/math]


Suppose [math]ab=ac[/math]

Pre-multiplying by [ilmath]a^{-1} [/ilmath] we get:

[math]a^{-1}(ab)=a^{-1}(ac)[/math], by associativity

[math]\iff (a^{-1}a)b=(a^{-1}a)c[/math]

[math]\implies b=c[/math] as required


Proof that: [math]ba=ca\implies b=c[/math]


Essentially the same, just post-multiply instead.


If [math]ab=e[/math] then [math]b=a^{-1}[/math]

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

If [math]ab=e=aa^{-1}\implies ab=aa^{-1}\implies b=a^{-1}[/math]

[math](a^{-1})^{-1}=a[/math]

As [math]a^{-1}a=e[/math] by definition of inverse, we see from the theorem [math]a=(a^{-1})^{-1}[/math]


See also