let s be State of SCM+FSA; :: thesis: for p being Instruction-Sequence of SCM+FSA
for I being InitHalting Program of SCM+FSA
for f being FinSeq-Location st not f in UsedInt*Loc I holds
(IExec (I,p,s)) . f = s . f

let p be Instruction-Sequence of SCM+FSA; :: thesis: for I being InitHalting Program of SCM+FSA
for f being FinSeq-Location st not f in UsedInt*Loc I holds
(IExec (I,p,s)) . f = s . f

let I be InitHalting Program of SCM+FSA; :: thesis: for f being FinSeq-Location st not f in UsedInt*Loc I holds
(IExec (I,p,s)) . f = s . f

let f be FinSeq-Location ; :: thesis: ( not f in UsedInt*Loc I implies (IExec (I,p,s)) . f = s . f )
( f <> intloc 0 & f <> IC ) by SCMFSA_2:57, SCMFSA_2:58;
then B1: not f in dom (Initialize ((intloc 0) .--> 1)) by SCMFSA6A:42, TARSKI:def 2;
A2: (IExec (I,p,s)) . f = (Result ((p +* I),(Initialized s))) . f by SCMFSA6B:def 1;
A3: Initialize ((intloc 0) .--> 1) c= Initialized s by FUNCT_4:25;
I c= p +* I by FUNCT_4:25;
then p +* I halts_on Initialized s by Def2, A3;
then consider n being Element of NAT such that
A4: Result ((p +* I),(Initialized s)) = Comput ((p +* I),(Initialized s),n) and
CurInstr ((p +* I),(Result ((p +* I),(Initialized s)))) = halt SCM+FSA by EXTPRO_1:def 9;
A5: I c= p +* I by FUNCT_4:25;
A7: for m being Element of NAT st m < n holds
IC (Comput ((p +* I),(Initialized s),m)) in dom I by Def1, A5, A3;
assume not f in UsedInt*Loc I ; :: thesis: (IExec (I,p,s)) . f = s . f
hence (IExec (I,p,s)) . f = (Initialized s) . f by A2, A4, A7, FUNCT_4:25, SF_MASTR:63
.= s . f by B1, FUNCT_4:11 ;
:: thesis: verum