Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Finite Acyclic Judging Graph Root

Abstract

A finite nonempty acyclic judging graph has a vertex with no incoming judge.

Theorem 1.1 (A finite acyclic judging graph has a root).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Governance/FiniteAcyclicJudgingGraphRoot.finite_acyclic_judging_graph_has_root (✓ std3). ∎

Source. Repository-derived.

Commentary.

AcyclicEdge excludes a nonempty directed cycle in the judging relation. On a finite carrier, the transitive closure is therefore well-founded, and so is the original judging relation.

The existing well-founded-frontier theorem applied to the full vertex set yields a ready vertex. Readiness against the complement of the full set says exactly that no vertex judges it.

The result asserts only existence of an empty-judge vertex. It does not assert that this vertex certifies its own consistency.

References