let H be reverseEdgeDirections of G; :: thesis: H is with_max_in_degree
consider v1 being Vertex of G such that
A1: for w1 being Vertex of G holds w1 .outDegree() c= v1 .outDegree() by Def14;
A2: the_Vertices_of G = the_Vertices_of H by GLIB_007:def 1;
then reconsider v2 = v1 as Vertex of H ;
now :: thesis: for w2 being Vertex of H holds w2 .inDegree() c= v2 .inDegree() end;
hence H is with_max_in_degree ; :: thesis: verum