Proof: Do Control Map At Unchanged 14

Let's prove the following theorem:

if the following are true:
  • expression state at time 14 = "iterate_args"
  • Control Map at time 14 = [ entry 0: (pair ("while", 2)), [ ] ]

then Control Map at time 15 = [ entry 0: (pair ("while", 2)), [ ] ]

Proof:

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

Given
1 expression state at time 14 = "iterate_args"
2 Control Map at time 14 = [ entry 0: (pair ("while", 2)), [ ] ]
Proof Table
# Claim Reason
1 Control Map at time (14 + 1) = Control Map at time 14 if expression state at time 14 = "iterate_args", then Control Map at time (14 + 1) = Control Map at time 14
2 Control Map at time (14 + 1) = [ entry 0: (pair ("while", 2)), [ ] ] if Control Map at time (14 + 1) = Control Map at time 14 and Control Map at time 14 = [ entry 0: (pair ("while", 2)), [ ] ], then Control Map at time (14 + 1) = [ entry 0: (pair ("while", 2)), [ ] ]
3 14 + 1 = 15 14 + 1 = 15
4 Control Map at time (14 + 1) = Control Map at time 15 if 14 + 1 = 15, then Control Map at time (14 + 1) = Control Map at time 15
5 Control Map at time 15 = [ entry 0: (pair ("while", 2)), [ ] ] if Control Map at time (14 + 1) = Control Map at time 15 and Control Map at time (14 + 1) = [ entry 0: (pair ("while", 2)), [ ] ], then Control Map at time 15 = [ entry 0: (pair ("while", 2)), [ ] ]

Comments

Please log in to add comments