组合数学 (Fall 2019)/Problem Set 3

From TCS Wiki
Revision as of 02:23, 29 October 2019 by imported>Haimin
Jump to navigation Jump to search

Under Construction

Problem 1

Let L=L(Km,n) be the laplacian matrix of the complete bipartite graph Kmn.

  • Find a simple upper bound on rank(LnI). Deduce a lower bound on the number of eigenvalues of $L$ equal to $n$.
  • Assume mn, and do the same as (a) for m instead of n.
  • Find the remaining eigenvalues of L.
  • Compute κ(Km,n), the number of spanning trees of Km,n.
  • Give a combinatorial proof of the formula for κ(Km,n).

Problem 2

(Erdős-Spencer 1974)

Let n coins of weights 0 and 1 be given. We are also given a scale with which we may weigh any subset of the coins. Our goal is to determine the weights of coins (that is, to known which coins are 0 and which are 1) with the minimal number of weighings.

This problem can be formalized as follows: A collection S1,S1,,Sm[n] is called determining if an arbitrary subset T[n] can be uniquely determined by the cardinalities |SiT|,1im.

  • Prove that if there is a determining collection S1,S1,,Sm[n], then there is a way to determine the weights of n coins with m weighings.
  • Use pigeonhole principle to show that if a collection S1,S1,,Sm[n] is determining, then it must hold that mnlog2(n+1). (This gives a lower bound for the number of weighings required to determine the weights of n coins.)

Problem 3

A set of vertices DV of graph G(V,E) is a dominating set if for every vV, it holds that vD or v is adjacent to a vertex in D. The problem of computing minimum dominating set is NP-hard.

  • Prove that for every d-regular graph with n vertices, there exists a dominating set with size at most n(1+ln(d+1))d+1.
  • Try to obtain an upper bound for the size of dominating set using Lovász Local Lemma. Is it better or worse than previous one?

Problem 4

  • Prove there is a 2-coloring of edges of Kn with at most (nk)21(a2) monochromatic Ka.
  • Prove there is a 2-coloring of edges of the complete bipartite graph Km,n with at most (ma)(nb)21ab+(na)(mb)21ab monochromatic Ka,b.

Problem 5

Let H(W,F) be a graph and n>|W| be an integer. It is known that for some graph G(V,E) such that |V|=n, |E|=m, G does not contain H as a subgraph. Prove that for k>n2lnnm, there is an edge k-coloring for Kn that Kn contains no monochromatic H.

Remark: Let E=(V2) be the edge set of Kn. "An edge k-coloring for Kn" is a mapping f:E[k].