Proof: Write Stmt Control Map At Unchanged 12
Let's prove the following theorem:
if the following are true:
- the line at time 12 = 3
- the tab at time 12 = 0
- statement at line 3, tab 0 =
else:
- Control Map at time 12 = [ entry 0: (pair ("if", False)), [ ] ]
then Control Map at time 13 = [ entry 0: (pair ("if", False)), [ ] ]
Proof:
Given
1 | the line at time 12 = 3 |
---|---|
2 | the tab at time 12 = 0 |
3 | statement at line 3, tab 0 = else: |
4 | Control Map at time 12 = [ entry 0: (pair ("if", False)), [ ] ] |
# | Claim | Reason |
---|---|---|
1 | Control Map at time (12 + 1) = Control Map at time 12 | if the line at time 12 = 3 and the tab at time 12 = 0 and statement at line 3, tab 0 = else: , then Control Map at time (12 + 1) = Control Map at time 12 |
2 | Control Map at time (12 + 1) = [ entry 0: (pair ("if", False)), [ ] ] | if Control Map at time (12 + 1) = Control Map at time 12 and Control Map at time 12 = [ entry 0: (pair ("if", False)), [ ] ], then Control Map at time (12 + 1) = [ entry 0: (pair ("if", False)), [ ] ] |
3 | 12 + 1 = 13 | 12 + 1 = 13 |
4 | Control Map at time (12 + 1) = Control Map at time 13 | if 12 + 1 = 13, then Control Map at time (12 + 1) = Control Map at time 13 |
5 | Control Map at time 13 = [ entry 0: (pair ("if", False)), [ ] ] | if Control Map at time (12 + 1) = Control Map at time 13 and Control Map at time (12 + 1) = [ entry 0: (pair ("if", False)), [ ] ], then Control Map at time 13 = [ entry 0: (pair ("if", False)), [ ] ] |
Comments
Please log in to add comments