Assignments: Apr 28th, 2026
Problem 1.
The odd-girth of a graph is the length of its shortest odd cycle. For any subset
Li={u\in V(G):\operatorname{dist}(u,v)=i},\qquad L0={v}.
Ji:= \left(\bigcup{0\le j<i}Lj\right) \cup (Li\cap B) \cup \left(\bigcup{j>i}\bigl(Lj\cap (A\cup B)\bigr)\right).
i+i+1=2i+1\le 2k+1,
X=\left(\bigcup{\substack{0\le j<i\ j\equiv i\pmod 2}}Lj\right) \cup \left(B\cap \bigcup{j\ge i}Lj\right),
Y=\left(\bigcup{\substack{0\le j<i\ j\not\equiv i\pmod 2}}Lj\right) \cup \left(A\cap \bigcup{j>i}Lj\right).
|A\cup B|\ge |J_i|.
\bigcup{0\le j<i}Lj\subseteq J_i.
|J_i\setminus (A\cup B)|\ge i-1.
((A\cap R)\cup(B\cap R))\setminus Ji=Li\cap A.
|(A\cap R)\cup(B\cap R)|\ge |J_i|.
|S|-|T|=|S\setminus T|-|T\setminus S|
|L_i\cap A|
=|((A\cap R)\cup(B\cap R))\setminus Ji| \ge |Ji\setminus (A\cup B)| \ge i-1.
|A|\ge \sum_{i=1}^{k}|L_i\cap A|
\ge \sum_{i=1}^{k}(i-1) =\frac{k(k-1)}{2}.
|B|\ge \frac{k(k-1)}{2}.
|V(G)|\ge |A|+|B|+k+2
\ge k(k-1)+k+2 =k^2+2 \ge k^2.
∎
Download the original write-up here.