Subgroup
From Maths
A subgroup (H,×H:H×H→H of a Group (G,×G:G×G→G) is a set H⊆G which is a group under the operation ×G restricted to H×H.
Contents
[hide]Definition
Given a group (G,×G:G×G→G) we say (H,×H:H×H→H) is a subgroup of (G,×G) if:
- H⊂G
- the function ×H:H×H→Ggiven by ×H(x,y)↦×G(x,y)has Range(×H)⊆H
- That is to say it is closed. ∀x∈H∀y∈H[×H(x,y)∈H]
- That is to say it is closed. ∀x∈H∀y∈H[×H(x,y)∈H]
- There exists an identity element ∈H.
- That is to say ∃e∈H∀x∈H[ex=xe=x]where xydenotes ×H(x,y)
- That is to say ∃e∈H∀x∈H[ex=xe=x]
- Every element has an inverse ∈H
- That is to say ∀x∈H∃y∈H[xy=yx=e]
- That is to say ∀x∈H∃y∈H[xy=yx=e]
- The operation is associative
- That is to say ∀x∈H∀y∈H∀z∈H[x(yz)=(xy)z]
- That is to say ∀x∈H∀y∈H∀z∈H[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={z∈Z|z is even} then we have H⊂Z and we must check it is a group.
- 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)
- The identity 0∈H - so we have that.
- Given an x∈Hwe can see easily that the inverse, −xis also even and thus ∈H
- Associativity is inherited