let G be _Graph; :: thesis: the_Edges_of G = G .edgesInOut (the_Vertices_of G)
set EG = the_Edges_of G;
set SG = the_Source_of G;
now :: thesis: for x being object holds
( ( x in the_Edges_of G implies x in G .edgesInOut (the_Vertices_of G) ) & ( x in G .edgesInOut (the_Vertices_of G) implies x in the_Edges_of G ) )
end;
hence the_Edges_of G = G .edgesInOut (the_Vertices_of G) by TARSKI:2; :: thesis: verum