let G2 be _Graph; :: thesis: for v being object
for V being set
for G1 being addAdjVertexAll of G2,v,V st V c= the_Vertices_of G2 & not v in the_Vertices_of G2 holds
the_Edges_of G2 = G1 .edgesBetween (the_Vertices_of G2)

let v be object ; :: thesis: for V being set
for G1 being addAdjVertexAll of G2,v,V st V c= the_Vertices_of G2 & not v in the_Vertices_of G2 holds
the_Edges_of G2 = G1 .edgesBetween (the_Vertices_of G2)

let V be set ; :: thesis: for G1 being addAdjVertexAll of G2,v,V st V c= the_Vertices_of G2 & not v in the_Vertices_of G2 holds
the_Edges_of G2 = G1 .edgesBetween (the_Vertices_of G2)

let G1 be addAdjVertexAll of G2,v,V; :: thesis: ( V c= the_Vertices_of G2 & not v in the_Vertices_of G2 implies the_Edges_of G2 = G1 .edgesBetween (the_Vertices_of G2) )
assume A1: ( V c= the_Vertices_of G2 & not v in the_Vertices_of G2 ) ; :: thesis: the_Edges_of G2 = G1 .edgesBetween (the_Vertices_of G2)
set B = G1 .edgesBetween (the_Vertices_of G2);
for e being object holds
( e in the_Edges_of G2 iff e in G1 .edgesBetween (the_Vertices_of G2) )
proof end;
hence the_Edges_of G2 = G1 .edgesBetween (the_Vertices_of G2) by TARSKI:2; :: thesis: verum