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