Proof: Do Object Store At Unchanged 19

Let's prove the following theorem:

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

then Python Object Store at time 20 = [ ]

Proof:

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

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

Comments

Please log in to add comments