Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Dependency-Closed Filtration

Abstract

Dependency-closed append-only filtrations order prerequisite birth no later than dependent birth.

Theorem 1.1 (A prerequisite is born no later than its dependent).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DagCompletion/DependencyClosedFiltration.prerequisite_birth_le (✓ std3). ∎

Source. Repository-derived.

Commentary.

Quantify a dependency-filtration structure and a present dependent node. If a vertex is a direct prerequisite of that node, closure of every stage makes the prerequisite present by the dependent’s birth.

The conclusion compares canonical birth times with a non-strict inequality. Strictly earlier birth requires the separate strict-staging hypothesis and is not claimed here.

References