reserve E,V for set, G,G1,G2 for _Graph, c,c1,c2 for Cardinal, n for Nat;
reserve f for VColoring of G;
reserve g for EColoring of G;
reserve t for TColoring of G;

theorem Th192:
  for G being loopless _Graph holds G.eChromaticNum() c= G.tChromaticNum()
proof
  let G be loopless _Graph;
  G is G.tChromaticNum()-tcolorable by Th186;
  hence thesis by Th162, Lm15;
end;
