The copy below is from this book:
- Sophus Lie, Vorlesungen über Differentialgleichungen
mit bekannten Infinitesimalen Transformationen, bearbeitet und
herausgegeben von Dr. Georg Wilhelm Scheffers,
Leipzig (1891). Availability: Amazon , bol.com, online at GDZ.
If you don't understand German, let the formulas speak and forget the rest.
The text says that the above transformation $\;(x,y) \to (x_1,y_1)\;$ is the most general that transforms a straight line into a straight line, both in the Euclidian plane. Despite of trying to understand the content of this page for about a week, I have not a clue what the purported proof is all about.
Can somebody please clarify things a bit? My knowledge about projective geometry is minimal.
What the author is essentially saying is this: solve the $x_1=...$ and $y_1=...$ for $x$ to get $$ \big((d+e\kappa)x_1-a-b\kappa\big) x + (em+g)x_1-bm-c = 0$$ and $$ \big((d+e\kappa)y_1-h-k\kappa\big) x + (em+g)y_1-km-l = 0 $$ This can be written in matrix form $$ \begin{bmatrix} (d+e\kappa)x_1-a-b\kappa & (em+g)x_1-bm-c \\ (d+e\kappa)y_1-h-k\kappa & (em+g)y_1-km-l \end{bmatrix} \begin{bmatrix} x \\ 1 \end{bmatrix} = \begin{bmatrix}0\\0\end{bmatrix}$$ Since the vector $(x,1)$ is nonzero, regardless of $x$, that means the matrix must have zero determinant. That's what the last equation in the text says. The author argues that the $x_1y_1$ terms cancel and that only $...x_1+...y_1+...=0$ is left. That's the equation for a line.