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

theorem Th46:
  for G1 being addVertices of G2, V
  holds G1 is finite-vcolorable iff G2 is finite-vcolorable
proof
  let G1 be addVertices of G2, V;
  thus G1 is finite-vcolorable implies G2 is finite-vcolorable;
  assume G2 is finite-vcolorable;
  then consider n such that
    A1: G2 is n-vcolorable;
  G1 is n-vcolorable by A1, Th34;
  hence thesis;
end;
