Documentation

Atlas.Buildings.code.Building.RetractionDef

structure BuildingRetraction {V : Type u_1} [DecidableEq V] (b : Building V) :
Type u_1

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.

Instances For

    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$.

    Instances For