Proof: Get Iterate End Parent 30

Let's prove the following theorem:

if the following are true:
  • expression state at time 30 = "iterate_args"
  • arguments stack at time 30 = [ [ ], [ ] ]
  • parent stack at time 30 = [ self."y" = 0, [ ] ]

then parent stack at time 31 = [ ]

Proof:

View as a tree | View dependent proofs | Try proving it

Given
1 expression state at time 30 = "iterate_args"
2 arguments stack at time 30 = [ [ ], [ ] ]
3 parent stack at time 30 = [ self."y" = 0, [ ] ]
Proof Table
# Claim Reason
1 parent stack at time (30 + 1) = [ ] if expression state at time 30 = "iterate_args" and arguments stack at time 30 = [ [ ], [ ] ] and parent stack at time 30 = [ self."y" = 0, [ ] ], then parent stack at time (30 + 1) = [ ]
2 30 + 1 = 31 30 + 1 = 31
3 parent stack at time (30 + 1) = parent stack at time 31 if 30 + 1 = 31, then parent stack at time (30 + 1) = parent stack at time 31
4 parent stack at time 31 = [ ] if parent stack at time (30 + 1) = parent stack at time 31 and parent stack at time (30 + 1) = [ ], then parent stack at time 31 = [ ]

Comments

Please log in to add comments