[step:Set up the projection $\pi_1$ and verify it is a non-constant morphism]
Define the first projection
\begin{align*}
\pi_1 : \mathbb{P}^1_k \times \mathbb{P}^1_k &\to \mathbb{P}^1_k \\
(p, q) &\mapsto p.
\end{align*}
We verify two properties of $\pi_1$:
\textbf{$\pi_1$ is a morphism of projective varieties.} Under the [Segre embedding](/theorems/2147)
\begin{align*}
\Sigma_{1,1} : \mathbb{P}^1_k \times \mathbb{P}^1_k &\to \mathbb{P}^3_k \\
([x_0 : x_1], [y_0 : y_1]) &\mapsto [x_0 y_0 : x_0 y_1 : x_1 y_0 : x_1 y_1],
\end{align*}
the product $\mathbb{P}^1_k \times \mathbb{P}^1_k$ is identified with the Segre variety $S_{1,1} \subset \mathbb{P}^3_k$, a projective variety. The projection $\pi_1$ corresponds, on $S_{1,1}$, to "reading off the first column" of the $2 \times 2$ matrix of homogeneous coordinates: writing $Z_{ij} = x_i y_j$ for the four Segre coordinates of $S_{1,1}$, on the chart $\{Z_{00} \neq 0\} \cap S_{1,1}$ (where $y_0 \neq 0$),
\begin{align*}
\pi_1([Z_{00} : Z_{01} : Z_{10} : Z_{11}]) = [Z_{00} : Z_{10}] = [x_0 y_0 : x_1 y_0] = [x_0 : x_1],
\end{align*}
where the last equality is by cancelling the common scalar $y_0 \in k^\times$ in projective coordinates. On the other chart $\{Z_{01} \neq 0\} \cap S_{1,1}$ (where $y_1 \neq 0$),
\begin{align*}
\pi_1([Z]) = [Z_{01} : Z_{11}] = [x_0 y_1 : x_1 y_1] = [x_0 : x_1].
\end{align*}
The two chart formulas agree on overlap (both equal $[x_0 : x_1]$ on points where both $y_0, y_1 \neq 0$), and the charts $\{Z_{00} \neq 0\}, \{Z_{01} \neq 0\}$ cover $S_{1,1}$ (every point has at least one of $y_0, y_1$ non-zero). Hence $\pi_1$ is a well-defined morphism on $S_{1,1}$. The standard verification that $\pi_1$ is a morphism of projective varieties is detailed in the proof of [Products of Projective Varieties are Projective](/theorems/2147).
\textbf{$\pi_1$ is non-constant.} The image of $\pi_1$ is all of $\mathbb{P}^1_k$: for any $p \in \mathbb{P}^1_k$, picking any $q \in \mathbb{P}^1_k$ (e.g. $q = [1 : 0]$), we have $\pi_1((p, q)) = p$. Hence $\pi_1$ is surjective. In particular, $\pi_1$ takes at least two distinct values (since $|\mathbb{P}^1_k| \geq 2$ — for example $[0 : 1]$ and $[1 : 0]$ are distinct points), so $\pi_1$ is not constant.
[/step]