145def SpaceTranslation : OneParamGroup ℝ where 146 flow dx x := x + dx
proof body
Definition body.
147 flow_zero x := by ring 148 flow_add s t x := by ring 149 150/-- **THEOREM**: Any space-translation-invariant function is conserved. 151 (Lagrangian invariant under space translation ⟹ Momentum conserved) -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.