let G be _Graph; :: thesis: ( G is loopfull iff id (the_Vertices_of G) c= VertexDomRel G )
hereby :: thesis: ( id (the_Vertices_of G) c= VertexDomRel G implies G is loopfull ) end;
assume A3: id (the_Vertices_of G) c= VertexDomRel G ; :: thesis: G is loopfull
now :: thesis: for v being Vertex of G ex e being object st e DJoins v,v,G
let v be Vertex of G; :: thesis: ex e being object st e DJoins v,v,G
[v,v] in id (the_Vertices_of G) by RELAT_1:def 10;
hence ex e being object st e DJoins v,v,G by A3, Th1; :: thesis: verum
end;
hence G is loopfull by GLIB_012:1; :: thesis: verum