There is a $2$ step task.
Given the symmetric $S_5$ group. Find all $S_5$ Sylow subgroups.
For each subgroup found check whether the subgroup is normal or not.
For the first step I have found using the Sylow theorem that these subgroups are:
- $D_8$ dihedral group for which $p=2$ and $s=15$
- $Z_3$ cyclic group for which $p=3$ and $s=10$
- $Z_5$ cyclic group for which $p=5$ and $s=6$
However, I have no idea how to correctly check whether these subgroups are normal or not. I could do that "by hand" or automated using python but definitely that's not the case. Doing that by hand is too complicated since $\vert{S_5}\vert=120$ and calculating all the left and right cosets is overcomplicated. There definitely should be a way. Thank you in advance!
First of all, Sylow theorems say that all Sylow $p$-subgroups are conjugate in $G$, so as soon as you discover that the number $s_p$ of Sylow $p$-subgroups is greater than 1, you know they are not normal.
Another way to see that none of these are normal is to note that $A_5$ is a simple group. In particular, if $N\lhd S_5$ is normal, then $N\cap A_5$ is normal in $A_5$. If follows that $N\cap A_5=A_5$ or $N\cap A_5=\{1\}$. In the former case, you may conclude that $N$ is either $A_5$ or $S_5$. In the latter case, use the fact that $NA_5=S_5$ (since it properly contains $A_5$) and $$5!=|NA_5|=\frac{|N||A_5|}{|N\cap A_5|}=\frac{5!}{2}|N|$$ to conclude that $|N|=2$ (no such $N$ exists, but never mind). In any case, none of the Sylow subgroups are normal.