theorem
  (A?) ^^ A = A |^ (1, 2)
proof
  A? = A |^ (0, 1) by Th79;
  then (A?) ^^ A = A |^ (0 + 1, 1 + 1) by Th38;
  hence thesis;
end;
