Line 2,494: |
Line 2,494: |
| This complex implication statement can be read to say: | | This complex implication statement can be read to say: |
| | | |
− | <pre> | + | {| align="center" cellpadding="8" width="90%" |
− | IF:
| + | |<math>\operatorname{If}</math> |
− | | + | |- |
− | At time p_0, M is in the state q_0, and
| + | | At the time <math>p_0,\!</math> the machine <math>M\!</math> is in the state <math>q_0,\!</math> and |
− | At time p_0, H is reading cell r_1, and
| + | |- |
− | At time p_0, cell r_1 contains "1",
| + | | At the time <math>p_0,\!</math> the scanner <math>H\!</math> is reading cell <math>r_1,\!</math> and |
− | | + | |- |
− | THEN:
| + | | At the time <math>p_0,\!</math> the tape cell <math>r_1\!</math> contains a <math>\texttt{1},</math> |
− | | + | |- |
− | At time p_1, M is in the state q_1, and
| + | | <math>\operatorname{Then}</math> |
− | At time p_1, H is reading cell r_2, and
| + | |- |
− | At time p_1, cell r_1 contains "1".
| + | | At the time <math>p_1,\!</math> the machine <math>M\!</math> is in the state <math>q_1,\!</math> and |
− | </pre> | + | |- |
| + | | At the time <math>p_1,\!</math> the scanner <math>H\!</math> is reading cell <math>r_2,\!</math> and |
| + | |- |
| + | | At the time <math>p_1,\!</math> the tape cell <math>r_1\!</math> contains a <math>\texttt{1},</math> |
| + | |} |
| | | |
| ==Note 32== | | ==Note 32== |