theorem
 for p being PartState of S st Start-At(k,S) c= p holds IC p = k
proof
 let p be PartState of S;
 assume Start-At(k,S) c= p;
  then p is k-started by Th29;
 hence IC p = k;
end;
