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