Encyclopedia Nuclear Nuclear Nuclear Symmetry Energy Rs

ARTICLE 3 claims 3 theorems

Nuclear Nuclear Symmetry Energy Rs

The nuclear symmetry energy is the price a nucleus pays for having unequal numbers of protons and neutrons, about 31.7 MeV for ordinary matter.

The symmetry energy in nuclear physics

The nuclear symmetry energy is a quantity from nuclear physics that measures how much energy it costs to make a nucleus have more of one kind of nucleon than the other. Nucleons are the protons and neutrons that make up a nucleus. In a rough model, a nucleus is most stable when it has equal numbers of each, and the symmetry energy is the extra energy needed to push the balance away from that point. The accepted value for ordinary nuclear matter is about 31.7 MeV, where MeV is a unit of energy used in particle physics.

In Recognition Science, the framework models this quantity with a formula that uses the golden ratio, phi, which is about 1.618. The proposed expression is phi^7 times 1.09, which comes out to about 31.6 MeV. This is close to the measured value of 31.7 MeV, but the framework does not claim this is a derived result. The framework's own documentation states that the paragraph above is a research note recording where the idea was meant to go, not a result.

What the framework actually proves in its machine-checked library of formal theorems is a set of general facts about the cost function J, which is the framework's central object. The cost function is defined as J(x) = (x + 1/x)/2 - 1. The framework defines a domain cost as J(m/e), where m and e are two positive real numbers. It proves three facts: this cost is zero when m equals e, it is never negative when m and e are both positive, and the golden-ratio threshold phi minus 3/2 is positive. These are universal facts about the cost function, not facts specific to nuclear physics.

The framework does not define what m and e mean in nuclear terms. The documentation says that what would make this framework a theorem about its subject is a definition of m and e in that subject's own terms. Without that, the framework is a template that could apply to any pair of positive quantities. The numerical match with the symmetry energy is noted, but the framework does not claim to have derived the value 31.7 MeV from first principles.

THEOREM domainCost_at_eq · IndisputableMonolith/Nuclear/Nuclear_Symmetry_Energy_RS.lean
theorem domainCost_at_eq (r : ℝ) (h : r ≠ 0) : domainCost r r = 0 := by
  unfold domainCost; rw [div_self h]; exact Jcost_unit0
THEOREM domainCost_nonneg · IndisputableMonolith/Nuclear/Nuclear_Symmetry_Energy_RS.lean
theorem domainCost_nonneg (m e : ℝ) (hm : 0 < m) (he : 0 < e) : 0 ≤ domainCost m e := by
  unfold domainCost; exact Jcost_nonneg (div_pos hm he)
THEOREM canonicalThreshold_pos · IndisputableMonolith/Nuclear/Nuclear_Symmetry_Energy_RS.lean
theorem canonicalThreshold_pos : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]

What this page does not claim

The module does not prove the nuclear symmetry energy is 31.7 MeV. The module does not define m and e in nuclear physics terms. The formula phi^7 times 1.09 is a research note, not a theorem.

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/Nuclear_Symmetry_Energy_RS.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