theorem
  for H being Subgraph of G holds H.eChromaticNum() c= G.eChromaticNum()
proof
  let H be Subgraph of G;
  G is G.eChromaticNum()-ecolorable by Lm14;
  hence thesis by Lm15;
end;
