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