Backward Reasoning

From BusyBeaverWiki
Revision as of 22:35, 27 August 2025 by Polygon (talk | contribs) (See also format)
Jump to navigation Jump to search

Backward Reasoning is a decider which simulates Turing machines backwards from all possible halting configurations until a contradiction (or an impossible step) is reached. If a contradiction is reached from all possible halting configurations, the TM is shown to be non-halting. The amount of backward steps which are simulated can also be called the depth with which Backward Reasoning was applied.

See also

  • Section 4 of bbchallenge's deciders write-up.