FenchelNielsenZomorrodian.Discrete.Torsion.CompactFiniteOrder

2 Theorem

This module develops the rewriting and basis constructions behind the subgroup calculations. It tracks words and relations through the chosen transversal to obtain the required presentation or basis statements.

import
Imported by

Declarations

theorem finiteOrder_isConj_elliptic_zpow_of_ne_one
    (σ : FuchsianSignature) (g : FuchsianPresentedGroup σ)
    (hg : IsOfFinOrder g) (hgne : g ≠ 1) :
    ∃ i : Fin σ.numPeriods, ∃ n : ℤ,
      IsConj g (ellipticElement σ i ^ n)

Every nontrivial finite-order element is conjugate to a power of an elliptic generator.

Show proof
theorem finiteOrder_eq_one_or_isConj_elliptic_zpow
    (σ : FuchsianSignature) (g : FuchsianPresentedGroup σ)
    (hg : IsOfFinOrder g) :
    g = 1 ∨ ∃ i : Fin σ.numPeriods, ∃ n : ℤ,
      IsConj g (ellipticElement σ i ^ n)

A finite-order element in the compact Fuchsian presentation is either trivial or conjugate to a power of an elliptic generator.

Show proof