let V be set ; :: thesis: for G2 being _Graph
for G1 being addVertices of G2,V holds G1 .tChromaticNum() = G2 .tChromaticNum()

let G2 be _Graph; :: thesis: for G1 being addVertices of G2,V holds G1 .tChromaticNum() = G2 .tChromaticNum()
let G1 be addVertices of G2,V; :: thesis: G1 .tChromaticNum() = G2 .tChromaticNum()
per cases ( not G2 is loopless or G2 is loopless ) ;
end;