Proof: Do Object Store At Unchanged 14

Let's prove the following theorem:

if the following are true:
  • expression state at time 14 = "iterate_args"
  • Python Object Store at time 14 = [ ]

then Python Object Store at time 15 = [ ]

Proof:

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

Given
1 expression state at time 14 = "iterate_args"
2 Python Object Store at time 14 = [ ]
Proof Table
# Claim Reason
1 Python Object Store at time (14 + 1) = Python Object Store at time 14 if expression state at time 14 = "iterate_args", then Python Object Store at time (14 + 1) = Python Object Store at time 14
2 Python Object Store at time (14 + 1) = [ ] if Python Object Store at time (14 + 1) = Python Object Store at time 14 and Python Object Store at time 14 = [ ], then Python Object Store at time (14 + 1) = [ ]
3 14 + 1 = 15 14 + 1 = 15
4 Python Object Store at time (14 + 1) = Python Object Store at time 15 if 14 + 1 = 15, then Python Object Store at time (14 + 1) = Python Object Store at time 15
5 Python Object Store at time 15 = [ ] if Python Object Store at time (14 + 1) = Python Object Store at time 15 and Python Object Store at time (14 + 1) = [ ], then Python Object Store at time 15 = [ ]

Comments

Please log in to add comments