theorem
  StepTimes(a,I,p,s).0.f = s.f
proof
  set ST = StepTimes(a,I,p,s);
  set Is = Initialized s;
  thus ST.0.f = Is.f by SCMFSA_9:def 5
    .= s.f by SCMFSA_M:37;
end;
