theorem
lemma_one_step_extension
{V : Type u_1}
[DecidableEq V]
{b : Building V}
(δW : b.WValuedDist)
{A : SimplicialComplex V}
(hA : A ∈ b.apartmentSystem.apartments)
{Y : Set (Finset V)}
{f : Finset V → Finset V}
(hf_strong : IsStrongIsometry δW Y (f '' Y) f)
(hf_img_in_A : ∀ C ∈ Y, f C ∈ A.faces)
(hY_chambers : ∀ C ∈ Y, b.IsMaximal C)
{C' : Finset V}
(hC'_in_A : C' ∈ A.faces)
(hC'_maximal : A.IsMaximal C')
(hC'_not_in_fY : C' ∉ f '' Y)
(hC'_adj : ∃ D ∈ f '' Y, A.Adjacent C' D)
:
One-step extension of a strong isometry: given a partial strong isometry $f : Y \to A$ into an apartment, a chamber $C' \in A$ adjacent to $f(Y)$ but not in $f(Y)$ admits a global extension $g$ defined on $f(Y) \cup \{C'\}$ that agrees with $f^{-1}$ on $f(Y)$. This is the inductive step of the strong isometry extension lemma (Section 15.5).