let G be _Graph; for e, v, w being object st e Joins v,w,G & v <> w holds
not e in G .loops()
let e, v, w be object ; ( e Joins v,w,G & v <> w implies not e in G .loops() )
assume A1:
( e Joins v,w,G & v <> w )
; not e in G .loops()
assume
e in G .loops()
; contradiction
then consider u being object such that
A2:
e Joins u,u,G
by Def2;
( u = v & u = w )
by A1, A2, GLIB_000:15;
hence
contradiction
by A1; verum