theorem Th90:
  A,B are_conjugated implies B,A are_conjugated
proof
  given g such that
A1: A = B * g;
  B = A * (-g) by A1,Th54;
  hence thesis;
end;
