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

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

let I be Instruction of SCM ; :: 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;