Proof: Do Object Store At Unchanged 39

Let's prove the following theorem:

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

then Python Object Store at time 40 = [ ]

Proof:

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

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

Comments

Please log in to add comments