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