Groups of order 21 (Need help understanding an inference)

  • Context: Graduate 
  • Thread starter Thread starter Samuelb88
  • Start date Start date
  • Tags Tags
    Groups
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Samuelb88
Messages
160
Reaction score
0
Sylow's theorem tells us that there is one 7-Sylow subgroup and either one of seven 3-Sylow subgroups. Call these subgroups H and K respectively. Sylow's theorem also tells that H is normal in G.

I'm not going to write it all out as I don't think it's necessary but in the case when we have seven 3-Sylow subgroups, we conclude that the generators [itex]x[/itex] (of order 7) and [itex]y[/itex] (of order 3) generate the entire group G. Since H is normal, we have know that [itex]yxy^{-1} = x^k[/itex], for some [itex]k[/itex], [itex]0 \leq k \leq 6[/itex]. [itex]k[/itex] cannot equal 0 and 1 because that would imply [itex]x = e[/itex] in the first case and G is abelian in the second case, contrary to assumption in both cases.

Here's where I get lost:

Since [itex]y[/itex] has order 3, and [itex]y^3 x y^{-3} = x^{k^3}[/itex] ...

How did he infer that [itex]y^3 x y^{-3} = x^{k^3}[/itex] from what was given?
 
Physics news on Phys.org
Well, first notice that for every n, it holds that

[tex](yxy^{-1})^n=yx^ny^{-1}[/tex]

thus

[tex] \begin{eqnarray*}<br /> x^{k^3}<br /> & = & ((x^k)^k)^k\\<br /> & = & ((yxy^{-1})^k)^k\\<br /> & = & y(x^k)^ky^{-1}\\<br /> & = & y(yxy^{-1})^k y^{-1}\\<br /> & = & y^2x^ky^{-2}\\<br /> & = & y^3 x y^{-3}<br /> \end{eqnarray*}[/tex]

Does that help??
 
Oh doh! I forgot about that property. So to answer your question, yes it does help! Thank you very much!