theorem :: GLIB_013:88
for G being locally-finite with_max_in_degree _Graph
for n being Nat holds
( G .maxInDegree() = n iff ex v being Vertex of G st
( v .inDegree() = n & ( for w being Vertex of G holds w .inDegree() <= v .inDegree() ) ) )