theorem
  <%x%> in A? iff <%x%> in A
proof
  A? = A |^ (0, 1) by Th79;
  hence thesis by Th53;
end;
