Mathlib Map

Theorems · Theorem · number theory

UpperHalfPlane.gl_smul_eq_self_iff_dist_eq

∀ {g : GL (Fin 2) ℝ} {z : UpperHalfPlane},
  (↑g).det < 0 →
    (↑g).trace = 0 → ↑g 1 0 ≠ 0 → (g • z = z ↔ dist (↑z) (-↑(↑g 1 1) / ↑(↑g 1 0)) = √(-(↑g).det) / |↑g 1 0|)

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.

Defined in
Mathlib.Analysis.Complex.UpperHalfPlane.FixedPoints
Cited by
1 results in Mathlib
Foundations
Depth 175 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites25

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.