theorem Th29:
  G is commutative Group implies a |^ b = a
proof
  assume G is commutative Group;
  hence a |^ b = a * b" * b by Lm1
    .= a by Th1;
end;
