let s be State of SCM+FSA ; :: thesis: for I being InitHalting Program of SCM+FSA
for a being Int-Location
for k being Element of NAT st I does_not_destroy a holds
(IExec I,s) . a = (Computation ((Initialize s) +* (I +* (Start-At (insloc 0 )))),k) . a
let I be InitHalting Program of SCM+FSA ; :: thesis: for a being Int-Location
for k being Element of NAT st I does_not_destroy a holds
(IExec I,s) . a = (Computation ((Initialize s) +* (I +* (Start-At (insloc 0 )))),k) . a
let a be Int-Location ; :: thesis: for k being Element of NAT st I does_not_destroy a holds
(IExec I,s) . a = (Computation ((Initialize s) +* (I +* (Start-At (insloc 0 )))),k) . a
let k be Element of NAT ; :: thesis: ( I does_not_destroy a implies (IExec I,s) . a = (Computation ((Initialize s) +* (I +* (Start-At (insloc 0 )))),k) . a )
assume A1:
I does_not_destroy a
; :: thesis: (IExec I,s) . a = (Computation ((Initialize s) +* (I +* (Start-At (insloc 0 )))),k) . a
A2:
I is_halting_on Initialize s
by Th59;
I is_closed_on Initialize s
by Th60;
hence
(IExec I,s) . a = (Computation ((Initialize s) +* (I +* (Start-At (insloc 0 )))),k) . a
by A1, A2, SCMFSA8C:89; :: thesis: verum