组合数学 (Fall 2011)/Problem set 3

From TCS Wiki
Revision as of 12:08, 28 October 2011 by imported>Etone (→‎Problem 2)
Jump to navigation Jump to search

Problem 1

[math]\displaystyle{ a_1,a_2,\ldots,a_n }[/math] 为任意长为 [math]\displaystyle{ n }[/math] 的整数序列。

证明:存在 [math]\displaystyle{ j,k }[/math] 满足 [math]\displaystyle{ 1\le j\le k\le n }[/math] 使得 [math]\displaystyle{ \sum_{i=j}^ka_i }[/math] 可被 [math]\displaystyle{ n }[/math] 整除。

Problem 2

一个图 [math]\displaystyle{ G(V,E) }[/math] 的切 (cut) 是一个边集 [math]\displaystyle{ C\subseteq E }[/math],使得去掉这些边之后 [math]\displaystyle{ G }[/math] 不再连通。求一个图的最大切 (maximum cut) 是 Karp 的21个NP完全问题之一

证明:任意一个有 [math]\displaystyle{ m }[/math] 条边的无向图都存在一个不[math]\displaystyle{ \frac{m}{2} }[/math] 的切。

Problem 3

[math]\displaystyle{ \mathcal{H}\subseteq{[n]\choose k} }[/math] 为一个 [math]\displaystyle{ k }[/math]-uniform [math]\displaystyle{ k }[/math]-regular hypergraph,即 [math]\displaystyle{ \forall i\in[n] }[/math],刚好有 [math]\displaystyle{ k }[/math] 个不同的 [math]\displaystyle{ S\in\mathcal{H} }[/math] 满足 [math]\displaystyle{ i\in S }[/math]

假设 [math]\displaystyle{ k\ge 10 }[/math]。证明:存在一个对 [math]\displaystyle{ [n] }[/math] 的 2着色 [math]\displaystyle{ f:[n]\rightarrow\{0,1\} }[/math] 使得 [math]\displaystyle{ \mathcal{H} }[/math] 中不存在单色的集合 [math]\displaystyle{ S\in\mathcal{H} }[/math]