Proof: Do Object Store At Unchanged 16

Let's prove the following theorem:

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

then Python Object Store at time 17 = [ ]

Proof:

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

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

Comments

Please log in to add comments