Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Axiom Closure Monotonicity

Abstract

Edge-local monotone labels remain monotone along dependency reachability.

Theorem 1.1 (Local label monotonicity extends to every reachable pair).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DependencyTopology/AxiomClosureMonotonicity.label_mono_of_edge_mono (✓ std3). ∎

Source. Repository-derived.

Commentary.

Let every dependency edge carry the source label into the target label by set inclusion.

A reflexive-transitive reachability path is built from zero or more such edge steps. Induction on that path composes the inclusions.

Consequently, every atom attached at a reachable source is still present at the reachable target. No converse inclusion is claimed.

References