A bundle of structural properties an apartment system must satisfy in order to apply the Tits theorem and conclude that apartments are Coxeter complexes. Captures simplicial isomorphism existence, gallery convexity, thinness, and bijectivity of intertwining maps.
- apartments : Set (SimplicialComplex V)
- nonempty_apartments : ∃ (A : SimplicialComplex V), A ∈ self.apartments
- sub (A : SimplicialComplex V) : A ∈ self.apartments → IsSubcomplex A K.toSimplicialComplex
- iso_exists (A : SimplicialComplex V) : A ∈ self.apartments → ∀ A' ∈ self.apartments, ∀ x ∈ A.faces, x ∈ A'.faces → ∀ (C : Finset V), A.IsMaximal C → C ∈ A'.faces → ∃ (φ : SimplicialMap A A'), (∀ v ∈ x, φ.toFun v = v) ∧ ∀ v ∈ C, φ.toFun v = v
- maximal_in_apt_is_maximal (A : SimplicialComplex V) : A ∈ self.apartments → ∀ (C : Finset V), A.IsMaximal C → K.IsMaximal C
- gallery_convex (A : SimplicialComplex V) : A ∈ self.apartments → ∀ (C D : Finset V), C ∈ A.faces → K.IsMaximal C → D ∈ A.faces → K.IsMaximal D → ∀ (g : Gallery K.toSimplicialComplex), g.Connects C D → g.length = galleryDist K.toSimplicialComplex C D → ∀ E ∈ g.chambers, E ∈ A.faces
- building_maximal_in_apt_is_apt_maximal (A : SimplicialComplex V) : A ∈ self.apartments → ∀ C ∈ A.faces, K.IsMaximal C → A.IsMaximal C
- apt_nonempty (A : SimplicialComplex V) : A ∈ self.apartments → ∃ (s : Finset V), s ∈ A.faces
- iso_bijective (A : SimplicialComplex V) : A ∈ self.apartments → ∀ A' ∈ self.apartments, ∀ C ∈ A.faces, C ∈ A'.faces → A.IsMaximal C → ∃ (φ : V → V), Function.Bijective φ ∧ ∀ (s : Finset V), s ∈ A.faces ↔ Finset.image φ s ∈ A'.faces
- apt_thin_cc (A : SimplicialComplex V) : A ∈ self.apartments → ∃ (cc : ChamberComplex V), cc.toSimplicialComplex = A ∧ cc.IsThin
- apt_automorphism (A : SimplicialComplex V) : A ∈ self.apartments → ∀ (C : Finset V), A.IsMaximal C → ∀ (D : Finset V), A.IsMaximal D → ∃ (φ : V → V), Function.Bijective φ ∧ (∀ (s : Finset V), s ∈ A.faces ↔ Finset.image φ s ∈ A.faces) ∧ Finset.image φ D = C
Instances For
Uniqueness of labellings on an apartment: any two strict-mono labellings agree up to a unique bijection of label sets determined by the value on a fixed chamber $C_0$.
In the Cayley graph of a Coxeter group, three elements pairwise adjacent in the chamber sense cannot exist (the graph contains no triangles).
A chamber complex $cc$ has sufficient foldings if every pair of adjacent chambers $C, C'$ admits a pair of foldings whose images contain the corresponding chamber.
Instances For
Hypothesis statement of Tits' theorem: every thin chamber complex with sufficient foldings is isomorphic to a Coxeter complex.
Instances For
Hypothesis statement: in a thick chamber complex, every apartment carries a thin chamber structure with sufficient foldings.
Instances For
Main conditional theorem: assuming the Tits theorem and the thickness-implies-apartment-structure hypothesis, every apartment $A$ of a thick building $K$ is a Coxeter complex with an injective, surjective, adjacency-preserving labelling by a Coxeter group $M.\mathrm{Group}$.
Promote a PreApartmentData to a full ApartmentSystem, using the conditional foldings
construction to supply the apartments-are-Coxeter component.
Instances For
The promoted apartment system has the same underlying set of apartments.