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