Proof: Pc 10
Let's prove the following theorem:
if the following are true:
- instruction #3 is
addi dst=6 src=6 imm=1 - the PC at time 10 = 3
then the PC at time 11 = 4
Proof:
Given
| 1 | instruction #3 is addi dst=6 src=6 imm=1 |
|---|---|
| 2 | the PC at time 10 = 3 |
| # | Claim | Reason |
|---|---|---|
| 1 | the PC at time (10 + 1) = 3 + 1 | if instruction #3 is addi dst=6 src=6 imm=1 and the PC at time 10 = 3, then the PC at time (10 + 1) = 3 + 1 |
| 2 | 10 + 1 = 11 | 10 + 1 = 11 |
| 3 | 3 + 1 = 4 | 3 + 1 = 4 |
| 4 | the PC at time (10 + 1) = the PC at time 11 | if 10 + 1 = 11, then the PC at time (10 + 1) = the PC at time 11 |
| 5 | the PC at time 11 = 4 | if the PC at time (10 + 1) = 3 + 1 and the PC at time (10 + 1) = the PC at time 11 and 3 + 1 = 4, then the PC at time 11 = 4 |
Comments
Please log in to add comments