FenchelNielsenZomorrodian.Discrete.CompactFuchsian.Quotients

1 Theorem | 1 Definition

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

noncomputable def finiteSolvableSmoothQuotientData_one_of_lcmCondition
    (σ : FuchsianSignature)
    (hLCM : LCMCondition σ.toFenchelSignature) :
    FiniteSolvableSmoothQuotientData σ 1 where
  Q := Multiplicative (PeriodAbelianization σ)
  finite := by
    letI : Finite (PeriodAbelianization σ) := periodAbelianization_finite σ
    infer_instance
  φ := ellipticAbelianizationHom σ
  derived_length := by
    exact derivedSeries_one_eq_bot_of_commGroup
      (Multiplicative (PeriodAbelianization σ))
  elliptic_exact := by
    intro i
    simpa [ellipticAbelianizationHom_elliptic] using
      periodClass_orderOf_eq_period σ hLCM i

The lcm condition produces finite solvable smooth quotient data in the one-period case.

theorem sourceSubgroup_exists_of_lcmCondition
    (σ : FuchsianSignature) {m : ℕ} (hm : 1 ≤ m)
    (hLCM : LCMCondition σ.toFenchelSignature) :
    ∃ L : Subgroup (FuchsianPresentedGroup σ),
      L.FiniteIndex ∧ IsTorsionFreeGroup L ∧
        SubgroupQuotientHasDerivedLengthAtMost L m

The compact Fuchsian quotient contains the required source subgroup under the LCM condition.

Show proof