let G be _Graph; :: thesis: for H being removeLoops of G holds VertexDomRel H = (VertexDomRel G) \ (id (the_Vertices_of G))
let H be removeLoops of G; :: thesis: VertexDomRel H = (VertexDomRel G) \ (id (the_Vertices_of G))
now :: thesis: for v, w being object holds
( ( [v,w] in VertexDomRel H implies [v,w] in (VertexDomRel G) \ (id (the_Vertices_of G)) ) & ( [v,w] in (VertexDomRel G) \ (id (the_Vertices_of G)) implies [v,w] in VertexDomRel H ) )
end;
hence VertexDomRel H = (VertexDomRel G) \ (id (the_Vertices_of G)) by RELAT_1:def 2; :: thesis: verum