let E be set ; :: thesis: for G1 being _Graph
for G2 being reverseEdgeDirections of G1,E holds G1 .tChromaticNum() = G2 .tChromaticNum()

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