Fixed points of isometries of the upper half-plane #
In this file we show that the scalar multiplication by an element g : GL (Fin 2) ℝ
has the following set of fixed points, depending on g.
- if
gpreserves orientation (i.e., has positive determinant) and is an elliptic matrix, thenz ↦ g • zhas a unique fixed point; - if
gis a scalar matrix, then it acts by the identity map (proved upstream of this file); - if
gpreserves orientation, and is a parabolic or a hyperbolic matrix, then it has no fixed points; - if
greverses orientation and has zero trace, then it has a geodesic line of fixed points;- if
g 1 0 = 0, then this is the vertical linere z = g 0 1 / (2 * g 1 1); - otherwise, it's a half-circle with its center on the real axis;
- if
- if
greverses orientation and has nonzero trace, then it has no fixed points.
As a corollary of this classification, we conclude that PSL(2, ℝ) acts faithfully
on the upper half-plane.
If g is an orientation reversing matrix with trace zero and c ≠ 0,
then its action on the upper half plane has a half-circle of fixed points.
In the hyperbolic geometry, this half-circle is a line.
If c = 0, then this line is a vertical half-line in the usual geometry,
see gl_smul_eq_self_iff_re_eq.
If g is an orientation reversing matrix with trace zero and c ≠ 0,
then its action on the upper half plane has a half-circle of fixed points.
In the hyperbolic geometry, this half-circle is a line.
If g is an orientation-preserving map,
then the fixed points of its action on the upper half-plane
can be found from a quadratic equation.
If c ≠ 0, then this equation has a unique solution in the upper half-plane
given by UpperHalfPlane.fixedPt.
If c = 0, then the equation degenerates to a linear equation,
which has no solutions in the upper half-plane unless g is a scalar matrix.
See also Matrix.GeneralLinearGroup.fixpointPolynomial_aeval_eq_zero_iff
for a similar lemma about the action on the projective line,
encoded as OnePoint R, where R is the ring of coefficients.
If g is a non-scalar orientation perserving matrix with a fixed point in ℍ,
then it's an elliptic matrix.
The unique fixed point of an orientation-preserving elliptic matrix acting on ℍ.
Equations
Instances For
The action of an elliptic orientation preserving matrix on ℍ
has a unique fixed point given by fixedPt.
A matrix acts trivially on ℍ iff it belongs to the center of GL(2, ℝ),
i.e., it's a diagonal matrix.