theorem Th100:
  G is G.size()-ecolorable
proof
  reconsider g = id the_Edges_of G as proper EColoring of G;
  card rng g = G.size();
  hence thesis;
end;
