theorem Th137:
  G is edgeless implies [f, {}] is TColoring of G
proof
  assume A1: G is edgeless;
  reconsider g = id the_Edges_of G as EColoring of G;
  g = {} by A1;
  hence thesis by Def9;
end;
