The unit circle of a constant-distance homogeneous map lifts to a closed billiards path
DisprovedHarmonicBuildingKL.circleLiftsToClosedBilliardsPathWDLet be a nonconstant homogeneous harmonic map of order from the plane into a conical Euclidean building carrying its -direction structure, and suppose the image of the unit circle lies at constant distance from the cone point. Then the circle lifts to a closed billiards path: there are orthonormal vectors of the model apartment, an element of the finite Weyl group and a positive integer such that the great circle they span satisfies
Role. This is the geometric heart of the classification of orders. In the constant-distance branch of the dichotomy for homogeneous maps, the image of the unit circle lies in the space of directions at the cone point; in a Euclidean building that space is a spherical building, and a locally geodesic closed curve in it unfolds, apartment by apartment, into a billiards path: a unit-speed path in the model sphere which is reflected by elements of the Weyl group each time it crosses a wall. Passing to the developed path in the model sphere turns a statement about the building into a statement about a great circle and a single Weyl element, and the period of that lift is what determines the order.
The direction structure is exactly what makes this possible. Angle rigidity — axiom EB2 — says that the Alexandrov angle between two segments issuing from a point is one of the finitely many distances between the -orbits of their -directions; this is the discreteness condition under which the space of directions is a spherical building rather than merely a CAT(1) space, and it is the hypothesis under which the unfolding is defined.
Formalization Note. The developed path is written as the standard great circle in the model apartment. The shift by records that the map from the circle wraps times before closing up, which is the source of the integer in the final answer .
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.
import Definitions.Def_euclidean_building_directions import Definitions.Def_frame_2026_harmonic_building_conical import Definitions.Def_spherical_great_circle
namespace HarmonicBuildingKL
open HarmonicBuilding EuclideanBuildingDirections
universe v
theorem circleLiftsToClosedBilliardsPathWD
{N : ℕ} (C : EuclideanCoxeterData N) (M : ConicalBuildingModel.{v} N C)
(BM : BuildingWithDirections N C M.carrier)
(h : ℂ → M.carrier) (alpha L : ℝ)
(hhom : IsHomogeneousOfOrderOn M Set.univ h 0 alpha)
(hharm : IsPlanarKSHarmonicOn Set.univ h)
(hnc : NonconstantOn h Set.univ)
(hconst : ∀ theta : ℝ, dist (h (circlePoint 0 1 theta)) (h 0) = L) :
∃ (v1 v2 : ModelEuclideanSpace N) (w : C.weyl) (m : ℕ),
‖v1‖ = 1 ∧ ‖v2‖ = 1 ∧ inner ℝ v1 v2 = 0 ∧ 0 < m ∧
∀ s : ℝ, SphericalGeometry.greatCirclePath v1 v2 (s + 2 * Real.pi * alpha / m)
= (w : OrthogonalGroup N) (SphericalGeometry.greatCirclePath v1 v2 s) := by sorry
end HarmonicBuildingKL