Proof: Do Tab At Unchanged 57
Let's prove the following theorem:
if the following are true:
- expression state at time 57 = "iterate_args"
- the tab at time 57 = 2
then the tab at time 58 = 2
Proof:
Given
1 | expression state at time 57 = "iterate_args" |
---|---|
2 | the tab at time 57 = 2 |
# | Claim | Reason |
---|---|---|
1 | the tab at time (57 + 1) = the tab at time 57 | if expression state at time 57 = "iterate_args", then the tab at time (57 + 1) = the tab at time 57 |
2 | the tab at time (57 + 1) = 2 | if the tab at time (57 + 1) = the tab at time 57 and the tab at time 57 = 2, then the tab at time (57 + 1) = 2 |
3 | 57 + 1 = 58 | 57 + 1 = 58 |
4 | the tab at time (57 + 1) = the tab at time 58 | if 57 + 1 = 58, then the tab at time (57 + 1) = the tab at time 58 |
5 | the tab at time 58 = 2 | if the tab at time (57 + 1) = the tab at time 58 and the tab at time (57 + 1) = 2, then the tab at time 58 = 2 |
Comments
Please log in to add comments