Lemma 2.14 — the order is realized by a homogeneous map into a conical building
ProvedHarmonicBuilding.orderReducesToHomogeneousThroughout, is the finite Weyl group of a Euclidean Coxeter datum on an -dimensional model apartment, and a conical Euclidean building of type is a complete Euclidean building carrying a metric cone structure with cone point . A map of the plane into such a building is homogeneous of order about when and
the right side denoting dilation about the cone point.
This is the tangent-map reduction. Let be a domain in a Riemann surface, a Euclidean building of type , and a nonconstant Korevaar–Schoen harmonic map whose order at a point equals . The assertion is that there exist a conical Euclidean building of the same type and a nonconstant homogeneous harmonic map
of the same order about the origin.
The mechanism is blow-up: rescaling around at a sequence of shrinking radii, with the target rescaled correspondingly, produces in the limit a map into the tangent cone at . Two facts make the statement useful. Rescaling does not change the order, so inherits exactly; and the tangent cone of a Euclidean building of type is again a Euclidean building of type , so the Coxeter data — and in particular the number that the final arithmetic conclusion refers to — is unchanged.
The effect of this reduction is to replace an arbitrary harmonic map on a Riemann surface by a scale-invariant model on the plane. Everything after it is a statement about homogeneous maps.
Formalization Note. The source states the conclusion for a map on the unit ball . The statement here asks for the homogeneous model on the whole plane, which is the setting of Definition 2.13 itself and is equivalent: a map homogeneous of order on a ball about the origin extends canonically to the plane by its own scaling relation, and energy minimization is scale invariant.
import Definitions.Def_frame_2026_harmonic_building_conical
namespace HarmonicBuilding
open scoped Manifold
universe v w
theorem orderReducesToHomogeneous
{N : ℕ} (C : EuclideanCoxeterData N)
{X : Type v} {S : Type w}
[MetricSpace X] [CompleteSpace X] [MeasurableSpace X] [BorelSpace X]
[TopologicalSpace S] [T2Space S] [SecondCountableTopology S]
[ChartedSpace ℂ S] [IsManifold (modelWithCornersSelf ℂ ℂ) ⊤ S]
(B : EuclideanBuildingData N C X)
(D : RiemannSurfaceDomain S) (u : S → X) (x₀ : D.Point)
(hu : IsKSHarmonic D u) (hnc : NonconstantOn u D.carrier)
(alpha : ℝ) (halpha : HasOrderAt D u x₀ alpha) :
∃ M : ConicalBuildingModel.{v} N C, ∃ h : ℂ → M.carrier,
IsHomogeneousOfOrderOn M Set.univ h 0 alpha ∧
IsPlanarKSHarmonicOn Set.univ h ∧
NonconstantOn h Set.univ := by sorry
end HarmonicBuilding