let G2 be non edgeless _Graph; :: thesis: for v, e, w being object
for G1 being addAdjVertex of G2,v,e,w holds G1 .tChromaticNum() c= (G2 .tChromaticNum()) +` 1

let v, e, w be object ; :: thesis: for G1 being addAdjVertex of G2,v,e,w holds G1 .tChromaticNum() c= (G2 .tChromaticNum()) +` 1
let G1 be addAdjVertex of G2,v,e,w; :: thesis: G1 .tChromaticNum() c= (G2 .tChromaticNum()) +` 1
per cases ( not G1 is loopless or G1 is loopless ) ;
end;