Documentation

Atlas.Buildings.code.Building.LinkCoxeterHelper

theorem coxeter_labeling_implies_thin {V : Type u_1} [DecidableEq V] (A : SimplicialComplex V) (B_idx : Type) (M : CoxeterMatrix B_idx) (cc : ChamberComplex V) (hcc_eq : cc.toSimplicialComplex = A) (φ : Finset VM.Group) (hinj : ∀ (C : Finset V), A.IsMaximal C∀ (D : Finset V), A.IsMaximal Dφ C = φ DC = D) (hsurj : ∀ (w : M.Group), ∃ (C : Finset V), A.IsMaximal C φ C = w) (hadj : ∀ (C C' : Finset V), A.Adjacent C C'CoxeterComplex.ChamberAdjacent M (φ C) (φ C')) :

A chamber complex equipped with a Coxeter labelling (injective, surjective, and adjacency-preserving) is thin: each codimension-one face is contained in exactly two chambers.

theorem linkComplex_maximal_of_union_maximal_local {V : Type u_1} [DecidableEq V] {K : SimplicialComplex V} {σ : Finset V} ( : σ K.faces) {τ : Finset V} (hτ_link : τ (K.linkComplex σ ).faces) (hστ_max : K.IsMaximal (σ τ)) :
(K.linkComplex σ ).IsMaximal τ

Local version of linkComplex_maximal_of_union_maximal: if $\sigma \cup \tau$ is a maximal face of $K$ and $\tau$ lies in $\mathrm{lk}_K(\sigma)$, then $\tau$ is maximal in the link.

theorem parabolic_coset_labeling_full {V : Type u_1} [DecidableEq V] (A : SimplicialComplex V) (B_idx : Type) (M : CoxeterMatrix B_idx) (cc : ChamberComplex V) (hcc_eq : cc.toSimplicialComplex = A) (φ : Finset VM.Group) (hinj : ∀ (C : Finset V), A.IsMaximal C∀ (D : Finset V), A.IsMaximal Dφ C = φ DC = D) (hsurj : ∀ (w : M.Group), ∃ (C : Finset V), A.IsMaximal C φ C = w) (hadj : ∀ (C C' : Finset V), A.Adjacent C C'CoxeterComplex.ChamberAdjacent M (φ C) (φ C')) (σ : Finset V) ( : σ A.faces) (hσ_proper : ∃ (C : Finset V), A.IsMaximal C σ C) :
∃ (B_idx' : Type) (M' : CoxeterMatrix B_idx') (φ' : Finset VM'.Group), (∀ (C : Finset V), (A.linkComplex σ ).IsMaximal C∀ (D : Finset V), (A.linkComplex σ ).IsMaximal Dφ' C = φ' DC = D) (∀ (w : M'.Group), ∃ (C : Finset V), (A.linkComplex σ ).IsMaximal C φ' C = w) ∀ (C C' : Finset V), (A.linkComplex σ ).Adjacent C C'CoxeterComplex.ChamberAdjacent M' (φ' C) (φ' C')

Repackaging the restricted Coxeter labelling as a full Coxeter labelling on the parabolic subgroup $M' := M|_T$, giving a Coxeter labelling of $\mathrm{lk}_A(\sigma)$.