Encyclopedia Constants Constants Alpha Genesis Curvature Jcost Verdict Genuine Cost Far Below Alpha Inv
ARTICLE 4 claims 4 theorems
Constants Alpha Genesis Curvature Jcost Verdict Genuine Cost Far Below Alpha Inv
A proposed way to derive the fine-structure constant from a cube's geometry fails a basic category check: the number it produces is not the kind of quantity it claims to be.
The curvature cost verdict
The fine-structure constant α measures the strength of electromagnetic interaction, approximately 1/137.035999. A proposed derivation in Recognition Science tried to obtain its inverse from the geometry of a cube, using the seed value 4π·11 ≈ 138.23. The declaration genuine_cost_far_below_alphaInv establishes that this seed is a category error: it is not a recognition cost at all, and the actual cost forced by the cube's curvature is far smaller, about π² ≈ 9.87.
The distinction turns on two different kinds of quantity. The factor 4π in the seed is a linear topological invariant, the total curvature of a sphere's surface as given by the Gauss-Bonnet theorem. A recognition cost, by contrast, is quadratic at equilibrium: it scales with the square of a displacement. The declaration proves that the genuine quadratic cost of the cube's curvature, summing the square of each of its eight vertex deficits, equals π². This is strictly below the topological 4π ≈ 12.57, and nowhere near the seed 138.23.
The theorem then compares this honest cost to the measured inverse fine-structure constant. It proves π² < 137.030 < α⁻¹, so even the genuine cost falls far below the measured value. The cube's geometry forces only a quantity of order 4π, a ultraviolet-scale recognition cost, not the infrared value of α. The exact value of α⁻¹(0) remains open.
In Recognition Science, this verdict quarantines the seed as the locus of the overclaim. It does not touch other forced quantities, such as the dressing g(t) = φ⁻ᵗ or the spectral weight w₈, which require no α input. The framework's library proves that no normalization-blind condition can pin the coupling; every positive value is realized by some normalization. The seed was an identification, and its exact equality with the measured value is falsified at more than 30000 sigma.
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 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
THEOREM curvatureCostVerdict · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
def curvatureCostVerdict : CurvatureCostVerdict where
genuine_cost_is_pi_sq := cubeCurvatureJCost_eq_pi_sq
cost_below_topological := genuine_cost_lt_gaussBonnet
seed_above_genuine_cost := seed_far_above_genuine_cost
genuine_cost_not_alphaInv := genuine_cost_far_below_alphaInv
What this page does not claim
The exact value of the fine-structure constant α is derived or produced by any forced quantity in this verdict. The seed 4π·11 equals the measured inverse fine-structure constant; it is falsified at over 30000 sigma. The theorem applies to quantities other than the cube's curvature cost, such as the dressing or spectral weight.
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:
- What physical mechanism, if any, sets the U(1) kinetic normalization κ_γ that the cube's closure is blind to?
- Does any other geometric object force a recognition cost near the measured inverse fine-structure constant?
- What ultraviolet-scale recognition cost does the cube's O(4π) quantity correspond to in a physical theory?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
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]; ringThe genuine quadratic cost of the cube's curvature, summing the square of each of its eight vertex deficits, equals π². cubeCurvatureJCost_eq_pi_sq · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.leanTHEOREM 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]This is strictly below the topological 4π ≈ 12.57. genuine_cost_lt_gaussBonnet · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.leanTHEOREM 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 linarithThe theorem then proves π² < 137.030 < α⁻¹, so even the genuine cost falls far below the measured value. genuine_cost_far_below_alphaInv · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.leanTHEOREM curvatureCostVerdict · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean
def curvatureCostVerdict : CurvatureCostVerdict where genuine_cost_is_pi_sq := cubeCurvatureJCost_eq_pi_sq cost_below_topological := genuine_cost_lt_gaussBonnet seed_above_genuine_cost := seed_far_above_genuine_cost genuine_cost_not_alphaInv := genuine_cost_far_below_alphaInvThe framework's library proves that no normalization-blind condition can pin the coupling; every positive value is realized by some normalization. curvatureCostVerdict · IndisputableMonolith/Constants/AlphaGenesis/CurvatureJCostVerdict.lean