Pith. sign in
module module high

IndisputableMonolith.Foundation.VariationalDynamics

show as:
view Lean formalization →

This module defines the variational dynamics setup for ledger states in Recognition Science. It introduces LedgerState as N positive real ratios indexed by tick, along with feasibility and defect notions. Researchers on topological conservation cite these to connect J-cost minimization to charge conservation. The module is purely definitional, importing convexity and determinism results without new proofs.

claimA ledger state consists of $N$ entries with positive real ratios $r_i > 0$, indexed by tick. Related objects include $ ext{Feasible}$ configurations, $ ext{log_charge}$, and $ ext{total_defect}$ measures built from the J-cost function.

background

The module sits inside the Foundation layer and imports Cost.Convexity (Jlog(t) = cosh t - 1 and Jcost(x) = ½(x + x⁻¹) - 1 are strictly convex), Determinism (unique minimizer for any constrained ledger update), TimeEmergence (time is the tick counter; minimal period is the 8-tick cycle for D = 3), LawOfExistence (x exists iff defect(x) = 0), and InitialCondition (low-entropy start). These supply the J-cost and defectDist primitives used to define ledger states and feasibility.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

Supplies the LedgerState, Feasible, and defect definitions required by TopologicalConservation (F-012: conservation laws arise from topology and linking in D = 3, not Noether symmetries) and WindingCharges (F-013: conservation realized via winding numbers of lattice paths). It bridges the variational J-cost layer to the topological charge layer.

scope and limits

used by (2)

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

depends on (6)

Lean names referenced from this declaration's body.

declarations in this module (34)