let G be _Graph; :: thesis: ( G is c +` 1 -vertex & G is simple & G is complete implies G is c -regular )
assume A2: ( G is c +` 1 -vertex & G is simple & G is complete ) ; :: thesis: G is c -regular
let v be Vertex of G; :: according to GLIB_016:def 4 :: thesis: v .degree() = c
A3: (v .degree()) +` 1 = G .order() by A2, GLIBPRE1:45
.= c +` 1 by A2, GLIB_013:def 3 ;
per cases ( c is finite or c is infinite ) ;
end;