Proof: Write Stmt Class Defs 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 = 1
  • statement at line 3, tab 1 = a = __add__(a, 1)
  • Class Map at time 12 = [ ]

then Class Map at time 13 = [ ]

Proof:

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

Given
1 the line at time 12 = 3
2 the tab at time 12 = 1
3 statement at line 3, tab 1 = a = __add__(a, 1)
4 Class Map at time 12 = [ ]
Proof Table
# Claim Reason
1 Class Map at time (12 + 1) = Class Map at time 12 if the line at time 12 = 3 and the tab at time 12 = 1 and statement at line 3, tab 1 = a = __add__(a, 1), then Class Map at time (12 + 1) = Class Map at time 12
2 Class Map at time (12 + 1) = [ ] if Class Map at time (12 + 1) = Class Map at time 12 and Class Map at time 12 = [ ], then Class Map at time (12 + 1) = [ ]
3 12 + 1 = 13 12 + 1 = 13
4 Class Map at time (12 + 1) = Class Map at time 13 if 12 + 1 = 13, then Class Map at time (12 + 1) = Class Map at time 13
5 Class Map at time 13 = [ ] if Class Map at time (12 + 1) = Class Map at time 13 and Class Map at time (12 + 1) = [ ], then Class Map at time 13 = [ ]

Comments

Please log in to add comments