Documentation

Atlas.Buildings.code.Building.CombinatorialGeometry.RetractionHalfApartments

Configuration of data needed for the half-apartment retraction analysis: two adjacent chambers $C, C'$, a third chamber $D$, an apartment $A$ containing $C, C'$, two retractions $\rho, \rho'$ onto $A$ centered at $C, C'$, the two half-apartments $H, H'$ on either side of the wall, plus the wall reflection $s$.

Instances For
    theorem CombinatorialGeometry.retraction_case_further {V : Type u_1} [DecidableEq V] (b : Building V) (cfg : RetractionHalfApartmentConfig b) (hfurther : galleryDist b.toSimplicialComplex cfg.C' cfg.D > galleryDist b.toSimplicialComplex cfg.C cfg.D) :
    cfg.ρ cfg.D = cfg.ρ' cfg.D cfg.ρ cfg.D cfg.H

    Case "further": if $d(C', D) > d(C, D)$, then $\rho D = \rho' D$ and this common image lies in the near half-apartment $H$.

    theorem CombinatorialGeometry.retraction_case_closer {V : Type u_1} [DecidableEq V] (b : Building V) (cfg : RetractionHalfApartmentConfig b) (hcloser : galleryDist b.toSimplicialComplex cfg.C' cfg.D < galleryDist b.toSimplicialComplex cfg.C cfg.D) :
    cfg.ρ cfg.D = cfg.ρ' cfg.D cfg.ρ cfg.D cfg.H'

    Case "closer": if $d(C', D) < d(C, D)$, then $\rho D = \rho' D$ and this common image lies in the far half-apartment $H'$.

    theorem CombinatorialGeometry.retraction_case_equal {V : Type u_1} [DecidableEq V] (b : Building V) (cfg : RetractionHalfApartmentConfig b) (hequal : galleryDist b.toSimplicialComplex cfg.C' cfg.D = galleryDist b.toSimplicialComplex cfg.C cfg.D) :
    cfg.ρ cfg.D cfg.H' cfg.ρ' cfg.D cfg.H cfg.s_reflection (cfg.ρ cfg.D) = cfg.ρ' cfg.D

    Case "equal": if $d(C', D) = d(C, D)$, then $\rho D \in H'$, $\rho' D \in H$, and the wall reflection $s$ swaps them: $s(\rho D) = \rho' D$.