Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Observer Morphism Composition

Abstract

Evaluation-preserving observer morphisms compose in the state and protocol directions.

Theorem 1.1 (Observer morphism composition).

Proof. Machine-checked in Lean as D5/S3/Observer/Naturality/ObserverMorphismComposition.observer_morphism_composition (✓ std3). ∎

Source. Repository-derived.

Commentary.

Three observers share one law carrier. Each observer has its own state and protocol carriers and an evaluation map into that law carrier.

The first morphism translates states from the first observer to the second and compiles protocols in the reverse direction. The second morphism does the same from the second observer to the third. Both pairs preserve evaluation.

Their state maps compose forward, while their protocol maps compose in the opposite order. Substituting the two preservation equalities proves that this composite pair again preserves evaluation.

Repository searches found no canonical observer-morphism structure or exact theorem to reuse. The proof applies the pinned library’s function-composition computation rule and the two stated premises.

References

  • Truth anchor: D5/S3/Observer/Naturality/ObserverMorphismComposition.observer_morphism_composition