theorem
proved
term proof
noether_core
show as:
view Lean formalization →
formal statement (Lean)
111theorem noether_core {X : Type*} {G : OneParamGroup X} {J : X → ℝ}
112 (hinv : ∀ t, IsSymmetryOf (G.flow t) J) :
113 IsConservedAlong J G.flow := by
proof body
Term-mode proof.
114 intro x t₁ t₂
115 rw [hinv t₁ x, hinv t₂ x]
116
117/-- The Noether charge is any function conserved by the flow. -/
used by (9)
-
spaceTranslationFlow -
space_translation_invariance_implies_momentum_conservation -
timeTranslationFlow -
time_translation_invariance_implies_energy_conservation -
invariant_is_noether_charge -
noether_summary -
phase_invariance_implies_conservation -
space_invariance_implies_conservation -
time_invariance_implies_conservation