Number of Homomorphisms from $D_5 \rightarrow S_3$

161 Views Asked by At

I worked this exercise and found 86. My reasoning was as follows:

The rotations in $D_5$ are all of order 5 and thus can only go to the identity in $S_3$. The reflections are of order 2, so they can go to the transpositions $(1 \ 2), (1\ 3)$ and $(2\ 3)$ or the identity. So depending on how many reflections we send to the transpositions, let's say $n$, we get the following.

\begin{eqnarray} n=0 &\rightarrow& 1 \\ n=1 &\rightarrow& 5 \\ n=2 &\rightarrow& 5*4 \\ n=3 &\rightarrow& 5*4*3 \end{eqnarray}

So the total would be 86. Can someone confirm or explain why this would be wrong?

I didn't consider that you could send 2 reflections to the same transposition, so there are 4 choices for each reflection (id or one of the transpositions). So there would be $4^5 = 1024$ homomorphisms.

2

There are 2 best solutions below

0
On BEST ANSWER

Recall that we can write

$$ D_5=\{ e, r, \dots, r^4, s, rs, \cdots, r^4s \} $$

where $r$ ($r^5=e$) is the rotation and $s$ ($s^2=e$) is a reflection. Let now

$$ \phi: D_5 \rightarrow S_3 $$

be a homomorphism of groups. We have

$$ \phi(r^n s^m)= \phi(r)^n \phi(s)^m. $$

Thus, $\phi$ is uniquely defined by $\phi(r)$ and $\phi(s)$. As we have

$$ id=\phi(e)=\phi(r^5)=\phi(r)^5 $$

and every element in $S_3\setminus \{id\}$ has order $2$ or $3$, we get that

$$ \phi(r)=id. $$

Hence, $\phi$ is uniquely determined by $\phi(s)$. Again we have

$$ id= \phi(e)= \phi(s^2)=\phi(s)^2. $$

Hence, $\phi(s)\in \{ id, (12), (13), (23)\}$ and therefore, there are exactly 4 group homomorphisms

$$ \phi : D_5 \rightarrow S_3. $$

Added: Actually one would need to check that all those choices really define a group homomorphism. The first option would be to check it by hand. Another way would be to use more abstract theory. For this one notes that we have the following representation of $D_5$

$$ D_5 \cong \langle r,s \vert srsr=e \rangle.$$

Therefore, $\phi: D_5 \rightarrow G$ ($G$ any group) defined by $\phi(r)=g_1, \phi(s)=g_2$ ($g_1, g_2\in G$) is a group homomorphism iff

$$ g_1 g_2 g_1 g_2 = e_G. $$

This holds for our cases, hence, there are really 4 group homomorphisms.

0
On

What I do, is look at the generators of your first group. We know that $D_5$ is generated by $\sigma$ and $\rho$ with orders 2 and 5 respectively. Any homomorphism $f$ between these two groups needs to adhere to the following rules: $$ f(\sigma^2) = f(1) = e $$ But we know that $f(\sigma^2) = f(\sigma)^2 = e$. So $f(\sigma)$ is an element of $S_3$ that is the identity if we take the second power. The candidates for this $f(\sigma)$ are elements with an order that divides 2, that is with order 2 or 1. There are 4 elements in $S_3$ with an order that is either 2 or 1. (identity and the three transpositions).

However, we also need to look at the other generator, $\rho$. $$ f(\rho^5) = f(1) = e $$ Thus $f(\rho)^5 = e$ and $f(\rho)$ are the elements of $S_3$ with an order that divides 5. The only candidate for this is the identity. So there is just one candidate.

Now, we can choose 4 options for $f(\sigma)$ and 1 for $f(\rho)$, so there are just 4 homomorphisms from $D_5$ to $S_3$.