theorem
  A? = {<%>E} iff A = {} or A = {<%>E}
proof
  A? = A |^ (0, 1) by Th79;
  hence thesis by Th31;
end;
