Proof: Do Control Map At Unchanged 44

Let's prove the following theorem:

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

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

Proof:

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

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

Comments

Please log in to add comments