theorem
  r = {} iff r + s = s
proof
  s+{} = s by Th50;
  hence thesis by Th62;
end;
