Concrete groups (Draft)

https://arbital.com/p/6fq

by Daniel Satanove Oct 21 2016

Instead of thinking of a group as a set with operations satisfying axoims, we develop groups as symmetry groups of various objects


Lets talk about the symmetries of a square. Label the squares corners clockwise by 1, 2, 3, 4 (starting from the top left). Rotating the square by 90 can be represented by the function that sends

12

23

34

41.

That is, it can be represented by the permutation r:=(1234). Composing this with itself, we can get the rest of the rotations: r2=(13)(24) for rotating by 180, and r3=(4321) for rotating by 270.

We can also flip the square vertically: f:=(14)(23). Notice that flipping the square horizontally is the same as flipping it vertically, and then rotating it by 180: r^2\circ f = (13)(24)(14)(23)=(12)(34).

Represent the symmetries of flipping along the 1-3 diagonal, and flipping along the 2-4 diagonal in permutation notation, and as a composition of f and r where you flip first.

%%hidden(Show solution): Flipping along the 1-3 diagonal keeps 1 and 3 fixed and swaps 2 and 4, so it is equal to (24). It can be represented by rf=(1234)(14)(23). Similarly, flipping along the 2-4 diagonal is (13)=r3f. %%

Note that any symmetry has an inverse. Flipping twice in the same direction gives the trivial permutation, and rotating by 90 can be reversed by rotating by 270. That is, (24)(24)=() and (4321)(1234)=().

In total, we have eight symmetries. Rotations: r, r2, r3; flips f, rf, r2f, r3f; and the trivial symmetry e:=(). They are realized by permutations of the set with four elements. However, not all permutations of the set with four elements are symmetries of the square. The permutation (12) would twist the top of the square while leaving the bottom fixed.

Squares aren't special though. We could have done the same thing with a pentagon, or any regular polygon. We could have done the same thing with a dodecahedron to get a subset of permutations of a 20 element set. We could go to higher dimensional polytopes. We could do the same thing with a circle to get an infinite collection of symmetries, or with an infinite ladder where moving the whole ladder up by one rung is a symmetry.

Now instead of studying these collections of symmetries case by case, it would be good to have a general theory of symmetry. Analysis that might be repeated in the above cases could be merely special cases of a general theory. This is the spirit of abstract algebra.