let G be _Graph; :: thesis: the_Edges_of (G .allSG()) = bool (the_Edges_of G)
now :: thesis: for x being object holds
( ( x in the_Edges_of (G .allSG()) implies x in bool (the_Edges_of G) ) & ( x in bool (the_Edges_of G) implies x in the_Edges_of (G .allSG()) ) )
end;
hence the_Edges_of (G .allSG()) = bool (the_Edges_of G) by TARSKI:2; :: thesis: verum