Encyclopedia Physics Physics Topological Charges From Config Dim

ARTICLE 3 claims 2 theorems 1 model

Physics Topological Charges From Config Dim

Topological charges classify fields by their winding and knotting, and Recognition Science counts five canonical types.

Topological charges from configuration dimension

Topological charges are integers that label the shape of a field, like the number of times a rope winds around a pole or the way a knot is tied. In physics, these charges appear in the study of vortices, magnetic monopoles, instantons, and Skyrmions. The winding number, for example, counts how many times a phase angle wraps around a circle as you move along a closed loop. Vortex charge counts the number of defects in a broken symmetry, while monopole charge measures the flux through a sphere. Instanton charge and Skyrmion charge both arise from higher-dimensional mappings, with Skyrmion charge also involving the fourth homotopy group.

The standard mathematical tool here is homotopy theory, which classifies continuous deformations of maps between spaces. The first homotopy group π₁ classifies loops, the second π₂ classifies spheres, and the third π₃ classifies three-dimensional mappings. These groups give the topological charges their integer values. In 2026, the machine-checked library of formal theorems in Recognition Science established that exactly five canonical topological charge classes exist, corresponding to a configuration dimension of five. The library defines an inductive type with five constructors: winding, vortex, monopole, instanton, and skyrmion. A theorem proves that the cardinality of this type is five, and a certificate structure packages this fact.

In Recognition Science, the framework models physical structure through a discrete record of recognition events, and the configuration dimension emerges from the forcing chain that derives constants and dimensions. The topological charge module connects this abstract framework to concrete physics by showing that the five charge classes correspond to the five homotopy groups π₁, π₀ of broken symmetry, π₂, π₃, and π₃/π₄. This correspondence is a theorem in the library, not a conjecture. The library proves the count of five charges with no unproven assumptions, meaning the result is axiom-clean in the framework's formal system.

The practical consequence is a classification scheme: any topological charge in this framework falls into one of five named classes. This matches the known physics, where these five charges appear across different areas of field theory. The winding number governs superfluids and superconductors, vortex charge appears in type-II superconductors, monopole charge in gauge theories, instanton charge in quantum chromodynamics, and Skyrmion charge in nuclear physics and magnetic materials. The framework's contribution is to show that this list is complete within its own axioms, and to provide a machine-checked certificate of that completeness.

MODEL TopologicalCharge · IndisputableMonolith/Physics/TopologicalChargesFromConfigDim.lean
inductive TopologicalCharge where
  | winding
  | vortex
  | monopole
  | instanton
  | skyrmion
  deriving DecidableEq, Repr, BEq, Fintype
THEOREM topologicalCharge_count · IndisputableMonolith/Physics/TopologicalChargesFromConfigDim.lean
theorem topologicalCharge_count :
    Fintype.card TopologicalCharge = 5 := by decide
THEOREM topologicalChargesCert · IndisputableMonolith/Physics/TopologicalChargesFromConfigDim.lean
def topologicalChargesCert : TopologicalChargesCert where
  five_charges := topologicalCharge_count

What this page does not claim

The module does not derive the values of specific topological charges for particular physical systems. The framework does not prove that these five classes exhaust all possible topological charges in conventional physics. The correspondence between charge classes and homotopy groups is stated, not derived within this module.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Physics/TopologicalChargesFromConfigDim.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND