reserve l, m, n for Nat;
reserve a,b for Int-Location,
  f for FinSeq-Location,
  s,s1,s2 for State of SCM+FSA;
reserve L for finite Subset of Int-Locations;
reserve L for finite Subset of FinSeq-Locations;
reserve L for finite Subset of Int-Locations;

theorem
 (Initialize s).a = s.a
 proof
   not a in dom Start-At(0,SCM+FSA) by SCMFSA_2:102;
  hence (Initialize s).a = s.a by FUNCT_4:11;
 end;
