When checking the left moves of the head, problems can emerge. It can illustrate, for example, that there are two rows of configuration, with the top row being a valid configuration and the bottom row not being a configuration that could be formed by the transition function from the top row, but all windows are lawful.
Take a look at the window below, where the top row is part of the legal arrangement (bottom row does not legally follow.)
The windows scheme, on the other hand, is unable to detect this issue. It just looks at the two windows below:
Which may or may not be a valid transition. As an example, the outcome of
role="math" localid="1664195737315"
The problem is that this window cannot see whether the head is looking at a 1 or a 0 , so it is assumed that it is valid.
which may or may not be a valid transition. As an example, the outcome of role="math" localid="1664195718976" .
If both of these tests pass, an issue will arise. Therefore, it has been explainedwhy the proof would have failed if the window is used.