theorem
  not f in dom Start-At(l,SCM+FSA)
proof
  assume f in dom Start-At(l,SCM+FSA);
  then f = IC SCM+FSA by TARSKI:def 1;
  hence contradiction by Th50;
end;
