let G be _Graph; :: thesis: for c being Cardinal st G is c -vcolorable holds
G .vChromaticNum() c= c

let c be Cardinal; :: thesis: ( G is c -vcolorable implies G .vChromaticNum() c= c )
assume A1: G is c -vcolorable ; :: thesis: G .vChromaticNum() c= c
per cases ( not G .order() in c or G .order() in c ) ;
end;