Theorem 1.1 — Possible orders of harmonic maps into Euclidean buildings
OpenHarmonicBuilding.possibleOrdersLet be a connected domain in a Riemann surface, let be a complete Euclidean building of Coxeter type , and let be a nonconstant energy-minimizing harmonic map in the concrete metric-Sobolev sense fixed by the definition bundle. For every , prove that the small-scale energy is finite, the relevant boundary moment is positive, and the frequency quotient has a well-defined order. Moreover, prove that there exist positive integers such that
If has rank one, prove the sharper conclusion
The nonconstant condition is explicit because the standard frequency quotient for a constant map is ; it is also the condition used by the source paper's tangent-map reduction.
import Definitions.Def_frame_2026_harmonic_building_interfaces
namespace HarmonicBuilding
open scoped Manifold
theorem possibleOrders
{N : ℕ} (C : EuclideanCoxeterData N)
{X S : Type*}
[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) :
PossibleOrdersProblem C B D u x₀ := by sorry
end HarmonicBuilding
Read-back
What the Lean code literally says, in plain math · gpt-5.6-sol
For every natural number , every Euclidean Coxeter datum of dimension —in particular , with a concretely represented affine-isometry subgroup generated by a nonempty set of affine reflections, a finite orthogonal subgroup , and a surjective rotational-part homomorphism onto agreeing pointwise with affine linear parts—every complete metric space whose supplied measurable structure is its Borel structure, every Hausdorff second-countable smooth one-dimensional complex manifold , every Euclidean-building datum on whose atlas has pair coverage, ray and line coverage, affine-Weyl-compatible overlaps, maximality among compatible charts, and the stated CAT(0) segment and comparison properties, every connected open domain , every map , and every point , the following implication holds: if is continuous on and, at every point of , its expression in the preferred extended complex chart minimizes the normalized KS liminf energy on some coordinate ball against every KS-Sobolev competitor having vanishing normalized shrinking-annulus trace distance, and if there exist with , then there is an such that for every the closed coordinate ball at lies inside the coordinate image of , the KS energy on its open ball is finite, and the real conversion of the boundary moment is positive; moreover, there exist natural numbers with , , , and for which the real quotient of times that finite KS energy by the boundary moment tends to as through positive values; and if , there also exists a natural number for which the same quotient tends to . Here the coordinate map is the total composition with the extended chart inverse, the KS energy is the positive-scale liminf of the nested normalized difference-quotient integrals, the boundary moment is times the angular integral of squared distance from the center value, and all divisions are total real divisions, although the OrderDefinedAt conclusion ensures finite energy and a positive finite denominator at sufficiently small positive radii. The building datum is required as an argument but disappears from the unfolded conclusion; the conclusion depends on through and . If the harmonicity antecedent is false, or it is true but the explicit nonconstancy antecedent is false, the theorem’s asserted implication is true vacuously. The rank-one numerator is existentially independent of the earlier .
Confirmed by the mission captain (proposal self-audit).