Proof: Write Stmt Class Defs At Unchanged 22
Let's prove the following theorem:
if the following are true:
- the line at time 22 = 3
- the tab at time 22 = 1
- statement at line 3, tab 1 =
a = __add__(a, 1)
- Class Map at time 22 = [ ]
then Class Map at time 23 = [ ]
Proof:
Given
1 | the line at time 22 = 3 |
---|---|
2 | the tab at time 22 = 1 |
3 | statement at line 3, tab 1 = a = __add__(a, 1) |
4 | Class Map at time 22 = [ ] |
# | Claim | Reason |
---|---|---|
1 | Class Map at time (22 + 1) = Class Map at time 22 | if the line at time 22 = 3 and the tab at time 22 = 1 and statement at line 3, tab 1 = a = __add__(a, 1) , then Class Map at time (22 + 1) = Class Map at time 22 |
2 | Class Map at time (22 + 1) = [ ] | if Class Map at time (22 + 1) = Class Map at time 22 and Class Map at time 22 = [ ], then Class Map at time (22 + 1) = [ ] |
3 | 22 + 1 = 23 | 22 + 1 = 23 |
4 | Class Map at time (22 + 1) = Class Map at time 23 | if 22 + 1 = 23, then Class Map at time (22 + 1) = Class Map at time 23 |
5 | Class Map at time 23 = [ ] | if Class Map at time (22 + 1) = Class Map at time 23 and Class Map at time (22 + 1) = [ ], then Class Map at time 23 = [ ] |
Comments
Please log in to add comments