let H be addVertices of G,V; :: thesis: H is with_max_out_degree
consider v0 being Vertex of G such that
A1: for w0 being Vertex of G holds w0 .outDegree() c= v0 .outDegree() by Def14;
the_Vertices_of G c= the_Vertices_of H by GLIB_006:def 9;
then reconsider v = v0 as Vertex of H by TARSKI:def 3;
now :: thesis: for w being Vertex of H holds w .outDegree() c= v .outDegree() end;
hence H is with_max_out_degree ; :: thesis: verum