theorem Th55:
  S = s|SCM-Memory implies IC s = IC S
proof
  assume S = s|SCM-Memory;
  then s = s +* S by Th45;
  hence thesis by Th46;
end;
