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