Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Defect Graph Minimum Coloring

Abstract

Minimum defect-graph coloring computes the exact finite repair-label count.

Theorem 1.1 (Minimum repair labels equal chromatic number and fiber diversity).

Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/Coding/DefectGraphMinimumColoring.minimum_repair_labels_eq_chromatic_eq_fiber_diversity (✓ std3). ∎

Source. Repository-derived.

Commentary.

The state carrier is finite. The concept and target codomains need not be finite because the fiber maximum is taken over the canonical effective image of the concept readout.

The defect graph is constructed directly: two states are adjacent when their concept values agree and their target values differ. A finite repair label is feasible exactly when it is a proper coloring of this graph.

The least label count is selected from that feasibility test. The frozen sharp label theorem identifies it with the largest number of target values in an effective concept fiber, while the pinned coloring API identifies the same minimum with the graph’s chromatic number.

References