A gallery $g$ is minimal between $C$ and $D$ if it connects them with length equal to the gallery distance $d(C, D)$.
Instances For
A gallery is reduced if it is non-stuttering and minimal.
Instances For
The label-type of a building gallery $g$ under a labelling $\mathrm{lab}$.
Instances For
Weyl distance $\delta_W(C, D) = (\varphi C)^{-1} \varphi D$ between chambers $C, D$ via a Coxeter-group labelling $\varphi$.
Instances For
Three characterizing properties of an apartment: being a subcomplex, being thin, and the property that minimal galleries starting in $A$ stay in $A$.
- sub : IsSubcomplex A b.toSimplicialComplex
- thin : ∃ (cc : ChamberComplex V), cc.toSimplicialComplex = A ∧ cc.IsThin
- minimalStaysIn (g : Gallery b.toSimplicialComplex) (C D : Finset V) : MinimalGallery b.toSimplicialComplex g C D → C ∈ A.faces → A.IsMaximal C → ∀ E ∈ g.chambers, E ∈ A.faces
Instances For
$K$ has prescribed gallery existence if every chamber and label-type sequence can be realized as the gallery-type of some gallery starting at that chamber.
Instances For
Hypotheses for the prescribed-gallery construction: existence of an apartment chain of any prescribed length, and the lift of apartment adjacency to building adjacency.
- apt_adj_implies_bldg_adj (A : SimplicialComplex V) : A ∈ b.apartmentSystem.apartments → ∀ (C D : Finset V), C ∈ A.faces → D ∈ A.faces → A.Adjacent C D → b.Adjacent C D
Instances For
Adjacency in an apartment lifts to adjacency in the ambient building.
If every maximal chamber of $A$ has an adjacent chamber in $A$, one can build adjacency chains of any length starting at a given chamber.
Construct PrescribedGalleryHypotheses for a building from the assumption that every apartment chamber has an adjacent chamber.