Proof: Byte 5 Stays the Same 8

Let's prove the following theorem:

if the following are true:
  • instruction #4 is addi dst=4 src=4 imm=1
  • the PC at time 8 = 4
  • value of cell 5 at time 8 = 14

then value of cell 5 at time 9 = 14

Proof:

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

Given
1 instruction #4 is addi dst=4 src=4 imm=1
2 the PC at time 8 = 4
3 value of cell 5 at time 8 = 14
Proof Table
# Claim Reason
1 not (5 = 4) not (5 = 4)
2 value of cell 5 at time (8 + 1) = value of cell 5 at time 8 if instruction #4 is addi dst=4 src=4 imm=1 and the PC at time 8 = 4 and not (5 = 4), then value of cell 5 at time (8 + 1) = value of cell 5 at time 8
3 8 + 1 = 9 8 + 1 = 9
4 value of cell 5 at time (8 + 1) = value of cell 5 at time 9 if 8 + 1 = 9, then value of cell 5 at time (8 + 1) = value of cell 5 at time 9
5 value of cell 5 at time 9 = value of cell 5 at time 8 if value of cell 5 at time (8 + 1) = value of cell 5 at time 9 and value of cell 5 at time (8 + 1) = value of cell 5 at time 8, then value of cell 5 at time 9 = value of cell 5 at time 8
6 value of cell 5 at time 9 = 14 if value of cell 5 at time 9 = value of cell 5 at time 8 and value of cell 5 at time 8 = 14, then value of cell 5 at time 9 = 14

Comments

Please log in to add comments