Difference between revisions of "Subgroup"

From Maths
Jump to: navigation, search
(Created page with "A subgroup {{M|(H,\times_H:H\times H\rightarrow H}} of a Group {{M|(G,\times_G:G\times G\rightarrow G)}} is a set {{M|H\subseteq G}} which is a group under the o...")
 
m
 
Line 2: Line 2:
  
 
==Definition==
 
==Definition==
Given a [[Group|group {{M|(G,\times_G:G\times G\rightarrow G)}}]] we say {{M|(H,\times_H:H\times H\rightarrow H)}} is a subgroup of {{M|(G,\times_G)}} if:
+
Given a [[Group|group]] {{M|(G,\times_G:G\times G\rightarrow G)}} we say {{M|(H,\times_H:H\times H\rightarrow H)}} is a subgroup of {{M|(G,\times_G)}} if:
 +
# <math>H\subset G</math>
 +
# the function <math>\times_H:H\times H\rightarrow G</math> given by <math>\times_H(x,y)\mapsto\times_G(x,y)</math> has <math>\text{Range}(\times_H)\subseteq H</math>
 +
#* That is to say it is closed. <math>\forall x\in H\forall y\in H[\times_H(x,y)\in H]</math>
 +
# There exists an identity element <math>\in H</math>.
 +
#* That is to say <math>\exists e\in H\forall x\in H[ex=xe=x]</math> where <math>xy</math> denotes <math>\times_H(x,y)</math>
 +
# Every element has an inverse <math>\in H</math>
 +
#* That is to say <math>\forall x\in H\exists y\in H[xy=yx=e]</math>
 +
# The operation is associative
 +
#* That is to say <math>\forall x\in H\forall y\in H\forall z\in H[x(yz)=(xy)z]</math>
 +
 
 +
Just like a [[Group|group]]
 +
 
 +
This makes it sound a lot harder than it really is.
 +
 
 +
==Examples==
 +
===Even numbers===
 +
Take the group <math>(\mathbb{Z},+)</math> and define <math>H=\{z\in\mathbb{Z}|z\text{ is even}\}</math> then we have <math>H\subset\mathbb{Z}</math> and we must check it is a group.
 +
 
 +
# It is closed under <math>+</math> restricted to <math>H</math> - an even + an even = even. (proof <math>2n+2m=2(m+n)</math> and anything multiplied by 2 is even)
 +
# The identity {{M|0\in H}} - so we have that.
 +
# Given an <math>x\in H</math> we can see easily that the inverse, <math>-x</math> is also even and thus <math>\in H</math>
 +
# Associativity is inherited
 +
 
 +
==See also==
 +
* [[Coset]]
 +
* [[Normal subgroup]]
 +
 
  
  
 
{{Definition|Abstract Algebra}}
 
{{Definition|Abstract Algebra}}

Latest revision as of 17:35, 15 March 2015

A subgroup (H,×H:H×HH of a Group (G,×G:G×GG) is a set HG which is a group under the operation ×G restricted to H×H.

Definition

Given a group (G,×G:G×GG) we say (H,×H:H×HH) is a subgroup of (G,×G) if:

  1. HG
  2. the function ×H:H×HG
    given by ×H(x,y)×G(x,y)
    has Range(×H)H
    • That is to say it is closed. xHyH[×H(x,y)H]
  3. There exists an identity element H
    .
    • That is to say eHxH[ex=xe=x]
      where xy
      denotes ×H(x,y)
  4. Every element has an inverse H
    • That is to say xHyH[xy=yx=e]
  5. The operation is associative
    • That is to say xHyHzH[x(yz)=(xy)z]

Just like a group

This makes it sound a lot harder than it really is.

Examples

Even numbers

Take the group (Z,+)

and define H={zZ|z is even}
then we have HZ
and we must check it is a group.

  1. It is closed under +
    restricted to H
    - an even + an even = even. (proof 2n+2m=2(m+n)
    and anything multiplied by 2 is even)
  2. The identity 0H - so we have that.
  3. Given an xH
    we can see easily that the inverse, x
    is also even and thus H
  4. Associativity is inherited

See also