let a be Int-Location ; :: thesis: for s being State of SCM+FSA holds
( (Exec (Divide a,a),s) . (IC SCM+FSA ) = succ (IC s) & (Exec (Divide a,a),s) . a = (s . a) mod (s . a) & ( for c being Int-Location st c <> a holds
(Exec (Divide a,a),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (Divide a,a),s) . f = s . f ) )

let s be State of SCM+FSA ; :: thesis: ( (Exec (Divide a,a),s) . (IC SCM+FSA ) = succ (IC s) & (Exec (Divide a,a),s) . a = (s . a) mod (s . a) & ( for c being Int-Location st c <> a holds
(Exec (Divide a,a),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (Divide a,a),s) . f = s . f ) )

consider A, B being Data-Location such that
A1: a = A and
A2: ( a = B & Divide a,a = Divide A,B ) by Def15;
reconsider S = (s | SCM-Memory ) +* (NAT --> (Divide A,A)) as State of SCM by Th73;
A3: Exec (Divide a,a),s = (s +* (Exec (Divide A,A),S)) +* (s | NAT ) by A1, A2, Th75;
hence (Exec (Divide a,a),s) . (IC SCM+FSA ) = (Exec (Divide A,A),S) . (IC SCM ) by Th78
.= succ (IC S) by AMI_3:12
.= succ (IC s) by Th88 ;
:: thesis: ( (Exec (Divide a,a),s) . a = (s . a) mod (s . a) & ( for c being Int-Location st c <> a holds
(Exec (Divide a,a),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (Divide a,a),s) . f = s . f ) )

thus (Exec (Divide a,a),s) . a = (Exec (Divide A,A),S) . A by A1, A3, Th79
.= (S . A) mod (S . A) by AMI_3:12
.= (S . A) mod (s . a) by A1, Th80
.= (s . a) mod (s . a) by A1, Th80 ; :: thesis: ( ( for c being Int-Location st c <> a holds
(Exec (Divide a,a),s) . c = s . c ) & ( for f being FinSeq-Location holds (Exec (Divide a,a),s) . f = s . f ) )

hereby :: thesis: for f being FinSeq-Location holds (Exec (Divide a,a),s) . f = s . f
let c be Int-Location ; :: thesis: ( c <> a implies (Exec (Divide a,a),s) . c = s . c )
assume A4: c <> a ; :: thesis: (Exec (Divide a,a),s) . c = s . c
reconsider C = c as Data-Location by Th25;
thus (Exec (Divide a,a),s) . c = (Exec (Divide A,A),S) . C by A3, Th79
.= S . C by A1, A4, AMI_3:12
.= s . c by Th80 ; :: thesis: verum
end;
let f be FinSeq-Location ; :: thesis: (Exec (Divide a,a),s) . f = s . f
A5: now end;
A7: not f in dom (Exec (Divide A,A),S) by Th68;
dom (s | NAT ) = (dom s) /\ NAT by RELAT_1:90;
then not f in dom (s | NAT ) by A5, XBOOLE_0:def 4;
hence (Exec (Divide a,a),s) . f = (s +* (Exec (Divide A,A),S)) . f by A3, FUNCT_4:12
.= s . f by A7, FUNCT_4:12 ;
:: thesis: verum