let s be State of SCM+FSA; :: thesis: for P being the Instructions of SCM+FSA -valued ManySortedSet of NAT
for I being parahalting Program of SCM+FSA
for a being read-write Int-Location st not a in UsedIntLoc I holds
(IExec (I,P,s)) . a = s . a

let P be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; :: thesis: for I being parahalting Program of SCM+FSA
for a being read-write Int-Location st not a in UsedIntLoc I holds
(IExec (I,P,s)) . a = s . a

let I be parahalting Program of SCM+FSA; :: thesis: for a being read-write Int-Location st not a in UsedIntLoc I holds
(IExec (I,P,s)) . a = s . a

let a be read-write Int-Location ; :: thesis: ( not a in UsedIntLoc I implies (IExec (I,P,s)) . a = s . a )
assume A1: not a in UsedIntLoc I ; :: thesis: (IExec (I,P,s)) . a = s . a
A2: I c= P +* I by FUNCT_4:26;
Initialized I c= s +* (Initialized I) by FUNCT_4:26;
then P +* I halts_on s +* (Initialized I) by Th19, A2;
then consider n being Element of NAT such that
A3: Result ((P +* I),(s +* (Initialized I))) = Comput ((P +* I),(s +* (Initialized I)),n) and
CurInstr ((P +* I),(Result ((P +* I),(s +* (Initialized I))))) = halt SCM+FSA by EXTPRO_1:def 8;
A4: not a in dom (Initialized I) by SCMFSA6A:48;
dom (ProgramPart s) = NAT by COMPOS_1:34;
then not a in dom (s | NAT) by SCMFSA_2:84;
then A5: (IExec (I,P,s)) . a = (Result ((P +* I),(s +* (Initialized I)))) . a by FUNCT_4:12;
A6: Initialize I c= s +* (Initialized I) by Th8, FUNCT_4:26;
for m being Element of NAT st m < n holds
IC (Comput ((P +* I),(s +* (Initialized I)),m)) in dom I by A6, Def2, FUNCT_4:26;
hence (IExec (I,P,s)) . a = (s +* (Initialized I)) . a by A1, A5, A3, A6, SF_MASTR:69, FUNCT_4:26
.= s . a by A4, FUNCT_4:12 ;
:: thesis: verum