The chord law on the circle of a homogeneous map at constant distance
DisprovedHarmonicBuilding.circleChordLawLet be a conical Euclidean building of type , and let be a nonconstant homogeneous harmonic map of order about whose unit circle lies at constant distance from the cone point . Then there is a such that for all with ,
Role. Homogeneity and the fact that the singular set of a homogeneous harmonic map from a surface is contained in the origin put every point of the unit circle in the interior of a region on which takes values in a single apartment . Working in with the cone point at the origin, the harmonic map equation in polar coordinates forces the representation
and the constant-distance hypothesis forces to be orthogonal of common length . The displayed identity is then the Euclidean chord of the circle of radius traversed at angular rate , read in the apartment; since apartments are isometrically embedded, it is an identity in .
This is the local form from which the two global facts about the circle follow. The comparison angle at the cone point between two nearby points of the circle is , so that after rescaling into the space of directions the circle is a local geodesic of speed ; and the length of the circle's image is , since the chord law makes each short arc isometric to a Euclidean circular arc.
Formalization Note. This statement replaces an earlier and incorrect one asserting on small intervals. That identity equates a chord with an arclength and is false for every nondegenerate configuration: on the circle of radius the chord is strictly smaller than the arclength whenever . The constant-speed statement of the source is about the space of directions, whose metric is the angle at the cone point, not about the metric of the building.
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_frame_2026_harmonic_building_conical
namespace HarmonicBuilding
universe v
theorem circleChordLaw
{N : ℕ} (C : EuclideanCoxeterData N) (M : ConicalBuildingModel.{v} N C)
(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) :
∃ delta : ℝ, 0 < delta ∧ ∀ theta1 theta2 : ℝ, |theta1 - theta2| ≤ delta →
dist (h (circlePoint 0 1 theta1)) (h (circlePoint 0 1 theta2))
= 2 * L * |Real.sin (alpha * (theta1 - theta2) / 2)| := by sorry
end HarmonicBuilding