The grid of the emitted tiling is the machine's tape #
The bridge the hardness reduction is built on: the coordinates of
DescriptiveComplexity.WideTiling at the emitted instance are exactly the
addresses of the machine's own instance, in the machine's own order.
A coordinate is an address of the emitted universe holding digits alone
(DescriptiveComplexity.wtpPosn), a digit is the diagonal triple of an element
(DescriptiveComplexity.tpDig), and the emitted order puts every point that is
not a digit below every digit. So a coordinate is a set of digits, the two
coordinates being compared differ at a digit, and there the emitted order is the
machine's: the binary-number order on coordinates is the binary-number order on
the machine's addresses (tpCol_setLe).
The coordinate an address of the machine is: the digits of its elements.
Equations
- DescriptiveComplexity.TilingHard.tpCol s p = ∃ (a : A), s a ∧ p = DescriptiveComplexity.tpDig a
Instances For
Dependency graph
Dependency graph
A coordinate holds digits alone, which is what makes it a position.
Dependency graph
A digit is the digit of its own first coordinate.
Dependency graph
Two addresses with the same coordinate are the same address.
Dependency graph
Every position is a coordinate: an address holding digits alone is the coordinate of the elements those digits belong to.
Dependency graph
The order on coordinates is the machine's order on addresses: they differ at a digit, and there the emitted order is the machine's.
Dependency graph
The bottom row and the step from one row to the next #
The empty coordinate holds nothing.
Dependency graph
Every position of the emitted tiling is the coordinate of an address of the machine.
Dependency graph
The empty coordinate is the least position, which is where the machine's head starts and where the bottom row is.
Dependency graph
And it is the only one: a least position is the empty coordinate.
Dependency graph
The full coordinate is the last position, which is the other column with a neighbor missing.
Dependency graph
And it is the only one: a last position is the full coordinate.
Dependency graph
The successor of a coordinate is the increment of the address: nothing lies strictly between an address and its increment, and every position is a coordinate.