A permutation of a set is an arrangement of its members into a sequence, or if the set is already order a rearrangement of its elements. A permutation of a set A is a bijection from a set A onto itself, that is, a function that is both one-to-one and onto. A permutation of a set is a bijection from a set A onto itself, that is, a function that is both one-to-one and onto.
All permutations of a set with n elements form a group under function composition. SA. It is called the symmetric group.
Proof:
A convenient way to write a permutation is to write it in array form and show where each element goes.
σ = $(\begin{smallmatrix}1 & 2 & 3 & 4 & 5 & 6\\ 3 & 2 & 5 & 1 & 4 & 6\end{smallmatrix}\bigr)$
This means that σ(1)=3, σ(2)=2, σ(3)=5, and so on.
σ-1 = $(\begin{smallmatrix}1 & 2 & 3 & 4 & 5 & 6\\ 4 & 2 & 1 & 5 & 3 & 6\end{smallmatrix}\bigr)$
Let σ = $(\begin{smallmatrix}1 & 2 & 3 & 4\\ 2 & 3 & 4 & 1\end{smallmatrix}\bigr)$ and η = $(\begin{smallmatrix}1 & 2 & 3 & 4\\ 1 & 3 & 4 & 2 \end{smallmatrix}\bigr)$. ση (first apply η and then σ) = $(\begin{smallmatrix}1 & 2 & 3 & 4\\ 2 & 4 & 1 & 3\end{smallmatrix}\bigr)$, e.g., ση(1)=σ(η(1))=σ(1)=2.
If sets A and B have the same cardinality, then SA≃SB. That’s because the structure of the group SA is concerned only with the number of elements in the set A, and not with the elements themselves.
If sets A and B have the same cardinality, let f: A → B be a one-to-one function mapping A onto B. We define the function ϕ: SA → SB, σ ∈ SA, then ϕ(σ) is the permutation σ’ ∈ SB such that σ’(f(a)) = f(σ(a)).
Example: A = {1, 2, 3}, B = {a, b, c}, let f: A → B defined as f(1)=a, f(2)=b, f(3)=c. ϕ: SA → SB, $ϕ(\begin{smallmatrix}1 & 2 & 3\\ 2 & 3 & 1\end{smallmatrix}\bigr)=(\begin{smallmatrix}a & b & c\\ b & c & a\end{smallmatrix}\bigr)$
Therefore, we can take {1, 2, …, n} to be a prototype for a finite set A of n elements, e.g., S3. This is also the group D3 of symmetries of an equilateral triangle = { id (identity), two rotations (ρ1, ρ2), and three mirror images (μ1, μ2, μ3)}.
Notice that μ1ρ1 ≠ μ1ρ1, so therefore S3 is non Abelian.
Definition. A cycle is a permutation which maps a finite set {a1, a2, …, an} by a1 → a2 → … → an → a1. A cycle of length 2 is called a transposition. A transposition is a permutation that swaps two elements and leaves everything else fixed.
Examples: δ1 = (1, 3) or (13) is the transposition that swaps 1 and 3 and leaves everything else fixed. μ1 = (12)(34) and ρ1 = (1234). Therefore, μ1ρ1 = (12)(34)(1234) = (1)(24)(3) = (24) - We do not write cycles of length one.- = δ2.
Theorem. Every permutation on a finite set can we written as a product of disjoint cycles, that is, no element is moved by both of them, e.g. (135) and (24).
Proof. Let’s induct on the number of elements in the set A.
Let’s prove the result for a set with just one element. This is trivial, there is only one permutation, the identity, and it is the cycle {a}.
Suppose that a permutation on a set with less than n elements set can be written as a product of disjoint cycles. Let’s take a permutation on a set with n element, that is, σ ∈Sn.
Let m be the order of σ, a1 ∈ A and consider the set Q = {a1, σ(a1), σ2(a1),… σm-1(a1)} We know that m exists because the sequence a1, σ(a1), σ2(a1) must be finite.
If Q = A, σ is the cycle. Otherwise, |A - Q| < n, and by the induction assumption A - Q can be written as a product of disjoint cycles, A - Q = η1η2…ηk, and therefore the whole set A can be written as a product of disjoint cycles, more specifically, as (a1 σ(a1) σ2(a1)… σm-1(a1))η1η2…ηk.
Disjoint Cycles Commute. If two cycles move different sets of elements, then their effects are independent and it does not matter in which order they’re applied. More formally, If two pair of cycles σ and η have no entries in common, then ση=ησ.
Proof. Suppose σ and η are disjoint cycles, σ = {a1, a2,…, am} and η = {b1, b2,…, bn}, and {a1, a2,…, am} ∩ {b1, b2,…, bn} = ∅. Let A = {a1, a2,…, am, b1, b2,…, bn, c1, c2,…, cs} where c’s are the elements left fixed by both σ and η.
Then, ση(i)=ησ(i) ∀i∈A because (ση)(ai)=σ(η(ai))=σ(ai) = ai+1 where am+1=a1. (ησ)(ai)=η(σ(ai))=η(ai+1) = ai+1
A similar argument shows that (ση)(bi) = (ησ)(bi).
Finally, (ση)(ci)=σ(η(ci))=σ(ci) = ci. (ησ)(ci)=η(σ(ci))=η(ci) = ci
Theorem. The order of a permutation of a finite set A written in disjoint cycle form is the least common multiple of the lengths of the cycles.
Proof:
Case 1. If α is a permutation on A and can be represented as a cycle of length n, then it has order n. Therefore, the order of α is equal to the length of its cycle and the result holds for this case.
Case 2. Let us now now suppose that α can be written as product of two disjoint cycles α = α1α2 where α1 and α2 are disjoint cycles of lengths m and n respectively. |α| = t. We need to show that t = lcm (m, n).
lcm(m, n) = k ⇒ k = ms1 = ns2.
αk = (α1α2)k = [∴ disjoint cycles commute] α1kα2k = α1ms1α2ns2 = (α1m)s1(α2n)s2 = ee = e ⇒ |α| = t divides lcm(m, n).
Let αt = (α1α2)t = [∴ disjoint cycles commute] α1tα2t = e ⇒ α1t = α2-t. However, α1 and α2 are disjoint, they share no common symbol ⇒ α1t and α2-t share not common symbol either. If these two cycles are both equal and yet, they share no symbol, it follow that they are both the identity because every symbol that no appears in a permutation is fixed by it, so every symbol in α1t is fixed by α2t and vice-versa.
Therefore, both m and n must divide t ⇒ lcm(m, n) divides t, too. Then, t = lcm(m, n).
The general case is quite similar. α = α1α2…αr where α1, α2,… αr are disjoint cycles of lengths m1, m2,…. m2 respectively. |α| = t. We need to show that t = lcm (m1, m2,… mr).
lcm (m1, m2,… mr) = k ⇒ k = m1s1m2s2…mrsr
αk = (α1α2…αr)k = [∴ disjoint cycles commute] α1kα2k…αrk = α1m1s1α2m2s2…αrmrsr = (α1m1)s1(α2m2)s2…(αrmr)sr= ee…e = e ⇒ |α| = t divides lcm(m1, m2, … mr).
Let αt = (α1α2…αr)t = [∴ disjoint cycles commute] α1tα2t…αrt = e. For the same reasons of two disjoint cycles, α1t = α2t = … = αrt = e ⇒ m1, m2,… mr divide t ⇒ lcm(m1, m2, … mr) divides t.
Examples:
Definition. A transposition is a permutation which interchanges two elements and leaves everything else fixed. In other words, a transposition is a cycle of length 2.
Theorem. Every permutation is a product of transpositions. More formally, every permutation α ∈ Sn, n > 1 is a product of transpositions.
Proof.
Every permutation on a finite set can be written as a product of disjoint cycles, in the form, (a1a2…ak)(b1b2…bt)…(c1c2…cs).
However, every permutation is a product of cycles, e.g., (a1a2…an) = (a1an)(a1an-1)…(a1a2)
And therefore, (a1a2…ak)(b1b2…bt)…(c1c2…cs) = (a1ak)(a1ak-1)…(a1a2)(b1bt)(b1bt-1)…(b1b2)(c1cs)(c1cs-1)…(c1c2).
Examples:
Definition. A permutation that can be written or expressed as a product of an even number of transpositions or 2-cycles is called an even permutation. A permutation that can be written or expressed as a product of an odd number of transpositions or 2-cycles is called an odd permutation.
Lemma. The identity permutation is an even permutation. An even permutation can be obtained as the composition of an even and only and even number of transposition. More formally, If β1β2…βn = e where the β’s are transpositions, then n is even.
Proof.
n ≠ 1 because a transposition could never be the identity.
n = 2. Then, the lemma is true.
⇒ |α| = 5.⇒ |α| = 5.
Suppose n > 2, and we proceed by induction.
βn-1βn can be expressed in one of the following forms:
If we are in the first case, e = (ab)(ab) ⇒ β1β2…βn-2 = e. By induction hypothesis, n-2 is even ⇒ n is even.
In the other cases, we replace the form of βn-1βn on the right by its counterpart on the left. We obtain a product of n transpositions where the rightmost occurrence of a is in the second from the right transpose of the product. We repeat the process, and the rightmost occurrence of a is in the third from the right transpose of the product.
There are two options:
Theorem. A permutation cannot be written as a product of both an odd and an even number of transpositions.
Proof. Let α = β1β2…βr = ζ1ζ2…ζs
e = ζ1ζ2…ζsβr-1…β2-1β1-1 = ζ1ζ2…ζsβr…β2β1 [a transposition is its own inverse]. By the previous theorem, r+s is even ⇒ r and s are both even or both odd.
Theorem. The alternating group of degree n An is the subgroup of Sn consisting of the even permutations.
Proof.
Theorem. For n > 1, An has order n!/2.
Proof. Let An be the set of even permutations in Sn, and Bn be the set of odd permutations.
Let’s define a one-to-one function from An onto Bn, and therefore An and Bn has the same number of elements.
First, we define the function Φ: An → Bn, by Φ(α)=(12)α, α is even so it can be written or expressed as a product of an even number of transpositions, so (12)α ∈ Bn.
is Φ a one-to-one function? Φ(α) = Φ(β) ⇒ (12)α = (12)β ⇒ [Sn is a group, and by the Cancellation property] α = β.
If α ∈ Bn, (12)-1α = (12)α ∈ An ⇒ Φ((12)α) =(12)(12)α = α
Sn is split equally in both even and odd permutations, |Sn| = n! = 2|An| ⇒ |An| = n!/2.