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

let c be Cardinal; :: thesis: ( G is c -ecolorable implies G .eChromaticNum() c= c )
assume A1: G is c -ecolorable ; :: thesis: G .eChromaticNum() c= c
per cases ( not G .size() in c or G .size() in c ) ;
end;