Department Seminars & Colloquia
When you're logged in, you can subscribe seminars via e-mail
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Tung H. Nguyen (University of Oxford)
Polynomial χ-boundedness for excluding the five-vertex path
Room B332, IBS (기초과학연구원)
Discrete Mathematics
We overview the recent resolution of a 1985 open problem of Gyárfás, that chromatic number is polynomially bounded by clique number for graphs with no induced five-vertex path. The proof introduces a chromatic density framework involving chromatic quasirandomness and chromatic density increment, which allows us to deduce the desired statement from the Erdős–Hajnal result for the five-vertex path.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Hidde Koerts (University of Waterloo)
Characterizing large clique number in tournaments
Room B332, IBS (기초과학연구원)
Discrete Mathematics
A backedge graph of a tournament $T$ with respect to a total ordering $\prec$ of the vertices of $T$ is a graph on $V(T)$ where $uv$ is an edge if and only if $uv \in A(T)$ and $v \prec u$. In 2023, Aboulker, Aubian, Charbit and Lopes introduced the clique number of tournaments based on backedge graphs as a natural counterpart to the dichromatic number of tournaments. Specifically, the clique number of a tournament is the minimum clique number of a backedge graph when considering all possible orderings.
Given this definition, it is not immediately clear what the canonical clique object should be. In this talk, we provide an answer to this question. We show that if a tournament has large clique number, it contains a reasonably large subtournament from one of two simple and previously studied families of tournaments of unbounded clique number.
This talk is based on joint work with Logan Crew, Xinyue Fan, Benjamin Moore, and Sophie Spirkl.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
József Balogh (University of Illinois at Urbana-Champaign)
Clique covers and decompositions of cliques of graphs
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Two related papers will be discussed:
1. In 1966, Erdős, Goodman, and Pósa showed that if $G$ is an $n$-vertex graph, then at most $\lfloor n^2/4 \rfloor$ cliques of $G$ are needed to cover the edges of $G$, and the bound is best possible as witnessed by the balanced complete bipartite graph. This was generalized independently by Győri–Kostochka, Kahn, and Chung, who showed that every $n$-vertex graph admits an edge-decomposition into cliques of total `cost’ at most $2 \lfloor n^2/4 \rfloor$, where an $i$-vertex clique has cost $i$. Erdős suggested the following strengthening: every $n$-vertex graph admits an edge-decomposition into cliques of total cost at most $\lfloor n^2/4 \rfloor$, where now an $i$-vertex clique has cost $i-1$. We prove fractional relaxations and asymptotically optimal versions of both this conjecture and a conjecture of Dau, Milenkovic, and Puleo on covering the $t$-vertex cliques of a graph instead of the edges. Our proofs introduce a general framework for these problems using Zykov symmetrization, the Frankl–Rödl nibble method, and the Szemerédi Regularity Lemma. It is joint work with Jialin He, Robert Krueger, The Nguyen, and Michael Wigal.
2. Let $r \ge 3$ be fixed and $G$ be an $n$-vertex graph. A long-standing conjecture of Győri states that if $e(G) = t_{r-1}(n) + k$, where $t_{r-1}(n)$ denotes the number of edges of the Turán graph on $n$ vertices and $r – 1$ parts, then $G$ has at least $(2 – o(1))k/r$ edge-disjoint $r$-cliques. We prove this conjecture. It is joint work with Michael Wigal.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Dario Cavallaro (TU Berlin)
Well-quasi-ordering Eulerian directed Graphs by (strong) Immersion
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Directed graphs prove to be very hard to tame in contrast to undirected graphs. In particular, they are not well-quasi-ordered by any known relevant inclusion relation, and are lacking fruitful structure theorems. This motivates the search for structurally rich subclasses of directed graphs that are well behaved. Eulerian directed graphs are a particularly prominent example, sharing many similarities with undirected graphs. In fact, it is conjectured that Eulerian directed graphs are well-quasi-ordered by weak immersion, and even well-quasi-ordered by strong immersion when restricting to classes of bounded degree. We believe that we have a proof of both conjectures, and I will report on the current status, progress, and steps towards said proof and its implications. This is joint work with Ken-ichi Kawarabayashi and Stephan Kreutzer.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Chính T. Hoàng (Wilfrid Laurier University)
Problems on graph coloring
Room B332, IBS (기초과학연구원)
Discrete Mathematics
A k-coloring of a graph is an assignment of k colors to its vertices such that no two adjacent adjacent vertices receive the same color. The Coloring Problem is the problem of determining the smallest k such that the graph admits a k-coloring. Given a set L of graphs, a graph G is L-free if G does not contain any graph in L as an induced subgraph. The complexity of the Coloring Problem for L-free graphs is known (NP-complete or polynomial-time solvable) whenever L contains a single graph. There has been keen interest in coloring graphs whose forbidden list L contains basic graphs such as induced paths, induced cycles and their complements. In this talk, I will provide a survey of recent progress on this topic.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Marek Sokołowski (Max Planck Institute of Informatics)
Strongly Polynomial Parallel Work-Depth Tradeoffs for Directed SSSP
Room B332, IBS (기초과학연구원)
Discrete Mathematics
In this talk, we show new strongly polynomial work-depth tradeoffs for computing single-source shortest paths (SSSP) in non-negatively weighted directed graphs in parallel. Most importantly, we prove that directed SSSP can be solved within $\widetilde{O}(m+n^{2-\varepsilon})$ work and $\widetilde{O}(n^{1-\varepsilon})$ depth for some positive $\varepsilon>0$. For dense graphs with non-negative real weights, this yields the first nearly work-efficient strongly polynomial algorithm with sublinear depth. Moreover, we develop efficient parallel algorithms in the Word RAM model for several variants of SSSP in graphs with exponentially large edge weights.
This is a joint work with Adam Karczmarz and Wojciech Nadara.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Seonghun Park (KAIST)
Formalizing Flag Algebras in the Lean Theorem Prover
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Flag algebras are a mathematical framework introduced by Alexander Razborov in 2007, which has been used to resolve a wide range of open problems in extremal graph theory in the past twenty years. This framework provides an algebraic setup where one can express relationships between induced subgraph densities symbolically. It also comes with mathematical techniques for systematically deriving such relationships that always hold. Some of these techniques have even been implemented in automatic tools, such as Flagmatic. In this work, we formalise flag algebras in Lean, an interactive theorem prover based on dependent type theory. Lean is computer software that lets us write mathematical definitions and proofs in a computer and check the correctness of written proofs using a computer. By formalizing flag algebras in Lean, we can ensure that the mathematical foundation of flag algebras does not have any mistakes, and provide a mathematical guarantee that theorems proved by flag algebras are indeed correct. In this talk, I will explain flag algebras and our Lean formalization using Mantel’s theorem as a guiding example. In the process, I will describe the challenges and lessons learned during the formalization.
This is a joint work with Jihoon Hyun, Gyeongwon Jeong, Sang-il Oum, and Hongseok Yang.
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Xiaofan Yuan (IBS Extremal Combinatorics and Probability Group)
Rainbow structures in edge colored graphs
Room B332, IBS (기초과학연구원)
Discrete Mathematics
Let $G = (V, E)$ be a graph on $n$ vertices, and let $c : E \to P$, where $P$ is a set of colors. Let $\delta^c(G) = \min_{v \in V} \{ d^{c}(v) \}$ where $d^c(v)$ is the number of colors on edges incident to a vertex $v$ of $G$. In 2011, Fujita and Magnant showed that if $G$ is a graph on $n$ vertices that satisfies $\delta^c(G)\geq n/2$, then for every two vertices $u, v$ there is a properly-colored $u,v$-path in $G$. We show that for sufficiently large graphs $G$, the same bound for $\delta^c(G)$ implies that any two vertices are connected by a rainbow path. We also show sufficient conditions on $\delta^c(G)$ for the existence of a rainbow cycle of length $2k$ in sufficiently large bipartite graphs $G$, which are tight in many cases. This is joint work with Andrzej Czygrinow.
