let G2 be _Graph; :: thesis: for V being set
for G1 being addVertices of G2,V
for v being Vertex of G1 st v in V \ (the_Vertices_of G2) holds
( v is isolated & not v is cut-vertex )

let V be set ; :: thesis: for G1 being addVertices of G2,V
for v being Vertex of G1 st v in V \ (the_Vertices_of G2) holds
( v is isolated & not v is cut-vertex )

let G1 be addVertices of G2,V; :: thesis: for v being Vertex of G1 st v in V \ (the_Vertices_of G2) holds
( v is isolated & not v is cut-vertex )

let v be Vertex of G1; :: thesis: ( v in V \ (the_Vertices_of G2) implies ( v is isolated & not v is cut-vertex ) )
assume A1: v in V \ (the_Vertices_of G2) ; :: thesis: ( v is isolated & not v is cut-vertex )
v .edgesInOut() = {}
proof end;
hence v is isolated by GLIB_000:def 49; :: thesis: not v is cut-vertex
hence not v is cut-vertex ; :: thesis: verum