Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Intervention Effectiveness

Abstract

A structural intervention fixes every selected coordinate at its assigned value.

Theorem 1.1 (Intervened coordinates equal their assigned values).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Causal/InterventionEffectiveness.intervention_effectiveness (✓ std3). ∎

Source. Repository-derived.

Commentary.

The model uses the repository’s parent-ordered structural semantics. An intervention replaces each selected structural equation by its assigned value, and the evaluation witness records the resulting updates through the complete node order.

The selected node is updated exactly once because the model order is complete and duplicate-free. All later updates occur at distinct nodes, so the selected coordinate retains its assigned value in the final result.

References