let G1, G2 be _Graph; :: thesis: for F being PGraphMapping of G1,G2 st F is isomorphism holds
G1 .tChromaticNum() = G2 .tChromaticNum()

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