let G be complete _Graph; :: thesis: for v being Vertex of G holds (the_Vertices_of G) \ {v} c= v .allNeighbors()
let v be Vertex of G; :: thesis: (the_Vertices_of G) \ {v} c= v .allNeighbors()
now :: thesis: for x being object st x in (the_Vertices_of G) \ {v} holds
x in v .allNeighbors()
end;
hence (the_Vertices_of G) \ {v} c= v .allNeighbors() by TARSKI:def 3; :: thesis: verum