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