theorem
proved
term proof
topological_charge_quantized
show as:
view Lean formalization →
formal statement (Lean)
71theorem topological_charge_quantized {N : ℕ} (Q : TopologicalCharge N)
72 (c : Configuration N) : ∃ n : ℤ, Q.value c = n :=
proof body
Term-mode proof.
73 ⟨Q.value c, rfl⟩
74
75/-- **THEOREM (Exact Conservation Along Trajectories)** -/