Documentation

Atlas.Buildings.code.Building.GalleryProjectionHelper

theorem linkComplex_maximal_union_maximal {V : Type} [DecidableEq V] (b : Building V) (σ : Finset V) ( : σ b.faces) (C : Finset V) (hC : (b.linkComplex σ ).IsMaximal C) :
b.IsMaximal (σ C)

If $C$ is maximal in the link complex $\mathrm{lk}_\sigma(\mathcal{B})$, then $\sigma \cup C$ is a chamber (maximal face) of the ambient building.

theorem union_ne_of_disjoint_ne {V : Type} [DecidableEq V] (σ C D : Finset V) (hC_disj : Disjoint σ C) (hD_disj : Disjoint σ D) (hne : C D) :
σ C σ D

If $C, D$ are each disjoint from $\sigma$ and $C \neq D$, then $\sigma \cup C \neq \sigma \cup D$.