pith. sign in
def

spacetimeConserved

definition
show as:
module
IndisputableMonolith.Physics.ConservationLawsFromRS
domain
Physics
line
34 · github
papers citing
none yet

plain-language theorem explainer

Recognition Science counts three conserved quantities arising from spacetime symmetries, matching the spatial dimension D. Researchers separating spacetime contributions from the five total conservation laws reference this value when applying Noether's theorem in the RS setting. The declaration is a direct constant definition with no lemmas or reduction steps.

Claim. The number of conserved quantities arising from spacetime symmetries is defined to be three: $3$.

background

The Conservation Laws from RS module applies Noether's theorem to link symmetries with conservation laws. It identifies five canonical laws (energy, momentum, angular momentum, electric charge, baryon number) whose total equals D + 2, where D denotes the spatial dimension. Three of these laws originate from spacetime symmetries: momentum from translation invariance, angular momentum from rotation invariance, and energy from time translation invariance. The module notes that σ = 0 supplies the RS form of charge conservation while J decreases globally.

proof idea

This is a direct definition that assigns the constant 3 to the spacetime symmetry count. No lemmas are invoked and no tactics are executed; the value is fixed for use in downstream certification structures.

why it matters

The definition supplies the spacetime contribution required by ConservationCert, where five_laws equals 5 and three_spacetime equals 3, which immediately yields the total_conservation theorem spacetimeConserved + 2 = 5. It implements the T8 step of the forcing chain that fixes D = 3 spatial dimensions and aligns the eight-tick octave with the observed count of spacetime-derived laws.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.