Encyclopedia Constants Constants Alpha Genesis Curvature Jcost Verdict Curvature Cost Verdict

ARTICLE 4 claims 3 theorems 1 open

Constants Alpha Genesis Curvature Jcost Verdict Curvature Cost Verdict

A machine-checked verdict separates a genuine geometric cost from a mistaken numerical seed, and states plainly what remains open.

The curvature cost verdict

The fine-structure constant α is a number that governs the strength of electromagnetic interactions, and its inverse, about 137.036, is one of the most precisely measured quantities in physics. Recognition Science (RS) does not derive this number. The declaration CurvatureCostVerdict is the framework's own audit of an earlier attempt to do so, and it establishes a clear negative result: the seed value 4π·11, once proposed as a route to α, is not a recognition cost at all.

The core issue is a mismatch of mathematical objects. The factor 4π in the seed is a topological integral, the total curvature of a sphere's surface as given by the Gauss-Bonnet theorem. It is a linear quantity. The framework's recognition cost, a measure of the expense of registering an event, is quadratic in small displacements: at equilibrium, a small deviation ε costs ε²/2. A linear topological invariant and a quadratic cost are different kinds of things, and one cannot be multiplied by a count of edges to produce the other.

What the declaration actually proves is the genuine quadratic cost of the cube's curvature. Summing the quadratic cost for each of the cube's 8 vertices, each with an angular deficit of π/2, gives 8 · ½ · (π/2)² = π² ≈ 9.87. This is the honest forced quantity. The theorem cubeCurvatureJCost_eq_pi_sq proves this equality. Two further theorems show that this genuine cost π² is strictly less than the topological 4π ≈ 12.57, and that the seed 4π·11 ≈ 138.23 is far larger than both. The seed is therefore not a recognition cost, and its exact equality with the measured inverse α is falsified at more than 30,000 standard deviations.

In Recognition Science, this declaration acts as a quarantine. It isolates the seed as the locus of a past overclaim, while leaving untouched other forced quantities that do not depend on α at all. The exact infrared value of α remains OPEN. What the verdict changes is the framework's own epistemic posture: it explicitly does not derive the fine-structure constant, and it provides a machine-checked record of that fact.

THEOREM cubeCurvatureJCost_eq_pi_sq · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
/-- **The genuine J-cost of the cube curvature is `π²`.** `8 · ½ · (π/2)² = π²`.
This is the honest quadratic recognition cost, contrasted with the seed's
`4π·11`. -/
theorem cubeCurvatureJCost_eq_pi_sq : cubeCurvatureJCost = Real.pi ^ 2 := by
  unfold cubeCurvatureJCost
  rw [vertex_deficit_eq, Foundation.JCostHessianC7.jcostTaylorQuadraticCoefficient_eq]
  have h8 : (cube_vertices D : ℝ) = 8 := by exact_mod_cast vertices_at_D3
  rw [h8]; ring
THEOREM genuine_cost_lt_gaussBonnet · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
/-- The genuine quadratic J-cost `π² ≈ 9.87` is strictly below the topological
Gauss-Bonnet integral `4π ≈ 12.57`: a quadratic cost and a linear topological
invariant are different objects, and they do not even agree numerically. -/
theorem genuine_cost_lt_gaussBonnet :
    cubeCurvatureJCost < 4 * Real.pi := by
  rw [cubeCurvatureJCost_eq_pi_sq]
  nlinarith [Real.pi_pos, Real.pi_lt_four]
THEOREM seed_far_above_genuine_cost · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
/-- The seed `4π·11` is far above the genuine quadratic J-cost `π²` of the cube
curvature: `π² < 4π < 4π·11`. The seed is not a recognition cost. -/
theorem seed_far_above_genuine_cost :
    cubeCurvatureJCost < Constants.alpha_seed := by
  have h1 : cubeCurvatureJCost < 4 * Real.pi := genuine_cost_lt_gaussBonnet
  have h2 : (4 : ℝ) * Real.pi < Constants.alpha_seed := by
    simp only [Constants.alpha_seed]
    nlinarith [Real.pi_pos]
  linarith

What this page does not claim

This declaration does not prove that Recognition Science derives the fine-structure constant. The theorem does not claim that the genuine cost π² is itself a value of α⁻¹. The verdict does not touch the forced dressing g(t) = φ⁻ᵗ or the forced spectral weight w₈, which are independent of α.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND