Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Behavior Update Word Action

Abstract

Controlled behavior updates descend to the realized range and compose along words.

Theorem 1.1 (Behavior updates are representative-independent and act by words).

Proof. Machine-checked in Lean as D5/S3/ObserverMemory/RefinementClosure/BehaviorUpdateWordAction.behavior_update_well_defined (✓ std3). ∎

Source. Repository-derived.

Commentary.

Equality of complete controlled behaviors is preserved after every input. The one-input update is transported through the canonical quotient-to-range equivalence, so it lives on the exact realized behavior range.

The named word update has the empty-word and concatenation laws. Its value on every realized behavior is the behavior of the source state after the imported left-to-right word execution.

References