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

conservationLawCount

show as:
view Lean formalization →

Recognition Science admits exactly five conservation laws. A physicist applying Noether's theorem to RS symmetries would cite this cardinality to confirm the match with configuration dimension five. The proof is a direct decision on the finite inductive type listing energy, momentum, angular momentum, electric charge, and baryon number.

claimThe finite type of conservation laws has cardinality $5$, consisting of energy, momentum, angular momentum, electric charge, and baryon number.

background

The module derives conservation laws from RS symmetries via Noether's theorem. It lists five quantities: energy from time translation, momentum and angular momentum from spatial translations and rotations (corresponding to D = 3), electric charge as recognition charge conservation with σ = 0, and baryon number. The local inductive type ConservationLaw enumerates these five cases and derives a Fintype instance. Upstream, the Ledger module defines a general ConservationLaw structure as a named charge assignment closed under interactions.

proof idea

The proof applies the decide tactic to the Fintype.card computation on the inductive type, which has five constructors and thus cardinality five.

why it matters in Recognition Science

This theorem supplies the five_laws component of conservationCert. It confirms that the total number of conservation laws equals five, with three originating from spacetime symmetries. This aligns with the framework's derivation of D = 3 spatial dimensions and the five canonical laws including charge conservation as σ = 0.

scope and limits

Lean usage

def exampleCert : ConservationCert where five_laws := conservationLawCount three_spacetime := spacetime_conserved_eq_D total_five := total_conservation

formal statement (Lean)

  31theorem conservationLawCount : Fintype.card ConservationLaw = 5 := by decide

proof body

Term-mode proof.

  32
  33/-- Three spacetime symmetry conserved quantities = D = 3. -/

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.