Proof: Do Control Map At Unchanged 32

Let's prove the following theorem:

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

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

Proof:

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

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

Comments

Please log in to add comments