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