Proof: Get Iterate Expr 19

Let's prove the following theorem:

if the following are true:
  • expression state at time 19 = "iterate_args"
  • arguments stack at time 19 = [ [ 0, [ ] ], [ ] ]

then the expression at time 20 = 0

Proof:

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

Given
1 expression state at time 19 = "iterate_args"
2 arguments stack at time 19 = [ [ 0, [ ] ], [ ] ]
Proof Table
# Claim Reason
1 the expression at time (19 + 1) = 0 if expression state at time 19 = "iterate_args" and arguments stack at time 19 = [ [ 0, [ ] ], [ ] ], then the expression at time (19 + 1) = 0
2 19 + 1 = 20 19 + 1 = 20
3 the expression at time (19 + 1) = the expression at time 20 if 19 + 1 = 20, then the expression at time (19 + 1) = the expression at time 20
4 the expression at time 20 = 0 if the expression at time (19 + 1) = the expression at time 20 and the expression at time (19 + 1) = 0, then the expression at time 20 = 0

Comments

Please log in to add comments