Thursday, June 08, 2006

Cosets are either identical or disjoint

In the same way that equivalence classes are either identical or disjoint, so are cosets.

Consider a subgroup H of G, and elements a, b &isin G. Then H has right cosets Ha and Hb.

Either:
  • Ha &cap Hb = ∅, in which case there's nothing more to show
OR:
  • ∃c &isin G s.t. c ∈ Ha &cap Hb
In the second case,
  • c = h1a = h2b for some h1, h2 &isin H
and so
  • a = h1-1h2b = h3b, where h3 = h1-1h2 &isin H
and
  • b = h2-1h1a = h4a, where h4 = h2-1h1 &isin H

Saturday, June 03, 2006

A coset of a subgroup has the same order as the subgroup.

This one is just for practice at constructing a proof. The result is trivial.

Consider a finite subgroup H of G with order n. Then
  • H = {h1, h2, ..., hn}
and ∀g &isin G,
  • Hg = {h1g, h2g, ..., hng}
where h1g, h2g, ..., hng &isin G.

Assume ∃a,b<n, a &ne b such that
  • hag = hbg
Then by the cancellation laws,
  • ha = hb
a contradiction. Therefore, Hg has n distinct elements. That is, the coset has the same order as the subgroup.

Friday, June 02, 2006

A closed subset of a group is a group

Let (G, ⋅) be a group, and let H ⊂ G. If H is closed under ⋅, then H is a subgroup.

Proof:

Let H have m elements, so that
  • H = {a1, a2, ..., am}

Then
  • Ha1 = {a12, a2a1, ..., ama1}

By the cancellation laws, Ha1 has m elements as well, and since H is closed and a1 ∈ H, Ha1 = H.

Since a1 &isin H = Ha1, ∃aj &isin H such that a1 = aja1. Therefore, aj = e (∈H). __(1)

Also, ∃ak &isin H such that aka1 = aj. That is, ak = a1-1 &isin H.

Similarly, by looking at Hai, for i = 2..m, ai-1 &isin H. __(2)

So, H:
  • is closed (hypothesis)
  • is associative (inherited)
  • has identity (1), and
  • contains inverses (2)

Therefore, H is a group, and so H is a subgroup of G.

Equivalence classes are either identical or disjoint

Let S be a non-empty set with equivalence relation ~, and ∀a ∈ S let
  • [a] = {x∈S | a ~ x}

be the equivalence class of a.

Then two equivalence classes [a] and [b] are either identical or disjoint.

Proof:

Consider [a] ∩ [b]. If [a] ∩ [b] = ∅, well and good. Otherwise, ∃c ∈ S such that c ∈ [a] ∩ [b].

That is, c ~ a and c ~ b. By transitivity of equivalence relations, a ~ b. If x ∈ [a] then x ∈ [b], so [a] ⊆ [b].

Similarly, and by reflexivity of equivalence relations, [b] ⊆ [a].

Since [a] ⊆ [b] and [b] ⊆ [a], [a] = [b].

Thus, equivalence classes are either identical or disjoint.