let G be _Graph; :: thesis: ( G is loopless iff VertexAdjSymRel G misses id (the_Vertices_of G) )
hereby :: thesis: ( VertexAdjSymRel G misses id (the_Vertices_of G) implies G is loopless ) end;
assume VertexAdjSymRel G misses id (the_Vertices_of G) ; :: thesis: G is loopless
then VertexDomRel G misses id (the_Vertices_of G) by XBOOLE_1:70;
hence G is loopless by Lm1; :: thesis: verum