let G be _Graph; :: thesis: for v being object
for V being set
for G1, G2 being addAdjVertexAll of G,v,V holds
( the_Vertices_of G1 = the_Vertices_of G2 & ( for v1 being Vertex of G1 holds v1 is Vertex of G2 ) )

let v be object ; :: thesis: for V being set
for G1, G2 being addAdjVertexAll of G,v,V holds
( the_Vertices_of G1 = the_Vertices_of G2 & ( for v1 being Vertex of G1 holds v1 is Vertex of G2 ) )

let V be set ; :: thesis: for G1, G2 being addAdjVertexAll of G,v,V holds
( the_Vertices_of G1 = the_Vertices_of G2 & ( for v1 being Vertex of G1 holds v1 is Vertex of G2 ) )

let G1, G2 be addAdjVertexAll of G,v,V; :: thesis: ( the_Vertices_of G1 = the_Vertices_of G2 & ( for v1 being Vertex of G1 holds v1 is Vertex of G2 ) )
thus the_Vertices_of G1 = the_Vertices_of G2 :: thesis: for v1 being Vertex of G1 holds v1 is Vertex of G2
proof end;
hence for v1 being Vertex of G1 holds v1 is Vertex of G2 ; :: thesis: verum