Now, I am learning a proof that a homotopy equivalence induces an isomorphism. However, since I am a beginner in algebraic topology, I cannot fully understand the proof.
Suppose $\varphi:X\to Y$ is a homotopy equivalence. To prove $\varphi_\ast:\pi_1(X,x_0)\to\pi_1(Y,\varphi(x_0))$ is an isomorphism for every $x_0\in X$, consider the following diagram:
$$\pi_1 (X, x_0) \xrightarrow{\varphi_\ast} \pi_1 (Y, \varphi(x_0)) \xrightarrow{\psi_\ast} \pi_1 (X, \psi(\varphi(x_0))) \xrightarrow{\varphi_\ast} \pi_1 (X, \varphi(\psi(\varphi(x_0))))$$
where $\varphi\circ\psi\sim 1_Y$ and $\psi\circ\varphi\sim 1_X$.
Then there are three steps:
1) It follows that $(\varphi\circ\psi)_\ast$ is an isomorphism. Hence, $\varphi_\ast$ is surjective.
2) It follows that $(\psi\circ\varphi)_\ast$ is an isomorphism. Hence, $\varphi_\ast$ is injective.
3) Conclude that $\varphi_\ast$ is an isomorphism.
My Question is:
In 1), we actually prove that $\varphi_\ast:\pi_1 (X, x_0)\to\pi_1(Y,\varphi(x_0))$ is surjective.
In 2), we actually prove that $\varphi_\ast:\pi_1(X,\psi(\varphi(x_0)))\to \pi_1 (X, \varphi(\psi(\varphi(x_0))))$ is injective.
They are not the same function, although both are denoted by $\varphi_\ast$. So how to prove $\varphi_\ast:\pi_1(X,x_0)\to\pi_1(Y,\varphi(x_0))$ is injective?
Perhaps this question is really silly. I must miss something. Could anyone point it out? Thanks!