pith. sign in
module module high

IndisputableMonolith.Modal.Actualization

show as:
view Lean formalization →

The Actualization module encodes the core dynamical rule of Recognition Science: given current state c the universe selects the future y in P(c) that minimizes J-cost. It introduces the ActualizationPrinciple together with degeneracy handling, path actions, and weight predicates. Modal physicists cite this when modeling state transitions from possibility to observed reality. The module is built from definitions and short lemmas rather than extended proofs.

claimThe Actualization Principle states that for current state $c$, the realized future is $y = argmin_{y' in P(c)} J(y')$. When the minimum is unique the outcome is deterministic; multiple minima constitute a degenerate case resolved by further structure.

background

This module belongs to the Modal domain and imports the Possibility module, which supplies the set $P(c)$ of futures reachable from configuration $c$. It defines the ActualizationPrinciple as the selection rule that picks the lowest-J element of that set. Supporting notions include has_actualization, Degenerate configurations, Contingent versus Determined outcomes, PathAction, and PathWeight with its positivity lemma.

proof idea

This is a definition module, no proofs. It declares the central principle and then auxiliary predicates (has_actualization, determined_necessary_for_minimal, path_action_nil, path_weight_pos) that record basic properties of the selection process.

why it matters in Recognition Science

The module supplies the dynamical selection rule imported by the parent Modal module and by ModalGeometry. It operationalizes the cost-minimizing step that turns the possibility set into realized states, thereby anchoring the modal layer of the Recognition Science framework.

scope and limits

used by (2)

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

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (30)