Proof: Get Iterate Expr 7
Let's prove the following theorem:
if the following are true:
- expression state at time 7 = "iterate_args"
- arguments stack at time 7 = [ [ "Estonia", [ ] ], [ [ entry "MX": "Mexico", [ ] ], [ ] ] ]
then the expression at time 8 = "Estonia"
Proof:
Given
1 | expression state at time 7 = "iterate_args" |
---|---|
2 | arguments stack at time 7 = [ [ "Estonia", [ ] ], [ [ entry "MX": "Mexico", [ ] ], [ ] ] ] |
# | Claim | Reason |
---|---|---|
1 | the expression at time (7 + 1) = "Estonia" | if expression state at time 7 = "iterate_args" and arguments stack at time 7 = [ [ "Estonia", [ ] ], [ [ entry "MX": "Mexico", [ ] ], [ ] ] ], then the expression at time (7 + 1) = "Estonia" |
2 | 7 + 1 = 8 | 7 + 1 = 8 |
3 | the expression at time (7 + 1) = the expression at time 8 | if 7 + 1 = 8, then the expression at time (7 + 1) = the expression at time 8 |
4 | the expression at time 8 = "Estonia" | if the expression at time (7 + 1) = the expression at time 8 and the expression at time (7 + 1) = "Estonia", then the expression at time 8 = "Estonia" |
Comments
Please log in to add comments