
theorem Th85:
  for G1 being _Graph, G2, G3 being DGraphComplement of G1
  holds G3 is G2-Disomorphic
proof
  let G1 be _Graph, G2, G3 be DGraphComplement of G1;
  G1 is G1-Disomorphic by GLIB_010:53;
  hence thesis by Th84;
end;
