IndisputableMonolith.Modal.Actualization
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
- Does not specify the explicit functional form of the cost J.
- Does not resolve degeneracy beyond noting that further structure is required.
- Does not prove existence or uniqueness of minima.
- Does not connect actualization to spatial dimension or numerical constants.
used by (2)
depends on (1)
declarations in this module (30)
-
structure
ActualizationPrinciple -
def
has_actualization -
theorem
every_config_actualizes -
def
Degenerate -
def
Contingent -
def
Determined -
theorem
determined_necessary_for_minimal -
def
PathAction -
lemma
path_action_nil -
lemma
path_action_single -
def
PathWeight -
lemma
path_weight_pos -
structure
BornRule -
lemma
foldl_add_eq_sum -
theorem
born_rule_normalized -
def
collapse_threshold -
def
has_definite_pointer -
theorem
collapse_automatic -
def
A -
lemma
A_well_defined -
theorem
A_toward_identity -
theorem
A_advances_time -
def
CostMonotonic -
theorem
adjoint_from_cost_monotonic -
theorem
H_adjoint_non_minimal -
theorem
possibility_actualization_adjoint_minimal -
theorem
possibility_actualization_adjoint_monotonic -
def
possibility_actualization_adjoint_hypothesis -
theorem
possibility_actualization_adjoint -
def
actualization_status