Proof: Byte 1 Stays the Same 16

Let's prove the following theorem:

if the following are true:
  • instruction #3 is load dst=4 addr=1 imm=0
  • the PC at time 16 = 3
  • value of cell 1 at time 16 = 124

then value of cell 1 at time 17 = 124

Proof:

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

Given
1 instruction #3 is load dst=4 addr=1 imm=0
2 the PC at time 16 = 3
3 value of cell 1 at time 16 = 124
Proof Table
# Claim Reason
1 not (1 = 4) not (1 = 4)
2 value of cell 1 at time (16 + 1) = value of cell 1 at time 16 if instruction #3 is load dst=4 addr=1 imm=0 and the PC at time 16 = 3 and not (1 = 4), then value of cell 1 at time (16 + 1) = value of cell 1 at time 16
3 16 + 1 = 17 16 + 1 = 17
4 value of cell 1 at time (16 + 1) = value of cell 1 at time 17 if 16 + 1 = 17, then value of cell 1 at time (16 + 1) = value of cell 1 at time 17
5 value of cell 1 at time 17 = value of cell 1 at time 16 if value of cell 1 at time (16 + 1) = value of cell 1 at time 17 and value of cell 1 at time (16 + 1) = value of cell 1 at time 16, then value of cell 1 at time 17 = value of cell 1 at time 16
6 value of cell 1 at time 17 = 124 if value of cell 1 at time 17 = value of cell 1 at time 16 and value of cell 1 at time 16 = 124, then value of cell 1 at time 17 = 124

Comments

Please log in to add comments