The positions of the QBF machine's tape, concretely #
Where the head is, and what follows what: the left marker is the lowest position, the cell of the least element follows it, the right marker follows the cell of the greatest element, and cells are ordered as their elements are.
Every fact about the tags here is a decide: DescriptiveComplexity.AltBase
does not depend on k, and a tag's sweep index only ever refines the order
inside a family (DescriptiveComplexity.altTag_lt_of_base_lt). That is what the
pair-shaped tag of DescriptiveComplexity.Problems.Machine.AltTape buys.
The file ends with the determinism of the machine away from the guessing
choice, which is what makes the ⇐ half of correctness a corollary of
DescriptiveComplexity.altTr_unique rather than a second induction.
The three kinds of position #
The left marker is a position.
Dependency graph
The cell of an element is a position.
Dependency graph
The right marker is a position.
Dependency graph
The tape order #
The tape order is reflexive.
Dependency graph
A tag strictly below another puts its tuples below all of theirs.
Dependency graph
A lower base tag is a lower tag, whatever the sweep indices: the order on tags is the base tag first.
Dependency graph
The tape order refines the tag order.
Dependency graph
The tag order refines the base-tag numbering.
Dependency graph
Singling the markers and the cells out #
There is only one left marker.
Dependency graph
A cell is the cell of the element it carries.
Dependency graph
There is only one right marker.
Dependency graph
The order between the three kinds #
Dependency graph
Dependency graph
Dependency graph
Every base tag other than the left marker's is above it.
Dependency graph
The left marker is the lowest position: the head starts there.
Dependency graph
Cells are ordered as their elements are: the tape order between two cells is the source order between the elements they belong to, which is what makes a sweep over the cells a walk along the instance.
Dependency graph
The head's first and last moves of a sweep #
Only the two lowest base tags are at or below a cell's.
Dependency graph
Only the two highest of the bracketing base tags lie between a cell's and the right marker's.
Dependency graph
The head's first move. The cell of the least element follows the left
marker immediately: a sweep starts by stepping over ⊢.
Dependency graph
The greatest element of the instance: the last cell of the tape.
Equations
Instances For
Dependency graph
Dependency graph
The head's last move of a sweep. The right marker follows the cell of the greatest element: this is where a sweep turns round.
Dependency graph
Determinism away from the guess #
The machine is deterministic away from the guessing choice. Once the
transition is pinned (DescriptiveComplexity.altTr_unique), the successor
configuration is too: its state by altDst_functional, the cell under the head
by altWrite_functional, every other cell by the frame condition, and the head
itself by uniqueness of the neighbour in the direction the transition names.