No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
76theorem topological_charge_trajectory_conserved {N : ℕ} (Q : TopologicalCharge N)
77 (traj : Trajectory N) (h : IsVariationalTrajectory traj) :
78 ∀ t, Q.value (traj t) = Q.value (traj 0) := by
proof body
Term-mode proof.
79 intro t
80 induction t with
81 | zero => rfl
82 | succ n ih => rw [← ih]; exact Q.conserved (traj n) (traj (n + 1)) (h n)
83
84/-- **THEOREM (Charge Is Time-Independent)** -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
-
Charge
in IndisputableMonolith.Constants.RSNativeUnits
decl_use
-
Time
in IndisputableMonolith.Constants.RSNativeUnits
decl_use
-
succ
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
TopologicalCharge
in IndisputableMonolith.Foundation.TopologicalConservation
decl_use
-
IsVariationalTrajectory
in IndisputableMonolith.Foundation.VariationalDynamics
decl_use
-
Trajectory
in IndisputableMonolith.Foundation.VariationalDynamics
decl_use
-
TopologicalCharge
in IndisputableMonolith.Physics.TopologicalChargesFromConfigDim
decl_use
-
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use
-
succ
in IndisputableMonolith.RRF.Core.Vantage
decl_use