let G be _Graph; :: thesis: ( G is loopless iff for v being object holds G .edgesBetween ({v},{v}) = {} )
hereby :: thesis: ( ( for v being object holds G .edgesBetween ({v},{v}) = {} ) implies G is loopless ) end;
assume A3: for v being object holds G .edgesBetween ({v},{v}) = {} ; :: thesis: G is loopless
for v, e being object holds not e SJoins {v},{v},G
proof
let v be object ; :: thesis: for e being object holds not e SJoins {v},{v},G
given e being object such that A4: e SJoins {v},{v},G ; :: thesis: contradiction
e in G .edgesBetween ({v},{v}) by A4, GLIB_000:def 30;
hence contradiction by A3; :: thesis: verum
end;
hence G is loopless by Th18; :: thesis: verum