theorem
  (A?) ^^ A = A ^^ (A?)
proof
  A? = A |^ (0, 1) by Th79;
  hence thesis by Th36;
end;
