let G be _Graph; ( not G is _trivial & G is Dcomplete implies ( not G is non-multi & not G is edgeless ) )
assume A3:
( not G is _trivial & G is Dcomplete )
; ( not G is non-multi & not G is edgeless )
then consider v, w being Vertex of G such that
A4:
v <> w
by GLIB_000:21;
consider e1 being object such that
A5:
e1 DJoins v,w,G
by A3, A4;
consider e2 being object such that
A6:
e2 DJoins w,v,G
by A3, A4;
A7:
e1 <> e2
( e1 Joins v,w,G & e2 Joins v,w,G )
by A5, A6, GLIB_000:16;
hence
( not G is non-multi & not G is edgeless )
by A7, GLIB_000:def 20; verum