Langlib

Langlib.Automata.DeterministicPushdown.Totalization.Presentation

Totalized Presentations #

This file connects the analyzed DPDA totalizer to the language-level deciding presentation used by complement closure.

The analyzed totalizer is a deciding DPDA presentation of the same language.

Every finite DPDA has the regular epsilon analysis required by the totalizer.

Equations
Instances For

    The saturation construction gives a regular epsilon analysis for every finite DPDA.

    Regular epsilon analyses for all DPDAs imply the normal form used by DCF complement closure.

    Every DCF has an equivalent deciding-DPDA presentation.