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