A retraction $\rho_{D;C,A} : X \to A$ of a building $X$ onto an apartment
$A$ centered at a chamber $C$ (the base): a simplicial map fixing $A$
pointwise, sending each chamber of $X$ to a chamber of $A$, and preserving
adjacency up to collapse.
- apt : SimplicialComplex V
- base : Finset V
- map : V → V
- map_adj_or_eq (C D : Finset V) : b.Adjacent C D → Finset.image self.map C = Finset.image self.map D ∨ self.apt.Adjacent (Finset.image self.map C) (Finset.image self.map D)
Instances For
def
BuildingRetraction.IsDistanceDiminishing
{V : Type u_1}
[DecidableEq V]
{b : Building V}
(ρ : BuildingRetraction b)
:
A building retraction is distance-diminishing if for any two chambers $C, D$ of $X$, the gallery distance in $A$ from $\rho(C)$ to $\rho(D)$ is at most the gallery distance from $C$ to $D$ in $X$.