let s be State of SCM+FSA; for p being the Instructions of SCM+FSA -valued ManySortedSet of NAT
for b being Int-Location
for I being Program of SCM+FSA st I is_closed_on Initialized s,p & I is_halting_on Initialized s,p & not b in UsedIntLoc I holds
(IExec (I,p,s)) . b = (Initialized s) . b
let p be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; for b being Int-Location
for I being Program of SCM+FSA st I is_closed_on Initialized s,p & I is_halting_on Initialized s,p & not b in UsedIntLoc I holds
(IExec (I,p,s)) . b = (Initialized s) . b
let b be Int-Location ; for I being Program of SCM+FSA st I is_closed_on Initialized s,p & I is_halting_on Initialized s,p & not b in UsedIntLoc I holds
(IExec (I,p,s)) . b = (Initialized s) . b
let I be Program of SCM+FSA; ( I is_closed_on Initialized s,p & I is_halting_on Initialized s,p & not b in UsedIntLoc I implies (IExec (I,p,s)) . b = (Initialized s) . b )
set a = b;
assume that
A1:
I is_closed_on Initialized s,p
and
A2:
I is_halting_on Initialized s,p
and
A3:
not b in UsedIntLoc I
; (IExec (I,p,s)) . b = (Initialized s) . b
set Is = Initialized s;
set sI = s +* (Initialize ((intloc 0) .--> 1));
set pI = p +* I;
A6:
p +* I halts_on Initialize (Initialized s)
by A2, SCMFSA7B:def 8;
A7:
dom (s | NAT) c= NAT
by RELAT_1:87;
A8:
dom (s | NAT) misses Data-Locations SCM+FSA
by A7, XBOOLE_1:63, COMPOS_1:51;
A9:
s +* (Initialize ((intloc 0) .--> 1)) = Initialize (Initialized s)
by SCMFSA8A:13;
then D1:
Start-At (0,SCM+FSA) c= s +* (Initialize ((intloc 0) .--> 1))
by FUNCT_4:26;
for m being Element of NAT st m < LifeSpan ((p +* I),(s +* (Initialize ((intloc 0) .--> 1)))) holds
IC (Comput ((p +* I),(s +* (Initialize ((intloc 0) .--> 1))),m)) in dom I
by A1, SCMFSA7B:def 7, A9;
then A10:
(Comput ((p +* I),(s +* (Initialize ((intloc 0) .--> 1))),(LifeSpan ((p +* I),(s +* (Initialize ((intloc 0) .--> 1))))))) . b = (s +* (Initialize ((intloc 0) .--> 1))) . b
by A3, SF_MASTR:69, FUNCT_4:26, D1;
DataPart (IExec (I,p,s)) =
DataPart ((Result ((p +* I),(s +* (Initialize ((intloc 0) .--> 1))))) +* (s | NAT))
by SCMFSA6B:def 1
.=
DataPart (Result ((p +* I),(s +* (Initialize ((intloc 0) .--> 1)))))
by A8, FUNCT_4:76
.=
DataPart (Comput ((p +* I),(s +* (Initialize ((intloc 0) .--> 1))),(LifeSpan ((p +* I),(s +* (Initialize ((intloc 0) .--> 1)))))))
by A9, A6, EXTPRO_1:23
;
hence
(IExec (I,p,s)) . b = (Initialized s) . b
by A10, SCMFSA6A:38; verum