An affine functional on an apartment $A$: a function $V → ℝ$ which is affine along the apartment's geodesic combinations.
- apartment : SimplicialComplex V
- toFun : V → ℝ
- affineComb : ℝ → V → V → V
Instances For
A wall $\eta$ in an apartment: the zero-set of an affine functional, together with its two half-apartments $\eta^+, \eta^-$ and the axioms that the functional is unbounded in any sector direction and has a definite sign on each sector.
- apartment : SimplicialComplex V
- vertices : Set V
- functional : V → ℝ
- affineComb : ℝ → V → V → V
- functionalIsAffine (t : ℝ) (x y : V) : (∃ s ∈ self.apartment.faces, x ∈ s) → (∃ s ∈ self.apartment.faces, y ∈ s) → self.functional (self.affineComb t x y) = t * self.functional x + (1 - t) * self.functional y
- functional_vanishes (v : V) : v ∈ self.vertices → self.functional v = 0
- halfPos : Set V
- halfNeg : Set V
Instances For
The wall functional is nonnegative on its positive half-apartment.
The wall functional is nonpositive on its negative half-apartment.
A wall partitions the vertices of a sector into $\eta^+$, $\eta^-$, and the wall itself.
The wall functional cannot be simultaneously bounded above and below on a sector.
A half-apartment: a subset of an apartment equal to one of the canonical halves $\eta^+$ or $\eta^-$ of some wall $\eta$.
- apartment : SimplicialComplex V
- wall : Wall b
- vertices : Set V
Instances For
An affine functional vanishes on the wall $\eta$ if it agrees on the apartment and is zero on every wall vertex.
Instances For
Decomposition: any affine functional on a sector can be written as a constant (value at the base) plus a linear part vanishing at the base.
The linear part of an affine functional vanishing on a wall has a definite sign on a sector parallel to that wall.
An affine functional vanishing on a wall is bounded above or below on any sector.
Signed distance to the wall via the chosen affine functional.
Instances For
(Unsigned) distance to the wall: absolute value of signedDistToWall.
Instances For
The wall-distance is bounded above by some $M$ on the intersection of a sector with a half-apartment.
Instances For
The negation of DistBoundedInHalfApartment: wall-distance is unbounded.
Instances For
Given a sector $S$ and wall $\eta$, there exists an affine functional vanishing on $\eta$ that is bounded on one half-apartment and unbounded on the other.
Contrapositive corollary of Wall.sector_unbounded: bounded below implies not bounded above.
Symmetric corollary: bounded above implies not bounded below.
An unbounded-above function attains arbitrarily large values on the sector.
An unbounded-below function attains arbitrarily small values on the sector.
Every sector contains a subsector $S'$ lying entirely in one half-apartment of a given wall $\eta$ (Section 16.7).
$H$ is the positive half-apartment for $(S, \eta)$: $H.\text{wall} = \eta$ and some subsector of $S$ lies entirely in $H$.
Instances For
For every sector $S$ and wall $\eta$ there is a positive half-apartment $H$.