let G be _Graph; :: thesis: for H being DLGraphComplement of G holds VertexDomRel H = [:(the_Vertices_of G),(the_Vertices_of G):] \ (VertexDomRel G)
let H be DLGraphComplement of G; :: thesis: VertexDomRel H = [:(the_Vertices_of G),(the_Vertices_of G):] \ (VertexDomRel G)
set N = [:(the_Vertices_of G),(the_Vertices_of G):];
now :: thesis: for x, y being object holds
( ( [x,y] in VertexDomRel H implies [x,y] in [:(the_Vertices_of G),(the_Vertices_of G):] \ (VertexDomRel G) ) & ( [x,y] in [:(the_Vertices_of G),(the_Vertices_of G):] \ (VertexDomRel G) implies [x,y] in VertexDomRel H ) )
end;
hence VertexDomRel H = [:(the_Vertices_of G),(the_Vertices_of G):] \ (VertexDomRel G) by RELAT_1:def 2; :: thesis: verum