let G be _Graph; :: thesis: the_Vertices_of (G .allSpanningSG()) = {(the_Vertices_of G)}
now :: thesis: for x being object holds
( ( x in the_Vertices_of (G .allSpanningSG()) implies x = the_Vertices_of G ) & ( x = the_Vertices_of G implies x in the_Vertices_of (G .allSpanningSG()) ) )
end;
hence the_Vertices_of (G .allSpanningSG()) = {(the_Vertices_of G)} by TARSKI:def 1; :: thesis: verum