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