let l be Nat; :: thesis: for s being State of SCM+FSA holds
( (Exec ((goto l),s)) . (IC ) = l & ( for c being Int-Location holds (Exec ((goto l),s)) . c = s . c ) & ( for f being FinSeq-Location holds (Exec ((goto l),s)) . f = s . f ) )

let s be State of SCM+FSA; :: thesis: ( (Exec ((goto l),s)) . (IC ) = l & ( for c being Int-Location holds (Exec ((goto l),s)) . c = s . c ) & ( for f being FinSeq-Location holds (Exec ((goto l),s)) . f = s . f ) )
consider La being Nat such that
A1: l = La and
A2: goto l = SCM-goto La ;
reconsider S = s | SCM-Memory as State of SCM by Th42;
A3: Exec ((goto l),s) = s +* (Exec ((SCM-goto La),S)) by A2, Th44;
hence (Exec ((goto l),s)) . (IC ) = (Exec ((SCM-goto La),S)) . (IC ) by Th46
.= l by A1, AMI_3:7 ;
:: thesis: ( ( for c being Int-Location holds (Exec ((goto l),s)) . c = s . c ) & ( for f being FinSeq-Location holds (Exec ((goto l),s)) . f = s . f ) )
hereby :: thesis: for f being FinSeq-Location holds (Exec ((goto l),s)) . f = s . f
let c be Int-Location; :: thesis: (Exec ((goto l),s)) . c = s . c
reconsider C = c as Data-Location by Th5;
thus (Exec ((goto l),s)) . c = (Exec ((SCM-goto La),S)) . C by A3, Th47
.= S . C by AMI_3:7
.= s . c by Th48 ; :: thesis: verum
end;
let f be FinSeq-Location ; :: thesis: (Exec ((goto l),s)) . f = s . f
A4: not f in dom (Exec ((SCM-goto La),S)) by Th37;
thus (Exec ((goto l),s)) . f = s . f by A3, A4, FUNCT_4:11; :: thesis: verum