set S = SCM ;
now
let s be State of SCM ; :: thesis: for o being Object of SCM
for I being Instruction of SCM st InsCode I = InsCode (a >0_goto i1) & o <> IC SCM holds
(Exec b5,b3) . b4 = b3 . b4

let o be Object of SCM ; :: thesis: for I being Instruction of SCM st InsCode I = InsCode (a >0_goto i1) & o <> IC SCM holds
(Exec b4,b2) . b3 = b2 . b3

let I be Instruction of SCM ; :: thesis: ( InsCode I = InsCode (a >0_goto i1) & o <> IC SCM implies (Exec b3,b1) . b2 = b1 . b2 )
assume that
A4: InsCode I = InsCode (a >0_goto i1) and
A5: o <> IC SCM ; :: thesis: (Exec b3,b1) . b2 = b1 . b2
InsCode I = 8 by A4, RECDEF_2:def 1;
then A6: ex i2 being Element of NAT ex b being Data-Location st I = b >0_goto i2 by AMI_5:54;
per cases ( o in NAT or o is Data-Location ) by A5, Th3;
suppose o in NAT ; :: thesis: (Exec b3,b1) . b2 = b1 . b2
then reconsider l = o as Element of NAT ;
l = o ;
hence (Exec I,s) . o = s . o by AMI_1:def 13; :: thesis: verum
end;
suppose o is Data-Location ; :: thesis: (Exec b3,b1) . b2 = b1 . b2
hence (Exec I,s) . o = s . o by A6, AMI_3:15; :: thesis: verum
end;
end;
end;
hence for b1 being InsType of SCM st b1 = InsCode (a >0_goto i1) holds
b1 is jump-only by AMISTD_1:def 3; :: thesis: verum