A simplicial automorphism of a building $\mathcal{B}$: a bijection on vertices that maps faces to faces and apartments to apartments.
- bijective : Function.Bijective f
- maps_apartments (A : SimplicialComplex V) : A ∈ b.apartmentSystem.apartments → ∃ A' ∈ b.apartmentSystem.apartments, ∀ s ∈ A.faces, Finset.image f s ∈ A'.faces
Instances For
An isometry of the building's vertex set with respect to the apartment metric: a vertex map $\varphi$ preserving the building distance.
- toFun : V → V
Instances For
The pushforward of a geodesic ray $\rho$ under a building isometry $\varphi$ is the composite ray $\varphi \circ \rho$.
Instances For
A building isometry preserves parallelism of geodesic rays: $\rho_1 \parallel \rho_2 \implies \varphi \rho_1 \parallel \varphi \rho_2$.
The origin $\rho(0)$ of a geodesic ray.
Instances For
The point at infinity of a geodesic ray $\rho$, as the parallelism class of $\rho$.
Instances For
The origin of $\varphi \rho$ is $\varphi$ applied to the origin of $\rho$.
A geodesic ray parametrised by $\mathbb{R}_{\geq 0}$ rather than $\mathbb{N}$: a map $\rho : \mathbb{R}_{\geq 0} \to V$ that is an isometry onto its image.
- toFun : NNReal → V
Instances For
Two continuous geodesic rays are parallel iff they stay within a uniform distance $C \geq 0$ of each other at all times $t \geq 0$.
Instances For
Points at infinity in the continuous parametrisation: parallelism classes of continuous geodesic rays.
Instances For
Pushforward of a continuous geodesic ray under a building isometry.
Instances For
A building isometry preserves parallelism of continuous geodesic rays.
The induced map $\varphi_\infty$ on continuous points at infinity: descended from the pushforward of rays through the parallelism quotient.
Instances For
The induced map $\varphi_\infty$ commutes with the parallelism quotient on continuous rays.
The origin $\rho(0)$ of a continuous geodesic ray.
Instances For
The point at infinity of a continuous geodesic ray.
Instances For
The origin formula for the pushforward of a continuous ray.
The point-at-infinity formula for the pushforward of a continuous ray.
Combined formula: pushing forward a continuous ray transports both its origin and its point at infinity.
The induced map $\varphi_\infty$ on points at infinity (discrete parametrisation) descending from ray pushforward.
Instances For
The induced map $\varphi_\infty$ commutes with the parallelism quotient on rays.
Pushing forward a ray transports its point at infinity through $\varphi_\infty$.
If a simplicial automorphism $f$ sends a sector's apartment into an apartment $A'$, then the image $f(S)$ is again a sector with apartment $A'$.
A simplicial automorphism sends every sector to another sector (in some apartment of the building's system).
An injective face-preserving map with a face-preserving two-sided inverse sends maximal faces to maximal faces.
Such a bijective face-preserving map also preserves chamber adjacency.
Every simplicial automorphism $f$ has a two-sided inverse $g$ which is also a simplicial automorphism.
Every simplicial automorphism of a building is an isometry with respect to the apartment metric.
Package a simplicial automorphism as a BuildingIsometry.
Instances For
Every automorphism induces a well-defined map on $X_\infty$: each simplex at infinity has an image simplex whose points are the $\varphi_\infty$ images of the original.
The induced simplex map at infinity associated to a simplicial automorphism $f$.
Instances For
The points of $f_\infty(\sigma)$ are exactly $\varphi_\infty(\sigma.\mathrm{points})$.
Every simplicial automorphism of a building induces an automorphism of $X_\infty$ that preserves simplices, face relations, and is compatible with ray pushforward.
The induced map sends apartments at infinity to apartments at infinity: each $A_\infty$ has an image $A_\infty'$ containing the images of all its simplices.
A building isometry preserves a chamber-complex labelling if the label of each face is invariant under $\varphi$.
Instances For
A simplicial automorphism preserves a labelling iff every face has the same label as its image.
Instances For
A labelling of $X_\infty$: a label-finset map on simplices at infinity that is strictly monotone with respect to the face relation.
- labelMap : SimplexAtInfinity b md → Finset L_inf
- label_strictMono (σ τ : SimplexAtInfinity b md) : SimplexAtInfinity.IsFace b md σ τ → σ ≠ τ → self.labelMap σ ⊂ self.labelMap τ
Instances For
$X_\infty$ admits a labelling: there exists a label type $L_\infty$
with a corresponding InfinityLabelling.
A map $F$ on $X_\infty$ preserves a labelling iff each simplex has the same label as its image.
Instances For
A label-preserving simplicial automorphism induces a label-preserving map on the simplices at infinity coming from any single apartment.
If $f$ stabilises an apartment $A$ and $S$ is a sector in $A$, then $f(S)$ is again a sector inside $A$.
Stabilising an apartment implies stabilising its apartment at infinity: the induced map sends $A_\infty$ to $A_\infty$ on the nose.
Converse: an automorphism that stabilises an apartment at infinity must stabilise the corresponding apartment $A$ in the building.