组合数学 (Fall 2023)/Problem Set 3: Difference between revisions

From TCS Wiki
Jump to navigation Jump to search
Roundgod (talk | contribs)
No edit summary
Roundgod (talk | contribs)
No edit summary
Line 15: Line 15:
== Problem 3 ==
== Problem 3 ==
The ''girth'' of a graph is the length of its smallest cycle. Show that for any integer <math>k\geq 3 </math>, for <math>n </math> '''sufficiently large''' there is a simple graph with <math> n </math> vertices, at least <math>\frac{1}{4}n^{1+1/k} </math> edges, and girth at least <math> k </math>. (Hint: Try to generate a random graph with <math> n </math> vertices and then fix things up!)
The ''girth'' of a graph is the length of its smallest cycle. Show that for any integer <math>k\geq 3 </math>, for <math>n </math> '''sufficiently large''' there is a simple graph with <math> n </math> vertices, at least <math>\frac{1}{4}n^{1+1/k} </math> edges, and girth at least <math> k </math>. (Hint: Try to generate a random graph with <math> n </math> vertices and then fix things up!)
== Problem 4 ==
Let <math>G = (V, E)</math> be an undirected graph and suppose each <math>v \in V</math>  is
associated with a set <math>S(v)</math> of <math>8r</math> colors, where <math>r \geq 1 </math>. Suppose, in addition, that for each
<math>v \in V</math> and <math>c \in S(v)</math> there are at most <math>r</math> neighbors <math>u</math> of <math>v</math> such that <math>c</math> lies in <math>S(u)</math>. Prove
that there is a proper coloring of <math>G</math> assigning to each vertex <math>v</math> a color from its class
<math>S(v)</math> such that, for any edge <math>(u, v) \in E</math>, the colors assigned to <math>u</math> and <math>v</math> are different

Revision as of 17:31, 8 May 2023

Problem 1

Solve the following two existence problems:

  • You are given [math]\displaystyle{ n }[/math] integers [math]\displaystyle{ a_1,a_2,\dots,a_n }[/math], such that for each [math]\displaystyle{ 1\leq i\leq n }[/math] it holds that [math]\displaystyle{ i-n\leq a_i\leq i-1 }[/math]. Show that there exists a nonempty subsequence (not necessarily consecutive) of these integers, whose sum is equal to [math]\displaystyle{ 0 }[/math]. (Hint: Consider [math]\displaystyle{ b_i=a_i-i }[/math])
  • You are given two multisets [math]\displaystyle{ A }[/math] and [math]\displaystyle{ B }[/math], both with [math]\displaystyle{ n }[/math] integers from [math]\displaystyle{ 1 }[/math] to [math]\displaystyle{ n }[/math]. Show that there exists two nonempty subsets [math]\displaystyle{ A'\subseteq A }[/math] and [math]\displaystyle{ B'\subseteq B }[/math] with equal sum, i.e. [math]\displaystyle{ \sum\limits_{x\in A'}x=\sum\limits_{y\in B'}y }[/math] (Hint: Replace the term multiset by sequence, the term subset by consecutive subsequence, and the statement is still true. )


Problem 2

Suppose [math]\displaystyle{ n \geq 4 }[/math], and let [math]\displaystyle{ H }[/math] be an [math]\displaystyle{ n }[/math]-uniform hypergraph with at most [math]\displaystyle{ \frac{4^{n−1}}{3^n} }[/math] (hyper)edges. Prove that there is a coloring of the vertices of [math]\displaystyle{ H }[/math] by four colors so that in every (hyper)edge all four colors are represented.

Problem 3

The girth of a graph is the length of its smallest cycle. Show that for any integer [math]\displaystyle{ k\geq 3 }[/math], for [math]\displaystyle{ n }[/math] sufficiently large there is a simple graph with [math]\displaystyle{ n }[/math] vertices, at least [math]\displaystyle{ \frac{1}{4}n^{1+1/k} }[/math] edges, and girth at least [math]\displaystyle{ k }[/math]. (Hint: Try to generate a random graph with [math]\displaystyle{ n }[/math] vertices and then fix things up!)

Problem 4

Let [math]\displaystyle{ G = (V, E) }[/math] be an undirected graph and suppose each [math]\displaystyle{ v \in V }[/math] is associated with a set [math]\displaystyle{ S(v) }[/math] of [math]\displaystyle{ 8r }[/math] colors, where [math]\displaystyle{ r \geq 1 }[/math]. Suppose, in addition, that for each [math]\displaystyle{ v \in V }[/math] and [math]\displaystyle{ c \in S(v) }[/math] there are at most [math]\displaystyle{ r }[/math] neighbors [math]\displaystyle{ u }[/math] of [math]\displaystyle{ v }[/math] such that [math]\displaystyle{ c }[/math] lies in [math]\displaystyle{ S(u) }[/math]. Prove that there is a proper coloring of [math]\displaystyle{ G }[/math] assigning to each vertex [math]\displaystyle{ v }[/math] a color from its class [math]\displaystyle{ S(v) }[/math] such that, for any edge [math]\displaystyle{ (u, v) \in E }[/math], the colors assigned to [math]\displaystyle{ u }[/math] and [math]\displaystyle{ v }[/math] are different