let G2 be _Graph; for V being set
for G1 being addVertices of G2,V
for x, y, e being object holds
( e DJoins x,y,G1 iff e DJoins x,y,G2 )
let V be set ; for G1 being addVertices of G2,V
for x, y, e being object holds
( e DJoins x,y,G1 iff e DJoins x,y,G2 )
let G1 be addVertices of G2,V; for x, y, e being object holds
( e DJoins x,y,G1 iff e DJoins x,y,G2 )
let x, y, e be object ; ( e DJoins x,y,G1 iff e DJoins x,y,G2 )
assume
e DJoins x,y,G2
; e DJoins x,y,G1
then
( e in the_Edges_of G2 & (the_Source_of G2) . e = x & (the_Target_of G2) . e = y )
by GLIB_000:def 14;
then
( e in the_Edges_of G1 & (the_Source_of G1) . e = x & (the_Target_of G1) . e = y )
by Def10;
hence
e DJoins x,y,G1
by GLIB_000:def 14; verum