Understanding Permutations and the Symmetric Group S3
Introduction
Have you ever rearranged the letters in a word, shuffled a deck of cards, or mixed up your schedule? If so, you’ve worked with permutations — rearrangements of a set of objects. In this post, we'll explore permutations in a mathematical way using functions, and learn how to combine them using composition. Then, we’ll look at the symmetric group — the set of all possible ways to rearrange 3 things — and build its Cayley table, which shows how these rearrangements interact.
No worries if you’ve never heard of abstract algebra — we’ll break it all down!
📦 What Is a Permutation?
A permutation is a way of rearranging a set of objects. Suppose we have the set . One permutation might send:
- 1 to 2,
- 2 to 3,
- 3 to 1.
We write that as:
This is just a fancy way to show where each number goes — a kind of function that scrambles the set.
🔁 Composing Functions
Function composition means applying one function, then another. For example, if:
- Function sends 1 to 2,
- and function sends 2 to 3,
then the composition sends 1 to 3 (because 1 goes to 2 via , then 2 goes to 3 via ).
We'll use this idea to combine permutations.
🔢 The Elements of
The group has all the permutations of 3 elements. There are 6 in total:
| Label | Two-Line Notation | Cycle Notation |
|---|---|---|
| identity | ||
| (12) | ||
| (13) | ||
| (23) | ||
| (123) | ||
| (132) |
Each one is a unique way to reorder the numbers 1, 2, and 3.
🧠 How to Compose Two Permutations
Let’s say we want to compute . This means: first apply , then apply to the result.
Here are the steps:
- , then , so
- , then , so
- , then , so
Putting it together:
Nice!
🧮 Full Cayley Table of
This table shows the result of composing any two permutations from . Rows are the first function, columns are the second. You apply the one from the row, then the one from the column.
This shows every combination — all 36 possible compositions.
🔄 Comparing Notation
Let’s compare one element in both notations:
This tells us:
- 1 → 2
- 2 → 3
- 3 → 1
Cycle notation shows the movement in one loop: 1 to 2 to 3 to 1. It's shorter and more intuitive once you get used to it.
🎉 Conclusion
You just learned:
- What permutations are
- How to write and compose them
- The structure of the symmetric group
- How to compute every element of its Cayley table
- How to compare full notation and cycle notation
This is a first peek into group theory, a branch of abstract algebra with deep applications in math, science, and even art and cryptography.
💬 Want to Try It?
Try computing some entries from the table yourself. For example:
- What is ?
- Can you find an element that, when composed with , gives the identity?
Drop your answers or questions in the comments!
Comments
Post a Comment