question: If $m<n$, show that there is a $1$-$1$ mapping $F:S_m\rightarrow S_n$ such that $F(fg)=F(f)F(g)$ for all $f,g\in S_m$. Where $S_n$ stands for symmetric group of degree $n$
my approach:
First I was thinking how to construct the $F$. Because if I did this properly then the only work is left to show this is $1$-$1$ map.
So there are more elements in $S_n$ compare to $S_m$. I need to define $F$ in such a way that after covering all elements of $S_m$ I have to define it for other elements of $S_n$. Now here is my question arrive How to choose those elements and how to define $F$ when $S_m$ is covered?
You have the wrong approach to this question. You cannot guarantee with your construction that $F$ is a homomorphism. Here is the correct answer,
If $\sigma:\{1,...,m \} \rightarrow \{1,...,m \}$ is a bijection we define $F(\sigma):\{1,...,n\} \rightarrow \{1,...,n\}$ as follows
$$F(\sigma)(x) = x \ \text{ if } \ x > m$$ and
$$F(\sigma)(x) = \sigma(x) \ \text{ if } \ x \leq m$$
Intuitively $F \sigma$ just fixes the elements which are not in $\sigma$'s domain.
Try and prove that $F$ is a homomorphism.