let w be Vertex of G; :: thesis: ( w is with_max_in_degree & w is with_max_out_degree implies w is with_max_degree )
assume A5: ( w is with_max_in_degree & w is with_max_out_degree ) ; :: thesis: w is with_max_degree
now :: thesis: for v being Vertex of G holds v .degree() c= w .degree() end;
hence w is with_max_degree by Th48; :: thesis: verum