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

let c be Cardinal; :: thesis: ( G is c -tcolorable implies G .tChromaticNum() c= c )
assume A1: G is c -tcolorable ; :: thesis: G .tChromaticNum() c= c
per cases ( not (G .order()) +` (G .size()) in c or (G .order()) +` (G .size()) in c ) ;
end;