Documentation

Atlas.Buildings.code.Building.ChamberCompactClosure

theorem isCompact_closure_image_of_isometry {X : Type u_1} [MetricSpace X] {f : XX} (hf : Isometry f) {s : Set X} (hs : IsCompact (closure s)) :

If $f : X \to X$ is an isometry and the closure of $s$ is compact, then the closure of $f(s)$ is also compact.

def ActsByIsometries {E : Type u_1} [MetricSpace E] {W : Type u_2} (action : WEE) :

The group action $W \to E \to E$ acts by isometries iff every element $w \in W$ acts as an isometry of the metric space $E$.

Instances For
    def orbitSet {E : Type u_1} {W : Type u_2} (action : WEE) (w : W) (S : Set E) :
    Set E

    The image $w \cdot S$ of a subset $S \subseteq E$ under the action of $w \in W$.

    Instances For
      theorem chamber_compact_closure {E : Type u_1} [MetricSpace E] {W : Type u_2} [Group W] {action : WEE} (hiso : ActsByIsometries action) {σ : Set E} ( : IsCompact (closure σ)) (w : W) :
      IsCompact (closure (orbitSet action w σ))

      Chambers have compact closure under translation: if $\overline{\sigma}$ is compact then so is $\overline{w \cdot \sigma}$ for every $w \in W$ acting by isometries.

      theorem chamber_isBounded {E : Type u_1} [MetricSpace E] {W : Type u_2} [Group W] {action : WEE} (hiso : ActsByIsometries action) {σ : Set E} ( : IsCompact (closure σ)) (w : W) :

      The image $w \cdot \sigma$ of a chamber with compact closure is bounded.

      theorem chamber_diam_eq {E : Type u_1} [MetricSpace E] {W : Type u_2} [Group W] {action : WEE} (hiso : ActsByIsometries action) (σ : Set E) (w : W) :

      Isometric translation preserves diameter: $\operatorname{diam}(w \cdot \sigma) = \operatorname{diam}(\sigma)$.