let G be connected _Graph; :: thesis: for v being Vertex of holds
( not v is cut-vertex iff for G2 being removeVertex of (the_Vertices_of G), holds G2 .numComponents() c= G .numComponents() )

let v be Vertex of ; :: thesis: ( not v is cut-vertex iff for G2 being removeVertex of (the_Vertices_of G), holds G2 .numComponents() c= G .numComponents() )
hereby :: thesis: ( ( for G2 being removeVertex of (the_Vertices_of G), holds G2 .numComponents() c= G .numComponents() ) implies not v is cut-vertex ) end;
assume A2: for G2 being removeVertex of (the_Vertices_of G), holds G2 .numComponents() c= G .numComponents() ; :: thesis: not v is cut-vertex
now end;
hence not v is cut-vertex by Def10; :: thesis: verum