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