theorem
  x in A & x <> <%>E implies A* <> {<%>E}
proof
  assume that
A1: x in A and
A2: x <> <%>E;
  A <> {<%>E} by A1,A2,TARSKI:def 1;
  hence thesis by A1,FLANG_1:47;
end;
