Encyclopedia Constants Constants Alpha Derivation Curvature Fraction Is 103 Over 102
ARTICLE 4 claims 3 theorems 1 model
Constants Alpha Derivation Curvature Fraction Is 103 Over 102
A small theorem about a cube's geometry fixes a fraction at 103 over 102, but the exact value of the fine-structure constant remains a boundary datum, not a derivation.
The seam fraction
The fine-structure constant α is the dimensionless number, about 1/137.036, that sets the strength of electromagnetic interaction between charged particles. Its precise value is one of the most accurately measured quantities in physics, yet no theory explains it from first principles. In the Recognition Science framework, a ledger, a discrete record of events, is forced onto a three-dimensional grid of cubes. One declaration, curvature_fraction_is_103_over_102, states a simple fact about that grid: the fraction that appears in a curvature correction term is exactly 103/102.
The fraction comes from counting the seams of a cube. A cube has 6 faces, and the 17 wallpaper groups are the distinct ways to tile a plane with repeating patterns. Multiplying 6 by 17 gives 102, the denominator. Adding 1, for the Euler characteristic constraint that ties together vertices, edges, and faces, gives 103, the numerator. The theorem proves these counts: 102 equals 2 times 3 times 17, and 103 is that plus one. It is a statement about the topology of a cube, not about electromagnetism.
In the framework's library, the fraction 103/102 appears inside a term that adjusts a geometric seed. That seed, 4π times 11, comes from the total curvature of a cube's surface multiplied by the number of its passive edges. The curvature term itself is defined as negative 103 divided by 102 times π to the fifth power. The declaration curvature_term_eq proves this equality. The fraction is a component in an assembly, not the final answer.
What the declaration does not claim is the essential part. The library's own status notes state plainly that the seed 4π·11 is convicted, not open. The number 11 counts passive field edges after one vertex is fixed, but the forced count is actually 5, the cycle rank. The identification built on this seed is excluded by measurement at more than 30,000 standard deviations. A no-go theorem shows that no normalization-blind condition can pin the coupling at all. The exact value of α⁻¹ is a boundary datum, meaning it must be input from experiment, not derived from the forced sector.
The fraction 103/102 is thus a verified piece of cube combinatorics, and nothing more. It does not derive the fine-structure constant, does not predict any measured value, and does not form part of a valid pathway to α. The framework's own audit marks the construction as retired. A reader should take the fraction as an exercise in counting, not as a step toward a fundamental constant.
THEOREM curvature_fraction_is_103_over_102 · IndisputableMonolith/Constants/AlphaDerivation.lean
theorem curvature_fraction_is_103_over_102 :
curvature_fraction_num = 103 ∧ curvature_fraction_den = 102 :=
⟨rfl, rfl⟩
THEOREM one_oh_two_is_forced · one_oh_three_is_forced · IndisputableMonolith/Constants/AlphaDerivation.lean
/-- The number 102 is not arbitrary: it is 6×17. -/
theorem one_oh_two_is_forced : (102 : ℕ) = 2 * 3 * 17 := rfl
/-- The number 103 is not arbitrary: it is 6×17 + 1. -/
theorem one_oh_three_is_forced : (103 : ℕ) = 2 * 3 * 17 + 1 := rfl
THEOREM curvature_term_eq · IndisputableMonolith/Constants/AlphaDerivation.lean
/-- The curvature term equals -103/(102π⁵). -/
theorem curvature_term_eq : curvature_term = -(103 : ℝ) / (102 * Real.pi ^ 5) := by
simp only [curvature_term, curvature_fraction_num, curvature_fraction_den,
seam_numerator_at_D3, seam_denominator_at_D3, Nat.cast_ofNat]
MODEL geometric_seed_eq · IndisputableMonolith/Constants/AlphaDerivation.lean
/-- The geometric seed equals 4π·11. -/
theorem geometric_seed_eq : geometric_seed = 4 * Real.pi * 11 := by
unfold geometric_seed
rw [solid_angle_Q3_eq]
simp only [geometric_seed_factor_eq_11, Nat.cast_ofNat]
What this page does not claim
This declaration does not derive the fine-structure constant. This declaration does not predict any measured value of α. This declaration does not form part of a valid pathway to α, as the seed premise is kernel-shown false.
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/AlphaDerivation.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 is the cycle rank of a cube's edge graph, and why does it count gauge degrees of freedom?
- What does the no-go theorem show about the impossibility of deriving α from normalization-blind conditions?
- What is the relationship between the Euler characteristic and the seam count in three dimensions?
- How does the framework's boundary datum concept apply to other measured constants?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM curvature_fraction_is_103_over_102 · IndisputableMonolith/Constants/AlphaDerivation.lean
theorem curvature_fraction_is_103_over_102 : curvature_fraction_num = 103 ∧ curvature_fraction_den = 102 := ⟨rfl, rfl⟩The theorem proves that the curvature fraction numerator is 103 and the denominator is 102. curvature_fraction_is_103_over_102 · IndisputableMonolith/Constants/AlphaDerivation.leanTHEOREM one_oh_two_is_forced · one_oh_three_is_forced · IndisputableMonolith/Constants/AlphaDerivation.lean
/-- The number 102 is not arbitrary: it is 6×17. -/ theorem one_oh_two_is_forced : (102 : ℕ) = 2 * 3 * 17 := rfl/-- The number 103 is not arbitrary: it is 6×17 + 1. -/ theorem one_oh_three_is_forced : (103 : ℕ) = 2 * 3 * 17 + 1 := rflThe denominator 102 equals 2 times 3 times 17, and the numerator 103 is that plus one. one_oh_two_is_forced · one_oh_three_is_forced · IndisputableMonolith/Constants/AlphaDerivation.leanTHEOREM curvature_term_eq · IndisputableMonolith/Constants/AlphaDerivation.lean
/-- The curvature term equals -103/(102π⁵). -/ theorem curvature_term_eq : curvature_term = -(103 : ℝ) / (102 * Real.pi ^ 5) := by simp only [curvature_term, curvature_fraction_num, curvature_fraction_den, seam_numerator_at_D3, seam_denominator_at_D3, Nat.cast_ofNat]The curvature term is defined as negative 103 divided by 102 times π to the fifth power. curvature_term_eq · IndisputableMonolith/Constants/AlphaDerivation.leanMODEL geometric_seed_eq · IndisputableMonolith/Constants/AlphaDerivation.lean
/-- The geometric seed equals 4π·11. -/ theorem geometric_seed_eq : geometric_seed = 4 * Real.pi * 11 := by unfold geometric_seed rw [solid_angle_Q3_eq] simp only [geometric_seed_factor_eq_11, Nat.cast_ofNat]The seed 4π·11 is convicted, not open, and the identification built on it is excluded by measurement at more than 30,000 standard deviations. geometric_seed_eq · IndisputableMonolith/Constants/AlphaDerivation.lean