let G be _trivial _Graph; :: thesis: for v being Vertex of G holds
( v .edgesIn() = the_Edges_of G & v .edgesOut() = the_Edges_of G & v .edgesInOut() = the_Edges_of G )

let v be Vertex of G; :: thesis: ( v .edgesIn() = the_Edges_of G & v .edgesOut() = the_Edges_of G & v .edgesInOut() = the_Edges_of G )
consider v0 being Vertex of G such that
A1: the_Vertices_of G = {v0} by Th22;
A2: v = v0 by A1, TARSKI:def 1;
A3: now :: thesis: for e being object st e in the_Edges_of G holds
e DJoins v,v,G
end;
for e being object st e in the_Edges_of G holds
e in v .edgesIn() by A3, Th57;
then the_Edges_of G c= v .edgesIn() ;
hence A5: v .edgesIn() = the_Edges_of G by XBOOLE_0:def 10; :: thesis: ( v .edgesOut() = the_Edges_of G & v .edgesInOut() = the_Edges_of G )
for e being object st e in the_Edges_of G holds
e in v .edgesOut() by A3, Th59;
then the_Edges_of G c= v .edgesOut() ;
hence v .edgesOut() = the_Edges_of G by XBOOLE_0:def 10; :: thesis: v .edgesInOut() = the_Edges_of G
hence v .edgesInOut() = the_Edges_of G by A5; :: thesis: verum