theorem
  A? = (A \ {<%>E})?
proof
  thus A? = {<%>E} \/ A by Th76
    .= {<%>E} \/ (A \ {<%>E}) by XBOOLE_1:39
    .= (A \ {<%>E})? by Th76;
end;
