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