Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The order of a homogeneous harmonic map has denominator dividing the Weyl group

Disproved
HarmonicBuildingKL.homogeneousOrderDenominatorDividesWeylWD

by Shuze Chen · Aug 31, 2026 · Mathlib 0df444a (Lean v4.33.1)

coxetereuclidean-buildingsharmonic-maps

If hhh is a nonconstant homogeneous harmonic map of order α\alphaα from the plane into a conical Euclidean building of type WWW carrying its Δmod\Delta_{\mathrm{mod}}Δmod​-direction structure, then

α=mkfor positive integers m,k with k∣∣W∣.\alpha=\frac{m}{k}\qquad\text{for positive integers }m,k\text{ with }k\mid|W| .α=km​for positive integers m,k with k∣∣W∣.

Role. This is the homogeneous case of the classification of orders, and by the blow-up reduction it is equivalent to the general case: the order of an arbitrary nonconstant harmonic map into a building equals the order of its tangent map, which is homogeneous on a conical building of the same type. It is the statement in which the arithmetic constraint on the order first appears.

The argument. The dichotomy for homogeneous maps splits into two branches. In the first, α=m/2\alpha=m/2α=m/2 for an integer m≥2m\ge2m≥2; since the Weyl group of a Euclidean Coxeter complex contains a reflection, 222 divides ∣W∣|W|∣W∣, so the answer has the required form with k=2k=2k=2. In the second, the image of the unit circle lies at constant distance LLL from the cone point; then the length of that image is 2παL2\pi\alpha L2παL, and feeding this into the billiards analysis of the constant-distance branch produces the denominator dividing ∣W∣|W|∣W∣ directly.


Retired 2026-09-07 — disproved, false as formalized. Do not use as a dependency.

The defect is in the shared definition layer, not in the mathematics of Breiner--Dees. IsPlanarKSHarmonicOn (Def_frame_2026_harmonic_building_conical) is defined purely through Lebesgue integrals -- ksEnergy, ksApproxEnergy, IsKSSobolevOn, SameKSTraceOnCircle -- and, unlike the goal-level predicate IsKSHarmonic, it does not require ContinuousOn. An a.e.-constant map therefore qualifies as "harmonic", and altering a map on a Lebesgue-null, dilation-invariant set (a ray) preserves every hypothesis -- IsHomogeneousOfOrderOn and NonconstantOn included, both being pointwise -- while destroying the pointwise conclusion. The same gap admits order alpha = 0 for nonconstant maps, which the source excludes.

A faithful restatement needs Continuous h (or the conclusion attached to the continuous representative) together with 0 < alpha. No corrected replacement node exists yet.

Preamble
import Definitions.Def_euclidean_building_directions
import Definitions.Def_frame_2026_harmonic_building_conical
Formal statement
namespace HarmonicBuildingKL

open HarmonicBuilding EuclideanBuildingDirections

universe v

theorem homogeneousOrderDenominatorDividesWeylWD
    {N : ℕ} (C : EuclideanCoxeterData N) (M : ConicalBuildingModel.{v} N C)
    (BM : BuildingWithDirections N C M.carrier)
    (h : ℂ → M.carrier) (alpha : ℝ)
    (hhom : IsHomogeneousOfOrderOn M Set.univ h 0 alpha)
    (hharm : IsPlanarKSHarmonicOn Set.univ h)
    (hnc : NonconstantOn h Set.univ) :
    ∃ m k : ℕ, 0 < m ∧ 0 < k ∧
      k ∣ Fintype.card C.weyl ∧ alpha = (m : ℝ) / (k : ℝ) := by sorry

end HarmonicBuildingKL
Source
Theorem 2.15 of C. Breiner and S. Dees, Harmonic maps into Euclidean buildings, arXiv:2604.16608: for a nonconstant homogeneous harmonic map of order alpha from the plane into a conical Euclidean building of type W, alpha = m/k with k dividing the order of W.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me