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