I'm trying to understand proof of Cayley's theorem from Fraleigh's "A First Course In Abstract Algebra" p.82. I have read this post, but there are still a few things that I don't understand.
Let $G$ be a group. We show that $G$ is isomorphic to a subgroup of $S_G$.
Define a one-to-one function $\phi: G \to S_G$ such that $\phi(xy)=\phi(x) \phi(y)$ for all $x,y \in G$. For $x \in G$, let $\lambda_x: G \to G$ be defined by $\lambda_x (g) = xg$ for all $g \in G$. The equation $\lambda_x (x^{-1} c) = x(x^{-1} c) = c$ for all $c \in G$ shows that $\lambda_x$ maps $G$ onto $G$. If $\lambda_x (a) = \lambda_x (b)$, then $xa=xb$ so $a=b$ by cancellation. Thus $\lambda_x$ is also one to one, and is a permutation of $G$. We now define $\phi: G \to S_G$ by defining $\phi(x) = \lambda_x$ for all $x \in G$.
To show that $\phi$ is one to one, suppose that $\phi(x) = \phi(y)$. Then $\lambda_x = \lambda_y$ as functions mapping $G$ into $G$. In particular $\lambda_x (e) = \lambda_y (e)$, so $xe=ye$ and $x=y$. Thus $\phi$ is one to one. It only remains to show that $\phi(xy) = \phi(x) \phi(y)$, that is, that $\phi_{xy} = \lambda_x \lambda_y$. Now for any $g \in G$, we have $\lambda_{xy} (g) = (xy)g$. Permutation multiplication is function composition, so $(\lambda_x \lambda_y)(g) = \lambda_x (\lambda_y (g)) = \lambda_x (yg) = x(yg)$. Thus by associativity, $\lambda_{xy} = \lambda_x \lambda_y$.
1). When we prove that $\phi$ is one to one why we only consider the case when argument of $\lambda_x$ is $e$? Why don't we consider all cases? Of course there is nothing special, for example: $\lambda_x (a) = \lambda_y (a)$, so $xa=ya$ and again $x=y$, but still...
2). Can someone prove that $\phi$ is onto? Before the theorem there is a lemma:
Let $G$ and $G'$ be groups and let $\phi : G \rightarrow G'$ be a one-to-one function such that $\phi(xy) = \phi(x) \phi(y)$ for all $x, y \in G$. Then $\phi[G]$ is a subgroup of $G'$ and $\phi$ provides an isomorphism of $G$ with $\phi[G]$.
This lemma is being used in proof, but I don't really understand it. Is there any way to prove the theorem without using this lemma? I think we only need to prove that $\phi$ is onto.