Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Protocol and Relation Closure Laws

Abstract

The canonical protocol and relation closures satisfy all three closure laws.

Theorem 1.1 (Both canonical closures are extensive, monotone, and idempotent).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Closure/ProtocolRelationClosureLaws.protocol_relation_closure_laws (✓ std3). ∎

Source. Repository-derived.

Commentary.

DefinitionClosure is the repository’s canonical protocol-family closure. The relation closure is constructed directly as the joint kernel of all RelationInvariantReadouts.

The public statement carries three protocol-side clauses followed by the corresponding three relation-side clauses: extensivity, monotonicity, and idempotence.

No new closure object is declared. The protocol laws reuse the frozen family theorem, while the relation laws follow from the canonical Galois primitives.

References