pith. machine review for the scientific record. sign in
theorem proved term proof high

zero_field

show as:
view Lean formalization →

Zero-field equilibrium in the recognition cost model is established by showing the J-cost vanishes at argument 1. Researchers modeling magnetic phenomena from recognition currents would reference this to set the baseline for applied-field deviations. The result follows immediately from the unit lemma in the cost core.

claim$J(1) = 0$ where $J$ is the recognition cost function.

background

In the Magnetism from RS module, magnetic fields arise from recognition charge currents, with B expressed as current density relative to baseline. The J-cost function quantifies deviation from equilibrium via the squared ratio formula (x-1)^2/(2x). This zero-field result builds directly on the upstream Jcost_unit0 lemma, which proves the cost vanishes at unit scale by simplification.

proof idea

The proof is a one-line wrapper that applies the Jcost_unit0 lemma from the Cost module.

why it matters in Recognition Science

It supplies the zero_field_zero component in the magnetismCert definition, which certifies the five canonical magnetic phenomena under the Recognition Science axioms. This anchors the equilibrium case where recognition current is absent, consistent with the module statement that at zero field J equals zero. It closes the baseline for the magnetism model without introducing new hypotheses.

scope and limits

Lean usage

example : Jcost 1 = 0 := zero_field

formal statement (Lean)

  31theorem zero_field : Jcost 1 = 0 := Jcost_unit0

proof body

Term-mode proof.

  32
  33/-- Applied field: J > 0. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.