let G be _Graph; :: thesis: ( G is locally-finite iff for v being Vertex of G holds
( v .edgesIn() is finite & v .edgesOut() is finite ) )

hereby :: thesis: ( ( for v being Vertex of G holds
( v .edgesIn() is finite & v .edgesOut() is finite ) ) implies G is locally-finite )
end;
assume A2: for v being Vertex of G holds
( v .edgesIn() is finite & v .edgesOut() is finite ) ; :: thesis: G is locally-finite
let v be Vertex of G; :: according to GLIB_013:def 5 :: thesis: v .edgesInOut() is finite
( v .edgesIn() is finite & v .edgesOut() is finite ) by A2;
hence v .edgesInOut() is finite ; :: thesis: verum