FenchelNielsenZomorrodian.Discrete.FiniteIndex.SmoothQuotientData

1 Theorem | 1 Abbreviation

This module sets up the finite-stage and inverse-limit description of the construction. It records the stage maps, projections, and comparison lemmas used to pass back to the completed object.

import
Imported by

Declarations

abbrev FiniteSolvableSmoothQuotientData
    (σ : FuchsianSignature) (m : ℕ) :=
  SmoothQuotientData
    (FuchsianPresentedGroup σ)
    (Fin σ.numPeriods)
    σ.periods
    (ellipticElement σ)
    m

The finite solvable smooth quotient data package records the quotient map and its derived-length control.

theorem sourceSubgroup_exists_classical
    {σ : FuchsianSignature} {m : ℕ}
    (D : FiniteSolvableSmoothQuotientData σ m) :
    ∃ L : Subgroup (FuchsianPresentedGroup σ),
      L.FiniteIndex ∧ IsTorsionFreeGroup L ∧
        SubgroupQuotientHasDerivedLengthAtMost L m

The finite smooth quotient kernel gives the finite-index torsion-free subgroup consumed by the compact proof route. The only nonlocal input is the approved finite-subgroup torsion frontier.

Show proof