theorem Th47:
  A |^ a |^ b = A |^ (a * b)
proof
  thus A |^ a |^ b = A |^ (a * {b}) by Th35
    .= A |^ (a * b) by GROUP_2:18;
end;
