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