let G be non _trivial _Graph; :: thesis: for v being Vertex of G holds not (the_Vertices_of G) \ {v} is empty
let v be Vertex of G; :: thesis: not (the_Vertices_of G) \ {v} is empty
set VG = the_Vertices_of G;
now :: thesis: not (the_Vertices_of G) \ {v} = {} end;
hence not (the_Vertices_of G) \ {v} is empty ; :: thesis: verum