A sector in a Euclidean apartment $A$ of a building: a base vertex together with a nonempty vertex set inside $A$, modeling a Weyl chamber (Section 16.5).
- apartment : SimplicialComplex V
- baseVertex : V
- baseVertex_mem : ∃ s ∈ self.apartment.faces, self.baseVertex ∈ s
- vertices : Set V
Instances For
Two sectors $S_1, S_2$ point in the same direction iff they have subsectors $T_1 \subseteq S_1$ and $T_2 \subseteq S_2$ with $T_1.\text{vertices} = T_2.\text{vertices}$ — the parallelism relation underlying $X_\infty$ (Section 16.6).
Instances For
A direction: the equivalence class of a sector under SameDirection, i.e. a
point of $X_\infty$ at the sector level.
Instances For
$S'$ is a subsector of $S$: $S'.\text{vertices} \subseteq S.\text{vertices}$ and the two sectors share a direction.
Instances For
$S_1$ and $S_2$ are opposite sectors: same apartment, and they contain subsectors sharing a common base vertex.
Instances For
A geodesic ray in the affine building: a map $ℕ → V$ that is an isometric embedding for the building distance, $d(\rho(m), \rho(n)) = |m - n|$.
- toFun : ℕ → V
Instances For
Two geodesic rays $\rho_1, \rho_2$ are parallel if $\sup_n d(\rho_1(n),\rho_2(n)) < \infty$ (bounded Hausdorff distance).
Instances For
A point at infinity of the affine building: an equivalence class of geodesic rays under parallelism.
Instances For
$S_\infty$: the set of points at infinity represented by geodesic rays that remain entirely inside the sector $S$.
Instances For
Predicate: vertex $v$ belongs to some face of apartment $A$.
Instances For
Predicate: every vertex of $S$ lies in some face of apartment $A$.
Instances For
Every face of an apartment extends to a maximal face (chamber) of that apartment.
Auxiliary axiomatic data needed to manipulate sectors: every apartment face extends to a chamber, and the chamber containing a sector vertex is contained in the sector.
- apt_face_extends_to_chamber (A : SimplicialComplex V) : A ∈ _b.apartmentSystem.apartments → ∀ s ∈ A.faces, ∃ D ∈ A.faces, A.IsMaximal D ∧ s ⊆ D
Instances For
Convenience constructor for SectorInfrastructure using the building-level
chamber extension lemma.
Instances For
Every vertex of a sector lies in a chamber of the apartment contained entirely in the sector.
A chamber of a sector's apartment that is contained in the sector also belongs to any apartment $A$ sharing a chamber with the sector.
Every sector contains at least one chamber (maximal face) of its apartment.
If an apartment $A$ contains a chamber of a sector $S$, then $A$ contains every vertex of $S$.
For any vertex $v \in S$, the sector based at $v$ with the same vertex set is a subsector of $S$ with the same apartment.
Given a chamber $C$ and a sector $S$, there exists an apartment $A$ containing $C$ and a subsector $S' \subseteq S$ (the key axiom of Section 16.7).
Any two sectors $S_1, S_2$ lie inside a common apartment of the building.
Reflexivity of SameDirection.
Symmetry of SameDirection.
Every sector is a subsector of itself.
Convenience wrapper around SectorInfrastructure.sectors_any_common_apartment.