Documentation

Atlas.Buildings.code.Building.OppositeChambers

structure OppositeChamberHyp {V : Type u_1} [DecidableEq V] (b : Building V) :

Hypothesis bundle for the opposite-chamber theorem: collects the ingredients about reversible foldings, distance equality between apartment and building, fold-decreasing distance, fold-preserved maximality, additive wall-separation distances, and the existence of galleries passing through a chosen chamber.

Instances For
    theorem wall_separates_opposite {V : Type u_1} [DecidableEq V] {b : Building V} (hyp : OppositeChamberHyp b) (A : SimplicialComplex V) (hA : A b.apartmentSystem.apartments) (C D : Finset V) (hC : C A.faces) (hD : D A.faces) (hCmax : A.IsMaximal C) (hDmax : A.IsMaximal D) (hopp : AreOpposite b.toSimplicialComplex C D) (cc : ChamberComplex V) (hcc : cc.toSimplicialComplex = A) (f : cc.Folding) :

    For opposite chambers $C, D$ in a spherical apartment, every folding $f$ separates $C$ from $D$ (i.e. exactly one of them lies on the fixed side).