let v be Vertex of G; :: thesis: ( v is isolated implies not v is cut-vertex )
assume A1: v is isolated ; :: thesis: not v is cut-vertex
not for G2 being removeVertex of G,v holds G .numComponents() in G2 .numComponents()
proof end;
hence not v is cut-vertex by GLIB_002:def 10; :: thesis: verum