Encyclopedia Nuclear Nuclear Neutron Magnetic Moment Rs

ARTICLE 3 claims 1 theorem 1 measured

Nuclear Neutron Magnetic Moment Rs

The neutron carries a magnetic moment of about -1.913 nuclear magnetons, a fact that Recognition Science aims to derive but has not yet.

The neutron's magnetic moment

The neutron, despite being electrically neutral, behaves like a tiny bar magnet. Its magnetic moment, measured to be -1.9130 nuclear magnetons, is about two-thirds the size of the proton's, with the opposite sign. This lopsided ratio, -0.685, is one of the cleanest puzzles in nuclear physics: why should a neutral particle have such a strong magnetic character?

The standard story begins with the quark model. The neutron is built from one up quark and two down quarks, whose individual charges and spins add up to zero net charge but a net magnetic moment. The measured value matches this picture well, though computing it from first principles remains a hard problem in quantum chromodynamics. The ratio to the proton's moment is a convenient, dimensionless way to compare theory with experiment.

Recognition Science, a framework that derives physical constants from a forced cost function, takes up this ratio as a target. Its ledger, a discrete record of recognition events, assigns a cost to any ratio of masses or charges. The framework's own expression for the neutron-to-proton moment ratio, -2J(phi)/phi, evaluates to about -0.146, which does not match the empirical -0.685. The framework's library, a machine-checked collection of formal theorems, proves only general facts about this cost function: it vanishes when the two inputs are equal, it never goes negative for positive inputs, and the golden-ratio threshold phi - 3/2 is positive.

What the module does not do is define the neutron's mass or charge in terms of the framework's primitives. The cost function is applied to an abstract ratio m/e without specifying what those symbols mean for a neutron. The research note inside the module records the intention, but the formal theorems stop at the general properties. A genuine derivation would need a definition of m and e in the neutron's own terms, which remains an open target.

The practical lesson is a caution about provenance. A module can carry a confident title and still contain only generic scaffolding. The gap between the title and the theorems is visible in the Lean source, and the framework's own documentation flags it. For the neutron, the framework has a goal, not a result.

MEASURED domainCost · IndisputableMonolith/Nuclear/Neutron_Magnetic_Moment_RS.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)
MODEL domainCost · IndisputableMonolith/Nuclear/Neutron_Magnetic_Moment_RS.lean
def domainCost (m e : ℝ) : ℝ := Jcost (m / e)
THEOREM domainCost_at_eq · domainCost_nonneg · canonicalThreshold_pos · IndisputableMonolith/Nuclear/Neutron_Magnetic_Moment_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 (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 : 0 < canonicalThreshold := by
  unfold canonicalThreshold; linarith [phi_gt_onePointFive]

What this page does not claim

The framework derives the neutron magnetic moment from first principles. The empirical ratio -0.685 is reproduced by the framework's expression. The module defines m and e in terms of neutron properties.

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/Neutron_Magnetic_Moment_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