let p be Instruction-Sequence of SCM+FSA; for s being State of SCM+FSA
for I being really-closed good InitHalting Program of SCM+FSA
for a being read-write Int-Location st not I destroys a holds
(IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s)) . a = (s . a) - 1
let s be State of SCM+FSA; for I being really-closed good InitHalting Program of SCM+FSA
for a being read-write Int-Location st not I destroys a holds
(IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s)) . a = (s . a) - 1
let I be really-closed good InitHalting Program of SCM+FSA; for a being read-write Int-Location st not I destroys a holds
(IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s)) . a = (s . a) - 1
let a be read-write Int-Location; ( not I destroys a implies (IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s)) . a = (s . a) - 1 )
assume A1:
not I destroys a
; (IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s)) . a = (s . a) - 1
set I1 = I ";" (SubFrom (a,(intloc 0)));
set ss = IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s);
set s0 = Initialized s;
thus (IExec ((I ";" (SubFrom (a,(intloc 0)))),p,s)) . a =
(Exec ((SubFrom (a,(intloc 0))),(IExec (I,p,s)))) . a
by Th21
.=
((IExec (I,p,s)) . a) - ((IExec (I,p,s)) . (intloc 0))
by SCMFSA_2:65
.=
((IExec (I,p,s)) . a) - 1
by Th7
.=
((Initialized s) . a) - 1
by A1, Th44
.=
(s . a) - 1
by SCMFSA_M:37
; verum