FenchelNielsenZomorrodian.Discrete.Core.EllipticCompact

3 Theorem | 1 Definition

This module studies elliptic compact for fenchel nielsen zomorrodian. An elliptic element of a compact Fuchsian signature is one of the specified elliptic generators. In the Fuchsian presented group, each elliptic element raised to its specified period is the identity.

import
Imported by

Declarations

def ellipticElement (σ : FuchsianSignature) (i : Fin σ.numPeriods) :
    FuchsianPresentedGroup σ :=
  PresentedGroup.of (rels := relators σ) (FuchsianGenerator.elliptic i)

An elliptic element of a compact Fuchsian signature is one of the specified elliptic generators.

@[simp] theorem ellipticElement_pow_period_eq_one
    (σ : FuchsianSignature) (i : Fin σ.numPeriods) :
    ellipticElement σ i ^ σ.periods i = 1

In the Fuchsian presented group, each elliptic element raised to its specified period is the identity.

Show proof
theorem ellipticElement_pow_eq_one_of_period_dvd
    (σ : FuchsianSignature) (i : Fin σ.numPeriods) {n : ℕ}
    (hdiv : σ.periods i ∣ n) :
    ellipticElement σ i ^ n = 1

If the elliptic period divides the exponent, the corresponding positive power is the identity.

Show proof
theorem ellipticElement_zpow_eq_one_of_period_int_dvd
    (σ : FuchsianSignature) (i : Fin σ.numPeriods) {n : ℤ}
    (hdiv : (σ.periods i : ℤ) ∣ n) :
    ellipticElement σ i ^ n = 1

If the elliptic period divides the integer exponent, the corresponding integer power is the identity.

Show proof