theorem Th91:
  A,B are_conjugated & B,C are_conjugated implies A,C are_conjugated
proof
  given g such that
A1: A = B |^ g;
  given h such that
A2: B = C |^ h;
  A = C |^ (h * g) by A1,A2,Th47;
  hence thesis;
end;
