[step:Show that all lines contain the same number of points]We first prove that intersecting lines have the same number of points. Let $a,b \in L$ be distinct lines with $P_a \cap P_b\neq \varnothing$, and let $o \in P_a\cap P_b$ be their unique common point. Choose $u \in P_a\setminus\{o\}$ and $v \in P_b\setminus\{o\}$, which exist because every line contains at least two points. Let $s \in L$ be the unique line through $u$ and $v$. The line $s$ is distinct from $a$ and $b$.
Let $r \in L$ be the unique line through $o$ parallel to $s$. Since $s$ meets $a$ at $u$ and meets $b$ at $v$, the line $s$ is not parallel to either $a$ or $b$. Hence $r$ is distinct from both $a$ and $b$. Choose $p \in P_r\setminus\{o\}$, which exists because every line contains at least two points. If $p\in P_a$, then the two distinct points $o$ and $p$ would determine both $a$ and $r$, forcing $a=r$, a contradiction. Similarly $p\notin P_b$. Thus $p\notin P_a\cup P_b$.
Let $r_b\in L$ be the unique line through $p$ parallel to $b$. The line $r_b$ cannot be parallel to $a$: if it were, then $a$ and $b$ would be two distinct lines through $o$ parallel to $r_b$, contradicting the affine parallel axiom applied at $o$ to $r_b$. Since $r_b$ is not parallel to $a$, it meets $a$; let $a_b\in P_a$ denote the unique point in $P_a\cap P_{r_b}$. Likewise, let $r_a\in L$ be the unique line through $p$ parallel to $a$. The same argument with $a$ and $b$ interchanged shows that $r_a$ is not parallel to $b$, so it meets $b$; let $b_a\in P_b$ denote the unique point in $P_b\cap P_{r_a}$. Define
\begin{align*}
A_0&:=P_a\setminus\{a_b\}, & B_0&:=P_b\setminus\{b_a\}.
\end{align*}
For each $x\in A_0$, let $\pi(x)$ be the unique point where the line through $p$ and $x$ meets $b$. This defines a map $\pi:A_0\to B_0$. The line through $p$ and $x$ is not parallel to $b$ by the exclusion of $a_b$, so it meets $b$; it cannot meet $b$ in $b_a$, because the line through $p$ and $b_a$ is parallel to $a$ and hence disjoint from $a$. If $\pi(x)=\pi(x')$, then the two points $p$ and $\pi(x)$ determine a unique line, so the lines through $p,x$ and through $p,x'$ coincide; intersecting this line with $a$ gives $x=x'$. Conversely, if $y\in B_0$, the line through $p$ and $y$ is not parallel to $a$, so it meets $a$ in a point $x\in A_0$, and then $\pi(x)=y$. Hence $\pi$ is bijective, so $|P_a|-1=|P_b|-1$ and $|P_a|=|P_b|$.
If two lines $a,b\in L$ are parallel, choose $u\in P_a$ and $v\in P_b$. The unique line $t$ through $u$ and $v$ meets both $a$ and $b$. By the intersecting-line case, $|P_a|=|P_t|=|P_b|$. Therefore any two lines have the same number of points. Since $n:=|P_\ell|$, every line contains exactly $n$ points.[/step]