[guided]The orthogonality condition says that the two symbols
\begin{align*}
L_a(x,y) \quad \text{and} \quad L_b(x,y)
\end{align*}
together identify the cell $(x,y)$ uniquely. We encode this by the map $\Phi_{a,b}: F \times F \to F \times F$ defined by
\begin{align*}
\Phi_{a,b}(x,y) = (L_a(x,y), L_b(x,y)).
\end{align*}
To prove uniqueness of the cell, suppose two cells $(x,y),(x',y') \in F \times F$ produce the same ordered pair:
\begin{align*}
\Phi_{a,b}(x,y) = \Phi_{a,b}(x',y').
\end{align*}
By the definition of equality in the Cartesian product $F \times F$, the first coordinates are equal and the second coordinates are equal. Therefore both identities $ax + y = ax' + y'$ and $bx + y = bx' + y'$ hold.
The point of using two distinct parameters $a$ and $b$ is that subtracting these equations eliminates the common term involving $y-y'$. First rewrite both equations by moving all terms to the left: $a(x-x') + (y-y') = 0$ and $b(x-x') + (y-y') = 0$.
Now subtract the second equation from the first. The terms $y-y'$ cancel, giving
\begin{align*}
(a-b)(x-x') = 0.
\end{align*}
Because $a$ and $b$ are distinct elements of the field $F$, the difference $a-b$ is nonzero, so $a-b \in F^\times$. A nonzero field element has a multiplicative inverse, hence multiplication by $a-b$ is cancellative. It follows that
\begin{align*}
x-x' = 0,
\end{align*}
so $x=x'$.
Finally substitute $x=x'$ into the first coordinate equality:
\begin{align*}
ax + y = ax' + y'.
\end{align*}
Since $x=x'$, the terms $ax$ and $ax'$ are equal, and additive cancellation gives $y=y'$. Therefore $(x,y)=(x',y')$. This proves that $\Phi_{a,b}$ is injective.[/guided]