let G be Dcomplete _Graph; :: thesis: for v being Vertex of G holds
( (the_Vertices_of G) \ {v} c= v .inNeighbors() & (the_Vertices_of G) \ {v} c= v .outNeighbors() & (the_Vertices_of G) \ {v} c= v .allNeighbors() )

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