Sync bi-counter

From BusyBeaverWiki
Revision as of 02:03, 4 August 2024 by Mxdys (talk | contribs) (add description of decider)
Jump to navigation Jump to search

Sync bi-counter is an informal class of Turing machines. A typical Turing machine in this class has the following behavior:

  • It has two counters on the tape, and the lowest digit of both counters are adjacent.
  • In each round, both of the two counters are increased by one, and they count in the same base. Both counters count to the same number after each round (i.e. they are synchronized).

Examples

Decider

For typical cases, we can fold the tape so that two counters overlap as one counter, and then it's usually decidable by CTL.

Inductive decider can deal with some more complex situations.