theorem
  A* = (A \ {<%>E})*
proof
  thus (A \ {<%>E})* = ((A \ {<%>E}) \/ {<%>E})* by Th48,Th68
    .= (A \/ {<%>E})* by XBOOLE_1:39
    .= A* by Th48,Th68;
end;
