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 end;
hence the_Edges_of C = G .edgesBetween (the_Vertices_of C) by TARSKI:1; :: thesis: verum