Encyclopedia Nuclear Nuclear Binding Energy Magic 2 From Dimension
ARTICLE 2 claims 2 theorems
Nuclear Binding Energy Magic 2 From Dimension
A single Lean theorem about the number 2, its context in nuclear physics, and the limits of what it actually proves.
The meaning of magic_2_from_dimension
In the Recognition Science framework, the declaration magic_2_from_dimension is a theorem stating that the natural number 2 equals 2 raised to the power 1. This is a trivial arithmetic identity, verified by the Lean kernel's norm_num tactic. Its significance lies not in the arithmetic, but in the context: it is the first in a series of statements connecting the nuclear magic numbers to the geometry of a three-dimensional cube. The number 2 is the first magic number, and the theorem is meant to anchor it as the first complete shell in an eight-tick recognition cycle.
The theorem itself does not prove that 2 is a magic number. That claim is a separate, more substantial theorem (two_is_magic), which states that 2 is a member of the list [2, 8, 20, 28, 50, 82, 126]. The list itself is a definition, not a derivation. The framework's library also contains theorems asserting that 8 equals 2 cubed, 20 equals 2 cubed plus 3 times 2 squared, and 28 equals 2 cubed plus 3 times 2 squared plus 2 cubed. These are the cube-geometry connections: 8 is the number of vertices, 12 the number of edges, and 20 the sum of vertices and edges of a three-dimensional cube. The theorem magic_2_from_dimension is the simplest of these, stating that 2 is the number of vertices per edge.
What the declaration does not claim is more important than what it does. It does not claim that the number 2 is a magic number in the nuclear physics sense. It does not claim that the magic numbers are derived from the phi-ladder or from the eight-tick cycle. It does not claim that the cube geometry explains nuclear stability. The theorem is a single, isolated arithmetic fact. The framework's own documentation describes the magic numbers as 'already verified as 8-tick consequences', but the specific theorem magic_2_from_dimension carries none of that weight. It is a building block, not the building.
In Recognition Science, this theorem is part of a larger, unformalized research program. The framework proposes that nuclear binding energies follow from a cost functional on a phi-lattice, with volume, surface, Coulomb, asymmetry, and pairing terms. It defines a semi-empirical mass formula with coefficients expressed in terms of the golden ratio. It even states that the binding energy per nucleon peaks near A = 56, the iron peak. But these are definitions and structural claims, not theorems. The only machine-checked results in the pack are the arithmetic identities, the length and sortedness of the magic number list, and the positivity of the binding coefficients. The grand narrative of deriving nuclear physics from a recognition ledger remains a research target, not a proved result.
For a reader encountering Recognition Science for the first time, the lesson is to read the declarations carefully. A theorem like magic_2_from_dimension is a small, precise, and correct statement. The framework's ambition is large, but the gap between the two is exactly where the honest reader should pay attention. The declaration proves an arithmetic identity; the framework's claims about nuclear structure are hypotheses awaiting formalization.
THEOREM magic_2_from_dimension · IndisputableMonolith/Nuclear/BindingEnergy.lean
theorem magic_2_from_dimension : (2 : ℕ) = 2 ^ 1 := by norm_num
THEOREM two_is_magic · IndisputableMonolith/Nuclear/BindingEnergy.lean
theorem two_is_magic : 2 ∈ magic_numbers := by decide
What this page does not claim
The theorem does not establish that 2 is a nuclear magic number. The theorem does not derive the magic numbers from the phi-ladder or the eight-tick cycle. The theorem does not claim that cube geometry explains nuclear stability.
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/Nuclear/BindingEnergy.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:
- How does the framework derive the full list of seven magic numbers from the eight-tick cycle?
- What is the formal statement of the phi-ladder and how does it connect to the binding energy formula?
- Does the framework provide a machine-checked proof that the binding energy per nucleon peaks near A = 56?
- What are the empirical predictions of the rs_binding_coefficients against measured nuclear binding energies?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM magic_2_from_dimension · IndisputableMonolith/Nuclear/BindingEnergy.lean
theorem magic_2_from_dimension : (2 : ℕ) = 2 ^ 1 := by norm_numThe theorem magic_2_from_dimension states that the natural number 2 equals 2 raised to the power 1. magic_2_from_dimension · IndisputableMonolith/Nuclear/BindingEnergy.leanTHEOREM two_is_magic · IndisputableMonolith/Nuclear/BindingEnergy.lean
theorem two_is_magic : 2 ∈ magic_numbers := by decideThe theorem does not prove that 2 is a magic number; that is a separate theorem, two_is_magic, which states that 2 is a member of the list [2, 8, 20, 28, 50, 82, 126]. two_is_magic · IndisputableMonolith/Nuclear/BindingEnergy.lean