theorem
  A+ = {x} implies x = <%>E
proof
  assume that
A1: A+ = {x} and
A2: x <> <%>E;
  A |^.. 1 = {x} by A1,Th50;
  hence thesis by A2,Th38;
end;
