SPLGJul 30, 2021

A common variable minimax theorem for graphs

arXiv:2107.14747v16 citations
Originality Synthesis-oriented
AI Analysis

This addresses a theoretical graph analysis problem for researchers in mathematics or computer science, but appears incremental as it extends existing smoothness concepts to multiple graphs.

The paper tackles the problem of determining if a nonconstant function exists that is smooth across multiple graphs with a common vertex set, and provides methods to find it if it exists.

Let $\mathcal{G} = \{G_1 = (V, E_1), \dots, G_m = (V, E_m)\}$ be a collection of $m$ graphs defined on a common set of vertices $V$ but with different edge sets $E_1, \dots, E_m$. Informally, a function $f :V \rightarrow \mathbb{R}$ is smooth with respect to $G_k = (V,E_k)$ if $f(u) \sim f(v)$ whenever $(u, v) \in E_k$. We study the problem of understanding whether there exists a nonconstant function that is smooth with respect to all graphs in $\mathcal{G}$, simultaneously, and how to find it if it exists.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes