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