Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Source Closure Three Laws

Abstract

Source-semantic closure is extensive, monotone, and idempotent.

Theorem 1.1 (Source closure is extensive, monotone, and idempotent).

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

Source. Repository-derived.

Commentary.

DefinitionClosure is the canonical closure generated from the common kernel of the supplied source concepts; no target-defined closure is introduced.

The three public conjuncts respectively include the generating family, preserve inclusion into a larger family, and make a second closure pass equal to the first.

References