Self-Constraint Monotonicity
Abstract
Appending one ledger record can only shrink the actions consistent with every record.
Theorem 1.1 (An appended record shrinks the consistent action set).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Agency/SelfConstraintMonotonicity.appended_record_shrinks_consistent_actions (✓ std3). ∎
Source. Repository-derived.
Commentary.
A state-indexed relation says whether a candidate action is consistent with one ledger record. The old and new admissible action sets are constructed directly by requiring this relation for every record in the old ledger and in its one-record extension.
Every old record remains a member after the append. Therefore an action satisfying every constraint in the extended ledger satisfies every constraint in the old ledger.
References
- Truth anchor:
D5/S3/ConceptDynamics/Agency/SelfConstraintMonotonicity.appended_record_shrinks_consistent_actions