theorem Th48:
  S = s|SCM-Memory & A = a implies S.A = s.a
proof
  assume S = s|SCM-Memory;
  then s = s +* S by Th45;
  hence thesis by Th47;
end;
