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