[guided]The goal of this step is to produce, for each integer $n$, a concrete loop $u_n$ in $S^1$ whose lift ends at $n$, and to show this loop represents the *unique* homotopy class in $\ell^{-1}(n)$.
**Construction.** The simplest path in $\mathbb{R}$ from $0$ to $n$ is the linear one. Define
\begin{align*}
\tilde{u}_n: I \to \mathbb{R}, \qquad t \mapsto nt.
\end{align*}
Push down via $p$:
\begin{align*}
u_n := p \circ \tilde{u}_n: I \to S^1, \qquad t \mapsto e^{2\pi i n t}.
\end{align*}
Since $\tilde{u}_n(0) = 0$, $\tilde{u}_n(1) = n$, and $p(\mathbb{Z}) = \{1\}$, we have $u_n(0) = u_n(1) = 1$, so $u_n$ is a loop at $1$. By [Uniqueness of Lifts](/theorems/1885), $\tilde{u}_n$ is *the* unique lift of $u_n$ starting at $0$, and $\ell([u_n]) = \tilde{u}_n(1) = n$.
**Canonicality.** Suppose $[\gamma] \in \pi_1(S^1, 1)$ is any class with $\ell([\gamma]) = n$, i.e. whose lift $\tilde{\gamma}$ from $0$ ends at $n$. We must show $[\gamma] = [u_n]$.
Both $\tilde{\gamma}$ and $\tilde{u}_n$ are paths in $\mathbb{R}$ from $0$ to $n$. The space $\mathbb{R}$ is convex, so any two paths with the same endpoints are homotopic rel endpoints via the straight-line homotopy
\begin{align*}
\tilde{H}(t, s) := (1 - s)\tilde{\gamma}(t) + s \tilde{u}_n(t).
\end{align*}
Check the boundary conditions: $\tilde{H}(t, 0) = \tilde{\gamma}(t)$, $\tilde{H}(t, 1) = \tilde{u}_n(t)$, $\tilde{H}(0, s) = (1-s)\cdot 0 + s \cdot 0 = 0$, and $\tilde{H}(1, s) = (1-s) n + s n = n$. Continuity is immediate from the formula.
Now project the homotopy down via the covering map:
\begin{align*}
H: I \times I \to S^1, \qquad H(t, s) := p(\tilde{H}(t, s)) = e^{2\pi i \tilde{H}(t, s)}.
\end{align*}
Continuity of $H$ follows from continuity of $p$ and $\tilde{H}$. The boundary conditions become $H(t, 0) = p(\tilde{\gamma}(t)) = \gamma(t)$, $H(t, 1) = p(\tilde{u}_n(t)) = u_n(t)$, and $H(0, s) = p(0) = 1 = H(1, s)$ for all $s$. So $H$ is a path homotopy from $\gamma$ to $u_n$ rel endpoints, giving $[\gamma] = [u_n]$ in $\pi_1(S^1, 1)$.
*Why does this matter?* It means we can compute $\ell$ on the canonical representatives $[u_n]$ and extend to all of $\pi_1(S^1, 1)$ by homotopy invariance. This is exactly what the next step does.[/guided]