Difference between revisions of "Group"
m |
m (→Definition: Fleshed out notation a little bit.) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Requires references|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== | ==Definition== | ||
− | A group is a set {{M|G}} and an operation <math>*:G\times G\rightarrow G</math>, denoted <math>(G,*:G\times G\rightarrow G)</math> but [[Mathematicians are lazy|mathematicians are lazy]] so we just write <math>(G,*)</math>, often just "Let {{M|G}} be a group". | + | A group is a set {{M|G}} and an operation <math>*:G\times G\rightarrow G</math>, denoted <math>(G,*:G\times G\rightarrow G)</math> but [[Mathematicians are lazy|mathematicians are lazy]] so we just write <math>(G,*)</math> (or sometimes {{M|(G,*,e_G)}} where {{M|e_G}} is the identity element of the group), often just "Let {{M|G}} be a group" with the implicit operation of "[[juxtaposition]]", meaning {{M|ab}} denotes the group's operation applied to the elements {{M|a\in G}} and {{M|b\in G}}. |
Such that the following axioms hold: | Such that the following axioms hold: | ||
− | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 16: | Line 16: | ||
|- | |- | ||
| <math>\forall g\in G\exists x\in G[xg=gx=e]</math> | | <math>\forall g\in G\exists x\in G[xg=gx=e]</math> | ||
− | | All elements of {{M|G}} have an [[Inverse element|inverse element]] under {{M|*}}, that is | + | | All elements of {{M|G}} have an [[Inverse element|inverse element]] under {{M|*}}, that is to say for each item there is an item such that {{M|*}}-ing the item with {{M|g\in G}} we end up with the identity. |
|- | |- | ||
− | !colspan="2"|For an "Abelian" or "commutative" group | + | !colspan="2"|For an [[Abelian group|"Abelian" or "commutative" group]] |
|- | |- | ||
| <math>\forall g\in G\forall h\in G[gh=hg]</math> | | <math>\forall g\in G\forall h\in G[gh=hg]</math> | ||
Line 165: | Line 165: | ||
==See also== | ==See also== | ||
+ | * [[Generated subgroup]] | ||
+ | * [[Cyclic subgroup]] | ||
* [[Commutator]] | * [[Commutator]] | ||
* [[Coset]] | * [[Coset]] | ||
Line 171: | Line 173: | ||
* [[Commutator subgroup]] | * [[Commutator subgroup]] | ||
− | {{Definition|Abstract Algebra}} | + | {{Definition|Abstract Algebra|Group Theory}} |
− | {{Theorem Of|Abstract Algebra}} | + | {{Theorem Of|Abstract Algebra|Group Theory}} |
+ | [[Category:First-year friendly]] | ||
+ | [[Category:Exemplary pages]] |
Latest revision as of 07:17, 16 October 2016
The message provided is:
Contents
[hide]Definition
A group is a set G and an operation ∗:G×G→G
Such that the following axioms hold:
Formal | Words |
---|---|
∀a,b,c∈G:[(a∗b)∗c=a∗(b∗c)] |
∗ is associative, because of this we may write a∗b∗c unambiguously.
|
∃e∈G∀g∈G[e∗g=g∗e=g] |
∗ has an identity element |
∀g∈G∃x∈G[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 g∈G we end up with the identity. |
For an "Abelian" or "commutative" group | |
∀g∈G∀h∈G[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 ⟹
Doing things multiple times is denoted as one would expect, nx=x+x+...+x
TODO: Relate to group action
To do this write something like "Let G be an Abelian group with the operation +:G×G→G 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 x−1 to denote the inverse. Note that xn=xxx...x
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+Abut C+A=A+Cso we may use the cancellation laws....
it is clear that I am using the property of commutativity
- ...⟹ab=cabut ca=acso we may use the cancellation laws....
This looks like ca=ac
- ...⟹ab=cabut ca=ac(as G is Abelian) so we may use the cancellation laws....
Perfect
Important theorems
Identity is unique
Proof that the identity is unique. (Method: assume e and e′ with e≠e′
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=a∗1=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
Proof that the inverse is unique. (Suppose that x
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 a−x - this is a shorthand, no "subtraction" is defined
| |
(G,∗) - multiplicative notation ab | We denote the inverse of x by x−1, so x−1x=xx−1=1 |
GL(n,F) - the General linear group (All n×n matrices of non-zero determinant) |
We denote the inverse of X∈GL(n,F) by X−1 |
Cancellation laws
These are extremely important.
- ab=ac⟹b=c
- ba=ca⟹b=c
Proof that ab=ac⟹b=c
If ab=e then b=a−1
This is the final theorem on this page, and it is easy to show.
If ab=e=aa−1⟹ab=aa−1⟹b=a−1
(a−1)−1=a
As a−1a=e
See also
- Pages requiring references
- Pages requiring references of unknown grade
- Todo
- Definitions
- Abstract Algebra Definitions
- Abstract Algebra
- Group Theory Definitions
- Group Theory
- Theorems
- Theorems, lemmas and corollaries
- Abstract Algebra Theorems
- Abstract Algebra Theorems, lemmas and corollaries
- Group Theory Theorems
- Group Theory Theorems, lemmas and corollaries
- First-year friendly
- Exemplary pages