I was calculating the Sylow 2-Subgroups of Mathieu group M(12) through GAP. I am facing a problem, some of the Sylow 2-Subgroups are represented as C_8:(C_2×C_2) with colon(" : "). I don't know about the meaning of this. If we see the group order it is 32 of this group. In the same way every Sylow 2-Subgroups of this representation is having order of multiples like this 8x2x2=32.
Asked
Active
Viewed 193 times
0
1 Answers
1
It means a semidirect product. In general, we can write $G = N:Q$ for $G = N\rtimes Q$, (or $G=Q\ltimes N$) for a semidirect product, where $N$ is normal in $G$.
Shaun
- 47,747
-
Is the normal group always written first in the colon notation? – Dietrich Burde Jan 18 '23 at 17:55
-
-
1
:means semidirect products. That's assuming you're using some kind of structured description function in GAP. Note that something that would make it easier to answer your question is if you give the actual code you're inputting into GAP, a so-called "minimal working example" so that others can see exactly what you're seeing. – Kyle Miller Jan 18 '23 at 17:22