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

let o be Object of SCM+FSA; :: thesis: for I being Instruction of SCM+FSA st InsCode I = InsCode (a >0_goto i1) & o in Data-Locations holds
(Exec (b4,b2)) . b3 = b2 . b3

let I be Instruction of SCM+FSA; :: thesis: ( InsCode I = InsCode (a >0_goto i1) & o in Data-Locations implies (Exec (b3,b1)) . b2 = b1 . b2 )
assume that
A4: InsCode I = InsCode (a >0_goto i1) and
A5: o in Data-Locations ; :: thesis: (Exec (b3,b1)) . b2 = b1 . b2
A6: ex i2 being Nat ex b being Int-Location st I = b >0_goto i2 by A4, SCMFSA_2:25, SCMFSA_2:37;
per cases ( o is Int-Location or o is FinSeq-Location ) by A5, Th1;
suppose o is Int-Location ; :: thesis: (Exec (b3,b1)) . b2 = b1 . b2
hence (Exec (I,s)) . o = s . o by A6, SCMFSA_2:71; :: thesis: verum
end;
suppose o is FinSeq-Location ; :: thesis: (Exec (b3,b1)) . b2 = b1 . b2
hence (Exec (I,s)) . o = s . o by A6, SCMFSA_2:71; :: thesis: verum
end;
end;
end;
hence for b1 being InsType of the InstructionsF of SCM+FSA st b1 = InsCode (a >0_goto i1) holds
b1 is jump-only ; :: thesis: verum