Proof: Do Variables At Unchanged 67
Let's prove the following theorem:
if the following are true:
- expression state at time 67 = "begin_expr"
- Variables Map at time 67 = [ entry joe: (Python reference 0), [ ] ]
then Variables Map at time 68 = [ entry joe: (Python reference 0), [ ] ]
Proof:
Given
1 | expression state at time 67 = "begin_expr" |
---|---|
2 | Variables Map at time 67 = [ entry joe: (Python reference 0), [ ] ] |
# | Claim | Reason |
---|---|---|
1 | Variables Map at time (67 + 1) = Variables Map at time 67 | if expression state at time 67 = "begin_expr", then Variables Map at time (67 + 1) = Variables Map at time 67 |
2 | Variables Map at time (67 + 1) = [ entry joe: (Python reference 0), [ ] ] | if Variables Map at time (67 + 1) = Variables Map at time 67 and Variables Map at time 67 = [ entry joe: (Python reference 0), [ ] ], then Variables Map at time (67 + 1) = [ entry joe: (Python reference 0), [ ] ] |
3 | 67 + 1 = 68 | 67 + 1 = 68 |
4 | Variables Map at time (67 + 1) = Variables Map at time 68 | if 67 + 1 = 68, then Variables Map at time (67 + 1) = Variables Map at time 68 |
5 | Variables Map at time 68 = [ entry joe: (Python reference 0), [ ] ] | if Variables Map at time (67 + 1) = Variables Map at time 68 and Variables Map at time (67 + 1) = [ entry joe: (Python reference 0), [ ] ], then Variables Map at time 68 = [ entry joe: (Python reference 0), [ ] ] |
Comments
Please log in to add comments