Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Typed DFAO Identification Colorings

Abstract

A valid prefix-tree coloring is equivalent to a typed partial DFAO together with certified reached states on every sample prefix.

Theorem 1.1 (Identification certificates are equivalent to realized sample machines).

Proof. Machine-checked in Lean as D5/S0/Automata/IdentificationColoring.identification_iff_machine_realization (✓ std3). ∎

Source. Repository-derived.

Commentary.

An identification contains the finite color assignment, transition table, output labels, base-state types, and a reached-state proof for every prefix occurrence.

The equivalence permits later encoders to target either coloring data or typed-machine realization data while preserving the mathematical existence problem exactly.

References