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)
212def addCharges {N : ℕ} (Q₁ Q₂ : TopologicalCharge N) : TopologicalCharge N where
213 value := fun c => Q₁.value c + Q₂.value c
proof body
Definition body.
214 conserved := fun c next h => by rw [Q₁.conserved c next h, Q₂.conserved c next h]
215
216/-- Negation of a topological charge. -/
depends on (9)
Lean names referenced from this declaration's body.
-
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
-
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
-
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
-
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
-
TopologicalCharge
in IndisputableMonolith.Foundation.TopologicalConservation
decl_use
-
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
-
TopologicalCharge
in IndisputableMonolith.Physics.TopologicalChargesFromConfigDim
decl_use
-
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use
-
next
in IndisputableMonolith.RRF.Hypotheses.EightTick
decl_use