let s be State of SCM+FSA; for p being Instruction-Sequence of SCM+FSA
for J being good MacroInstruction of SCM+FSA
for a being read-write Int-Location holds ((StepTimes (a,J,p,s)) . 0) . a = s . a
let p be Instruction-Sequence of SCM+FSA; for J being good MacroInstruction of SCM+FSA
for a being read-write Int-Location holds ((StepTimes (a,J,p,s)) . 0) . a = s . a
let J be good MacroInstruction of SCM+FSA ; for a being read-write Int-Location holds ((StepTimes (a,J,p,s)) . 0) . a = s . a
let a be read-write Int-Location; ((StepTimes (a,J,p,s)) . 0) . a = s . a
set I = J;
set ST = StepTimes (a,J,p,s);
set Is = Initialized s;
thus ((StepTimes (a,J,p,s)) . 0) . a =
(Initialized s) . a
by SCMFSA_9:def 5
.=
s . a
by SCMFSA_M:37
; verum