let T be InsType of SCM; ( T = InsCode (SCM-goto i1) implies T is jump-only )
assume A1:
T = InsCode (SCM-goto i1)
; T is jump-only
let s be State of SCM; AMISTD_1:def 1 for b1 being Element of the U1 of SCM
for b2 being Element of the Instructions of SCM holds
( not InsCode b2 = T or not b1 in Data-Locations or (Exec (b2,s)) . b1 = s . b1 )
let o be Object of SCM; for b1 being Element of the Instructions of SCM holds
( not InsCode b1 = T or not o in Data-Locations or (Exec (b1,s)) . o = s . o )
let I be Instruction of SCM; ( not InsCode I = T or not o in Data-Locations or (Exec (I,s)) . o = s . o )
assume that
A2:
InsCode I = T
and
A3:
o in Data-Locations
; (Exec (I,s)) . o = s . o
InsCode I = 6
by A2, A1, RECDEF_2:def 1;
then A4:
ex i2 being Element of NAT st I = SCM-goto i2
by AMI_5:13;
o is Data-Location
by A3, AMI_3:27, AMI_3:def 2;
hence
(Exec (I,s)) . o = s . o
by A4, AMI_3:7; verum