let k be Element of NAT ; :: thesis: for i being Instruction of
for I being Instruction of st i = I holds
IncAddr i,k = IncAddr I,k

let i be Instruction of ; :: thesis: for I being Instruction of st i = I holds
IncAddr i,k = IncAddr I,k

let I be Instruction of ; :: thesis: ( i = I implies IncAddr i,k = IncAddr I,k )
assume A1: i = I ; :: thesis: IncAddr i,k = IncAddr I,k
per cases ( InsCode i in {6,7,8} or not InsCode i in {6,7,8} ) ;
end;