theorem Th76:
  a,b are_conjugated implies b,a are_conjugated
proof
  given g such that
A1: a = b |^ g;
  b = a |^ g" by A1,Th25;
  hence thesis;
end;
