let G1, G2 be _Graph; :: thesis: ( G1 == G2 implies G1 .tChromaticNum() = G2 .tChromaticNum() )
assume A1: G1 == G2 ; :: thesis: G1 .tChromaticNum() = G2 .tChromaticNum()
per cases ( not G1 is loopless or G1 is loopless ) ;
end;