Proof: Get Iterate Expr 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", [ ] ], [ ] ] ]
then the expression at time 5 = "ES"
Proof:
Given
1 | expression state at time 4 = "iterate_args" |
---|---|
2 | arguments stack at time 4 = [ [ "ES", [ "Estonia", [ ] ] ], [ [ entry "MX": "Mexico", [ ] ], [ ] ] ] |
# | Claim | Reason |
---|---|---|
1 | the expression at time (4 + 1) = "ES" | if expression state at time 4 = "iterate_args" and arguments stack at time 4 = [ [ "ES", [ "Estonia", [ ] ] ], [ [ entry "MX": "Mexico", [ ] ], [ ] ] ], then the expression at time (4 + 1) = "ES" |
2 | 4 + 1 = 5 | 4 + 1 = 5 |
3 | the expression at time (4 + 1) = the expression at time 5 | if 4 + 1 = 5, then the expression at time (4 + 1) = the expression at time 5 |
4 | the expression at time 5 = "ES" | if the expression at time (4 + 1) = the expression at time 5 and the expression at time (4 + 1) = "ES", then the expression at time 5 = "ES" |
Comments
Please log in to add comments