theorem
  A+ = {} iff A = {}
proof
  A+ = A |^.. 1 by Th50;
  hence thesis by Th4;
end;
