let G be _Graph; :: thesis: for C being Component of G holds the_Edges_of C = G .edgesBetween (the_Vertices_of C)
let C be Component of G; :: thesis: the_Edges_of C = G .edgesBetween (the_Vertices_of C)
reconsider VC = the_Vertices_of C as Subset of (the_Vertices_of G) ;
set EB = G .edgesBetween VC;
C .edgesBetween (the_Vertices_of C) c= G .edgesBetween VC by GLIB_000:76;
then A1: the_Edges_of C c= G .edgesBetween VC by GLIB_000:34;
now :: thesis: for e being object holds
( ( e in the_Edges_of C implies e in G .edgesBetween VC ) & ( e in G .edgesBetween VC implies e in the_Edges_of C ) )
end;
hence the_Edges_of C = G .edgesBetween (the_Vertices_of C) by TARSKI:2; :: thesis: verum