let G1 be _Graph; :: thesis: for G2 being loopless _Graph
for F being PGraphMapping of G1,G2 st F is weak_SG-embedding holds
G1 .tChromaticNum() c= G2 .tChromaticNum()

let G2 be loopless _Graph; :: thesis: for F being PGraphMapping of G1,G2 st F is weak_SG-embedding holds
G1 .tChromaticNum() c= G2 .tChromaticNum()

let F be PGraphMapping of G1,G2; :: thesis: ( F is weak_SG-embedding implies G1 .tChromaticNum() c= G2 .tChromaticNum() )
assume F is weak_SG-embedding ; :: thesis: G1 .tChromaticNum() c= G2 .tChromaticNum()
then G1 is G2 .tChromaticNum() -tcolorable by Th186, Th176;
hence G1 .tChromaticNum() c= G2 .tChromaticNum() by Th189; :: thesis: verum