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