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