组合数学 (Spring 2014)/Problem Set 4

From TCS Wiki
Revision as of 03:06, 10 June 2014 by imported>Etone (Problem 4)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Problem 1

An n-player tournament (竞赛图) T([n],E) is said to be transitive, if there exists a permutation π of [n] such that πi<πj for every (i,j)E.

Show that for any k3, there exists an N(k) such that every tournament of nN(k) players contains a transitive sub-tournament of k players.

Problem 2

Let G(U,V,E) be a bipartite graph. Let δU be the minimum degree of vertices in U, and ΔV be the maximum degree of vertices in V.

Show that if δUΔV, then there must be a matching in G such that all vertices in U are matched.

Problem 3

Prove the following statement:

  • For any n distinct finite sets S1,S2,,Sn, there always is a collection F{S1,S2,,Sn} such that |F|n and for any different A,B,CF we have ABC.

(Hint: use Dilworth theorem.)

Problem 4

A Boolean matrix is a matrix whose entries are either 0 or 1. We call a matrix 1-matrix if all its entries are 1.

Let A be a Boolean matrix satisfying:

  • there are totally m 1-entries in A;
  • every row and every column of A contains at most s 1-entries;
  • A does not contain any r×r 1-matrix as submatrix.

Use König-Egerváry Theorem to prove: we need at least msr many 1-matrices to precisely cover all the 1-entries in A.