
theorem
  for G being _Graph holds G is self-DLcomplementary iff
    ex H being DLGraphComplement of G st H is G-Disomorphic
proof
  let G be _Graph;
  hereby
    assume A1: G is self-DLcomplementary;
    reconsider H = the DLGraphComplement of G as DLGraphComplement of G;
    take H;
    thus H is G-Disomorphic by A1;
  end;
  given H0 being DLGraphComplement of G such that
    A2: H0 is G-Disomorphic;
  let H be DLGraphComplement of G;
  H is H0-Disomorphic by Th50;
  hence H is G-Disomorphic by A2;
end;
