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