Encyclopedia Physics Physics Magnetism From Rs

ARTICLE 2 claims 2 theorems

Physics Magnetism From Rs

Magnetism, in this framework, is the motion of recognition charge, and the five classical magnetic behaviors fall out as a single count.

Magnetism as current

Magnetism is the class of phenomena in which materials attract or repel each other through magnetic fields. The classical list of magnetic behaviors has five members: ferromagnetism, the strong attraction seen in iron; antiferromagnetism, where neighboring magnetic moments align oppositely; ferrimagnetism, a net magnetism from unequal opposing moments; paramagnetism, weak attraction in the presence of an external field; and diamagnetism, weak repulsion. These five have been known and studied since the nineteenth century, and they are distinguished by how a material responds to an applied magnetic field.

In Recognition Science, the framework models magnetic phenomena as a kind of current. The core idea is that the universe keeps a discrete record of recognition events, and the cost of recognition is forced by a proved theorem. A magnetic field, in this account, is the density of recognition current, written as J(current/baseline). At zero field, the recognition current is zero; in an applied field, the current deviates from equilibrium and becomes positive. The framework's library, a machine-checked collection of formal theorems, proves that the number of canonical magnetic phenomena is exactly five, matching the classical list. It also proves the two field conditions: zero cost at unity, and positive cost away from unity.

The framework's contribution is not a new experiment but a structural explanation. It derives the count of magnetic phenomena from a single cost function, rather than treating the five behaviors as an arbitrary catalog. The five phenomena are not five separate accidents; they are the five configurations of a system whose recognition cost has a forced shape. This derivation is not yet formalized in the library, and the physical bridge from recognition to magnetism remains open.

The practical consequence is a tighter ontology. If the count of magnetic phenomena is forced by the same cost function that forces other physical structure, then the classical list is not a coincidence. The framework provides a reason why there are five, and it ties that reason to a single mathematical object.

THEOREM magneticPhenomenonCount · IndisputableMonolith/Physics/MagnetismFromRS.lean
theorem magneticPhenomenonCount : Fintype.card MagneticPhenomenon = 5 := by decide
THEOREM zero_field · applied_field · IndisputableMonolith/Physics/MagnetismFromRS.lean
/-- Zero field: J = 0. -/
theorem zero_field : Jcost 1 = 0 := Jcost_unit0
/-- Applied field: J > 0. -/
theorem applied_field {r : ℝ} (hr : 0 < r) (hne : r ≠ 1) :
    0 < Jcost r := Jcost_pos_of_ne_one r hr hne

What this page does not claim

The framework does not derive the strength of any specific magnetic material's field. The physical bridge from recognition events to magnetic fields is not yet formalized. No new magnetic phenomenon beyond the classical five is predicted here.

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/Physics/MagnetismFromRS.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