Encyclopedia Constants Constants Alpha Genesis Curvature Jcost Verdict Seed Far Above Genuine Cost

ARTICLE 4 claims 4 theorems

Constants Alpha Genesis Curvature Jcost Verdict Seed Far Above Genuine Cost

A retired numerical guess for the fine-structure constant was never a recognition cost; the honest cost of a cube's curvature is π², not 4π¹¹.

The cost verdict

The fine-structure constant α measures the strength of electromagnetic interaction, roughly 1/137 in SI units. In Recognition Science, a proposed derivation used a seed value 4π¹¹ ≈ 138.23, which is numerically close to the measured inverse α ≈ 137.036. The declaration seed_far_above_genuine_cost establishes that this seed is not a genuine recognition cost, but a category error: it multiplies a topological number by an edge count, which is not how costs work.

The core distinction is between two types of mathematical objects. The factor 4π is the Gauss-Bonnet total curvature of a cube's surface, a linear topological invariant: it sums angular deficits and equals 2π times the Euler characteristic. A recognition cost, by contrast, is quadratic at equilibrium: for a small displacement ε, the canonical cost J(1+ε) = ε²/(2(1+ε)), with quadratic coefficient 1/2. A linear integral and a quadratic displacement cost are different objects; one cannot multiply the former by an edge count and call the product a cost.

The genuine quadratic J-cost of the cube's curvature is π² ≈ 9.87. This is computed by summing the quadratic cost ½·δ² for each of the 8 vertex deficits δ = π/2: 8 · ½ · (π/2)² = π². This honest cost is strictly below the topological 4π ≈ 12.57, and far below the seed 4π¹¹ ≈ 138.23. The theorem seed_far_above_genuine_cost proves exactly this inequality chain: π² < 4π < 4π¹¹.

In Recognition Science, this verdict isolates the seed as the locus of the overclaim. The exact infrared value of α remains OPEN; the framework proves it does not derive the measured fine-structure constant. The forced dressing g(t) = φ⁻ᵗ and the forced spectral weight w₈ are untouched by this verdict; they require zero α input. The seed was retired by the work Forced_Coupling_NoGo_20260626.tex, which shows the forced ledger closure on the cube is blind to the U(1) kinetic normalization, and that every positive value of the inverse coupling is realized by some normalization. The construction value is excluded by the CODATA 2022 measurement at more than 30000 sigma.

The takeaway is precise: the seed 4π¹¹ is not a recognition cost, and the honest cost π² is not α⁻¹ either. The cube forces only an O(4π) UV-scale quantity. The exact value of α⁻¹(0) is not produced by any of these forced quantities; it is OPEN. What survives is a calibration-free O(4π) UV-scale recognition cost, not the exact infrared value of α.

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 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
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 genuine_cost_far_below_alphaInv · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
/-- The genuine quadratic J-cost is also far below the measured `α⁻¹`:
`π² < 137.030 < alphaInv`. So even the honest cost is not `α⁻¹(0)`; the cube
forces only an `O(4π)` UV-scale quantity. -/
theorem genuine_cost_far_below_alphaInv :
    cubeCurvatureJCost < Constants.alphaInv := by
  rw [cubeCurvatureJCost_eq_pi_sq]
  have h1 : Real.pi ^ 2 < 4 * Real.pi := by nlinarith [Real.pi_pos, Real.pi_lt_four]
  have h2 : (4 : ℝ) * Real.pi < 13 := by nlinarith [Real.pi_lt_d6]
  have h3 : (137.030 : ℝ) < Constants.alphaInv := Numerics.alphaInv_gt
  linarith

What this page does not claim

The exact value of α⁻¹(0) is derived; it remains OPEN. The seed 4π¹¹ is a recognition cost; it is a category error. The genuine cost π² equals the measured α⁻¹; it is far below.

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