let p be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; :: thesis: for s being State of SCM+FSA
for I being InitHalting Program of SCM+FSA
for a being Int-Location st not I destroys a holds
(IExec (I,p,s)) . a = (Initialized s) . a

let s be State of SCM+FSA; :: thesis: for I being InitHalting Program of SCM+FSA
for a being Int-Location st not I destroys a holds
(IExec (I,p,s)) . a = (Initialized s) . a

let I be InitHalting Program of SCM+FSA; :: thesis: for a being Int-Location st not I destroys a holds
(IExec (I,p,s)) . a = (Initialized s) . a

let a be Int-Location ; :: thesis: ( not I destroys a implies (IExec (I,p,s)) . a = (Initialized s) . a )
A1: DataPart (Initialized s) = DataPart ((Initialized s) +* (Initialize I)) by SCMFSA8A:11;
assume not I destroys a ; :: thesis: (IExec (I,p,s)) . a = (Initialized s) . a
hence (IExec (I,p,s)) . a = (Comput ((p +* I),((Initialized s) +* (Initialize I)),0)) . a by Th62
.= ((Initialized s) +* (Initialize I)) . a by EXTPRO_1:3
.= (Initialized s) . a by A1, SCMFSA6A:38 ;
:: thesis: verum