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

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