User:IssaRice/Generators and relations of dihedral groups

From Machinelearning
Revision as of 06:06, 1 January 2020 by IssaRice (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

problem II.2.5 (p. 57) in Aluffi's Algebra: Chapter 0.

As suggested by the hint, take x to be a reflection through the center and some vertex, and y to be a counter-clockwise rotation of 2π/n. Doing the same reflection puts the n-gon back in place, so x2=e, and rotating n times also puts the n-gon back in place, so yn=e. Finally, doing the suggested hand trick suggests xyxy=(xy)2=e (here we start applying the operations on the left, so this is the opposite of the usual functional application notation). But written in this form, it's not so obvious that this all we need to determine the group. So it would be nice if we could convert (xy)2=e to an expression involving yx on one side (this allows us to flip x and y whenever they appear in the wrong order). Playing around, we get x(xyxy)yn1=x(e)yn1(x2)(yx)y1+n1=xyn1yx=xyn1

Now given xi1yi2xi3yi4, we can simplify the powers on x using x2=e and the powers on y using yn=e, so we can assume we've done that, and are left with a power of 0 or 1 on each x, and a power that's some integers in [0,n) on the y. splitting into cases based on i3:

  • i3=0 -- we have xi1yi2yi4, and this simplifies to xi1yi2+i4. now just use yn=e to simplify.
  • i30 -- we have xi1yi2xyi4. focus on yi2x. by an i2-times application of the relation yx=xyn1, we get xyi2(n1). for example, if i2=3, we would have y3x=y2(yx)=y2(xyn1)=y(yx)yn1=y(xyn1)yn1=(yx)y2(n1)=(xyn1)y2(n1)=xy3(n1). so in the end we get xi1yi2xyi4=xi1xyi2(n1)yi4. now simplify using the rules involving just x and y.

For a product involving more than four powers of x and y, just work on it four powers at a time. do the first four, which turns into just two powers by the algorithm above. then bring in the next two, and simplify using the same algorithm above. then the next two, and so on. if the final power has just x, we can always pretend y has exponent 0.

Why is it obvious that x and y generate the group? the vertices of the n-gon have to come in order (otherwise you are disfiguring the n-gon somehow), so there is a clockwise version and a counter-clockwise version to order the vertices, and a reflection can take us between them. then for each case, all we can do is decide where the first vertex lands -- once we do that, everything else has to count up (in either clockwise or counter-clockwise direction). there are n choices for the first vertex. so there are 2n total symmetries.