[Math] Visual Group Theory’s Intuitive Proof – Cayley’s Theorem – Nathan Carter pp. 85, Theorem 5.1

group-theoryintuitionproof-verificationvisualization

Theorem 5.1. Cayley's Theorem: Every group is isomorphic to a collection of permutations.

enter image description here

Figure 5.31. A multiplication table for the group $V_4$, with nodes numbered 1 through 4 to facilitate analyzing how the arrows permute the elements. The permutation for each arrow color is shown on the right. Figure 5.32. A multiplication table made up of the permutations created in Figure 5.31. Each cell highlights the destination to which the permutation sends 1, using the corresponding color from Figure 5.31, emphasizing what the colors of the arrows already showed: The two tables contain the same pattern.

This proof can be summarized as two steps: Create a permutation for each column in
a group’s multiplication table, and then inspect how those permutations treat the group’s
identity element. Figure 5.32 illustrates these two steps. It shows a multiplication table
comprised of the permutations from Figure 5.31, and each cell of the table highlights the
result of applying the permutation to the identity element 1. The correspondence between
Figures 5.31 and 5.32 is clear: If I remove all but the highlighted elements from Figure
5.32, all that remains is the multiplication table from Figure 5.31.

This proof is more casual but I want to understand this before Fraleigh. The aim is to prove a multiplication table made out of the permutations of any group behaves the same as the mutliplication table of any group. viz. $p_i \cdot p_j = p_k \iff i \cdot j = k.$ For some reason, I understand figures 5.31 and 5.32 but I'm still unconvinced.

(1.) I think I understand the first three paragraphs. I'm confounded by the last two. Why does the proof only "consider how the permutations treat the identity element from the original group"? What about the other elements mapped by the permutations?

(2.) The proof says applying to $p_k$ to $1$ means multiplying $1$ by $k$. Is this because the permutation for column $k$ maps $1$ to $k$? I can see this is true for $V_4$ in Figure 5.32. $V_4$ was defined to have this property. However, how's it true in general? We don't know what the permutation $p_k$ is?

(3.) Same question as (2.) for $p_i \cdot p_j$.

(4.) I don't fully know why I'm unsettled hence what other things am I missing?

Best Answer

I think the main issue is your point (2). Applying $p_k$ to $1$ does give the same result as multiplying $1$ by $k$ in the original group (note 'multiplying' here refers to the group operation). But this isn't an incidental fact about the group you happen to use, this is necessarily true from the way the permutation $p_k$ is constructed from the group's multiplication table. You form $p_k$ by reading down column $k$ of the table, so by definition it sends 1 to whatever number is in row 1 of column $k$. But this is just another way of saying $1\cdot k$.

The proof then shows that applying $p_i\cdot p_j$ to 1 gives $(i\cdot j)$ by the same token -- $p_i$ by definition sends $1$ to $j$ and $p_j$ by definition sends $i$ to $(i\cdot j)$. So $p_i\cdot p_j$ sends $1$ to $i\cdot j$, but we already know $p_i\cdot p_j$ is equal to $p_k$ so they must both send $1$ to the same thing, ie., $i\cdot j$ must in fact be $k$, which is what was required. We look at the effects on $1$ rather than any other element just because it's easier.

This seems to me to be glossing over the question of whether the permutations can be put into a closed multiplication table at all, ie, why does multiplying $p_i$ by $p_j$ as permutations necessarily give a permutation corresponding to another column of the multiplication table at all, but there you go.

Related Question