theorem Th77:
  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,Th24;
  hence thesis;
end;
