pith. machine review for the scientific record. sign in
module module high

IndisputableMonolith.Foundation.TopologicalConservation

show as:
view Lean formalization →

TopologicalConservation defines topological charges as integer-valued functions on ledger configurations that stay invariant under the variational dynamics update. Charge quantization is structural because the codomain is the integers. Researchers tracing conservation laws from dimension forcing to winding mechanisms cite it when building the topological layer of the Recognition Science ledger. The module supplies definitions and basic invariance statements that later modules extend.

claimA topological charge on an $N$-entry ledger is a map $Q$ from configurations to integers such that $Q$ is invariant under the variational dynamics transition: $Q(s(t+1)) = Q(s(t))$.

background

The module sits inside the Recognition Science ledger formalism. Configurations evolve by the state transition map supplied by the imported VariationalDynamics module. It inherits the forced spatial dimension $D=3$ from DimensionForcing (via its topological linking argument), the low-entropy initial condition, and the three fermion generations. The supplied doc-comment states that integer-valuedness is the formal content of charge quantization and is structural rather than imposed.

proof idea

This is a definition module, no proofs. It introduces the TopologicalCharge type together with predicates such as topological_charge_quantized and topological_charge_trajectory_conserved, constant and zero constructions, and the count independent_charge_count that equals 3 precisely when $D=3$.

why it matters in Recognition Science

The module supplies the definitions that WindingCharges extends by replacing the implicit conservation statement with an explicit winding-number mechanism. It closes the topological step between DimensionForcing (T8: $D=3$) and the conservation laws required for the full RS framework. The downstream doc-comment notes that the earlier definition independent_charge_count $D :=$ if $D=3$ then 3 else 0 is now given a concrete topological realization.

scope and limits

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.

declarations in this module (27)