Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Frontier Antichain

Abstract

An executable frontier over a predecessor-closed completed set is an antichain for strict dependency reachability.

Theorem 1.1 (The complement frontier is a strict-reachability antichain).

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

Source. Repository-derived.

Commentary.

Assume the complement of pending is predecessor-closed, and take two members of the executable frontier computed over that complement.

No nonempty dependency path can run from the first frontier member to the second. The closure hypothesis is essential and is displayed explicitly.

References