Proof: Do Control Map At Unchanged 7

Let's prove the following theorem:

if the following are true:
  • expression state at time 7 = "return"
  • Control Map at time 7 = [ ]

then Control Map at time 8 = [ ]

Proof:

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

Given
1 expression state at time 7 = "return"
2 Control Map at time 7 = [ ]
Proof Table
# Claim Reason
1 Control Map at time (7 + 1) = Control Map at time 7 if expression state at time 7 = "return", then Control Map at time (7 + 1) = Control Map at time 7
2 Control Map at time (7 + 1) = [ ] if Control Map at time (7 + 1) = Control Map at time 7 and Control Map at time 7 = [ ], then Control Map at time (7 + 1) = [ ]
3 7 + 1 = 8 7 + 1 = 8
4 Control Map at time (7 + 1) = Control Map at time 8 if 7 + 1 = 8, then Control Map at time (7 + 1) = Control Map at time 8
5 Control Map at time 8 = [ ] if Control Map at time (7 + 1) = Control Map at time 8 and Control Map at time (7 + 1) = [ ], then Control Map at time 8 = [ ]

Comments

Please log in to add comments