Proof: Write Stmt Class Defs At Unchanged 10

Let's prove the following theorem:

if the following are true:
  • the line at time 10 = 1
  • the tab at time 10 = 0
  • statement at line 1, tab 0 = if __eq__(3, 3):
  • Class Map at time 10 = [ ]

then Class Map at time 11 = [ ]

Proof:

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

Given
1 the line at time 10 = 1
2 the tab at time 10 = 0
3 statement at line 1, tab 0 = if __eq__(3, 3):
4 Class Map at time 10 = [ ]
Proof Table
# Claim Reason
1 Class Map at time (10 + 1) = Class Map at time 10 if the line at time 10 = 1 and the tab at time 10 = 0 and statement at line 1, tab 0 = if __eq__(3, 3):, then Class Map at time (10 + 1) = Class Map at time 10
2 Class Map at time (10 + 1) = [ ] if Class Map at time (10 + 1) = Class Map at time 10 and Class Map at time 10 = [ ], then Class Map at time (10 + 1) = [ ]
3 10 + 1 = 11 10 + 1 = 11
4 Class Map at time (10 + 1) = Class Map at time 11 if 10 + 1 = 11, then Class Map at time (10 + 1) = Class Map at time 11
5 Class Map at time 11 = [ ] if Class Map at time (10 + 1) = Class Map at time 11 and Class Map at time (10 + 1) = [ ], then Class Map at time 11 = [ ]

Comments

Please log in to add comments