let l be Instruction-Location of SCM+FSA ; :: thesis: for a being Int-Location
for s being State of SCM+FSA holds
( ( s . a = 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = l ) & ( s . a <> 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = Next ) & ( for c being Int-Location holds (Exec (a =0_goto l),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (a =0_goto l),s) . f = s . f ) )
let a be Int-Location ; :: thesis: for s being State of SCM+FSA holds
( ( s . a = 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = l ) & ( s . a <> 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = Next ) & ( for c being Int-Location holds (Exec (a =0_goto l),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (a =0_goto l),s) . f = s . f ) )
let s be State of SCM+FSA ; :: thesis: ( ( s . a = 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = l ) & ( s . a <> 0 implies (Exec (a =0_goto l),s) . (IC SCM+FSA ) = Next ) & ( for c being Int-Location holds (Exec (a =0_goto l),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (a =0_goto l),s) . f = s . f ) )
consider A being Data-Location , La being Instruction-Location of SCM such that
A1:
a = A
and
A2:
l = La
and
A3:
a =0_goto l = A =0_goto La
by Def17;
reconsider S = (s | SCM-Memory ) +* (NAT --> (A =0_goto La)) as State of SCM by SCMFSA_1:18;
A4:
Exec (a =0_goto l),s = (s +* (Exec (A =0_goto La),S)) +* (s | NAT )
by A3, Th75;
let f be FinSeq-Location ; :: thesis: (Exec (a =0_goto l),s) . f = s . f
A7:
dom (s | NAT ) = (dom s) /\ NAT
by RELAT_1:90;
then A9:
not f in dom (s | NAT )
by A7, XBOOLE_0:def 4;
A10:
not f in dom (Exec (A =0_goto La),S)
by Th68;
thus (Exec (a =0_goto l),s) . f =
(s +* (Exec (A =0_goto La),S)) . f
by A4, A9, FUNCT_4:12
.=
s . f
by A10, FUNCT_4:12
; :: thesis: verum