let c be Int-Location ; for s being State of SCM+FSA holds
( (Exec ((c :==1),s)) . (IC ) = succ (IC s) & (Exec ((c :==1),s)) . c = 1 & ( for b being Int-Location st b <> c holds
(Exec ((c :==1),s)) . b = s . b ) & ( for f being FinSeq-Location holds (Exec ((c :==1),s)) . f = s . f ) )
let s be State of SCM+FSA; ( (Exec ((c :==1),s)) . (IC ) = succ (IC s) & (Exec ((c :==1),s)) . c = 1 & ( for b being Int-Location st b <> c holds
(Exec ((c :==1),s)) . b = s . b ) & ( for f being FinSeq-Location holds (Exec ((c :==1),s)) . f = s . f ) )
reconsider d = c as Element of SCM+FSA-Data-Loc by Def4;
reconsider ml = c as Element of SCM+FSA-Data-Loc by Def4;
reconsider I = c :==1 as Element of SCM+FSA-Instr ;
reconsider S = s as SCM+FSA-State by PBOOLE:155;
reconsider J = 13 as Element of Segm 14 by NAT_1:45;
InsCode I = 13
by RECDEF_2:def 1;
then consider C being Integer such that
A2:
C = 1
and
A3:
SCM+FSA-Exec-Res (I,S) = SCM+FSA-Chg ((SCM+FSA-Chg (S,(I int_addr),C)),(succ (IC S)))
by SCMFSA_1:def 18;
set S1 = SCM+FSA-Chg (S,(I int_addr),C);
A4:
Exec ((c :==1),s) = SCM+FSA-Chg ((SCM+FSA-Chg (S,(I int_addr),C)),(succ (IC S)))
by A3, SCMFSA_1:def 19;
hence
(Exec ((c :==1),s)) . (IC ) = succ (IC s)
by Th7, SCMFSA_1:20; ( (Exec ((c :==1),s)) . c = 1 & ( for b being Int-Location st b <> c holds
(Exec ((c :==1),s)) . b = s . b ) & ( for f being FinSeq-Location holds (Exec ((c :==1),s)) . f = s . f ) )
( I = [J,{},<*d*>] & I `3_3 = <*d*> )
by RECDEF_2:def 3;
then A6:
I int_addr = d
by SCMFSA_1:def 13;
let f be FinSeq-Location ; (Exec ((c :==1),s)) . f = s . f
reconsider q = f as Element of SCM+FSA-Data*-Loc by Def5;
thus (Exec ((c :==1),s)) . f =
(SCM+FSA-Chg (S,(I int_addr),C)) . q
by A4, SCMFSA_1:22
.=
s . f
by SCMFSA_1:27
; verum