let s be State of SCM+FSA; for p being Instruction-Sequence of SCM+FSA
for f being FinSeq-Location
for I being really-closed Program of st I is_halting_on Initialized s,p & not f in UsedI*Loc I holds
(IExec (I,p,s)) . f = (Initialized s) . f
let p be Instruction-Sequence of SCM+FSA; for f being FinSeq-Location
for I being really-closed Program of st I is_halting_on Initialized s,p & not f in UsedI*Loc I holds
(IExec (I,p,s)) . f = (Initialized s) . f
let f be FinSeq-Location ; for I being really-closed Program of st I is_halting_on Initialized s,p & not f in UsedI*Loc I holds
(IExec (I,p,s)) . f = (Initialized s) . f
let I be really-closed Program of ; ( I is_halting_on Initialized s,p & not f in UsedI*Loc I implies (IExec (I,p,s)) . f = (Initialized s) . f )
set a = f;
assume that
A1:
I is_halting_on Initialized s,p
and
A2:
not f in UsedI*Loc I
; (IExec (I,p,s)) . f = (Initialized s) . f
set Is = Initialized s;
set pI = p +* I;
A3:
p +* I halts_on Initialize (Initialized s)
by A1, SCMFSA7B:def 7;
A4:
Initialized s = Initialize (Initialized s)
by MEMSTR_0:44;
A5:
I c= p +* I
by FUNCT_4:25;
IC (Initialized s) = 0
by MEMSTR_0:def 11;
then
IC (Initialized s) in dom I
by AFINSQ_1:65;
then
for m being Nat st m < LifeSpan ((p +* I),(Initialized s)) holds
IC (Comput ((p +* I),(Initialized s),m)) in dom I
by A5, AMISTD_1:21;
then A6:
(Comput ((p +* I),(Initialized s),(LifeSpan ((p +* I),(Initialized s))))) . f = (Initialized s) . f
by A2, FUNCT_4:25, SF_MASTR:63;
DataPart (IExec (I,p,s)) =
DataPart (Result ((p +* I),(Initialized s)))
by SCMFSA6B:def 1
.=
DataPart (Result ((p +* I),(Initialized s)))
.=
DataPart (Comput ((p +* I),(Initialized s),(LifeSpan ((p +* I),(Initialized s)))))
by A4, A3, EXTPRO_1:23
;
hence
(IExec (I,p,s)) . f = (Initialized s) . f
by A6, SCMFSA_M:2; verum