
theorem Th46:
  for G1 being _Graph, G2 being DLGraphComplement of G1, e1,e2,v,w being object
  holds e1 DJoins v,w,G1 implies not e2 DJoins v,w,G2
proof
  let G1 be _Graph, G2 be DLGraphComplement of G1, e1,e2,v,w be object;
  assume A1: e1 DJoins v,w,G1;
  then e1 Joins v,w,G1 by GLIB_000:16;
  then v in the_Vertices_of G1 & w in the_Vertices_of G1 by GLIB_000:13;
  hence thesis by A1, Def6;
end;
