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