グラフの文字数を求める問題はNP完全
Lettericity Is NP-Complete
この論文をやさしく読む
ひとことで言うと
頂点へ少数の文字を割り当ててグラフを表す際に必要な文字数の判定は、一般にはNP完全だと証明した。
何に役立つ?
グラフの文字表現を求めるアルゴリズムの限界を知り、特殊なグラフや追加条件へ研究を絞る助けになる。
この研究の面白いところ
彩色だけ、または文字列だけを固定した拡張問題はどちらもNP完全なのに、両方を固定すると多項式時間で解ける。
どこまで分かった?
一般のグラフの計算量に関する結果であり、特定のグラフクラスの効率的な解法を否定するものではない。
v2のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
グラフGのレタリシティは、各頂点に文字集合Σから文字を割り当て、二文字の組から辺の有無を決める復号器Dを用いてGを文字グラフとして表せるときの、Σの最小の大きさである。より単純な道グラフの場合でさえ、そのレタリシティの閉じた式を得るまで約20年かかったことから、一般のグラフで多項式時間に計算できるかは自明ではなく、近年繰り返し未解決問題として挙げられてきた。本研究は、任意のグラフのレタリシティ問題がNP完全であると証明して、この問題を解決した。 さらに、与えられた頂点の色と文字グラフでの文字割当てを一致させる条件を加えた彩色拡張問題もNP完全であると証明した。文字の列を固定する単語拡張問題の計算量についても未解決問題を解き、NP完全と示した。これらは、彩色拡張と単語拡張の両方の制約を同時に課すと多項式時間で判定できるという既知の結果と対照的である。また、NP完全性の証明に使う還元から、指数時間仮説が正しければ、n頂点のグラフのレタリシティがk以下かを2のo(n)乗時間で判定する決定的アルゴリズムは、n=6kの場合でさえ存在しないと示した。
v2の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-23(UTC)
- 最新改訂
- 2026-09-24 · v2
- 査読・掲載
- 査読状況未確認
更新履歴
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
The lettericity of a graph $G$ is the smallest size of a set $\Sigma$ such that there exist $w_1, \ldots, w_{|V(G)|} \in \Sigma$ and a decoder $D \subseteq \Sigma^2$ for which $G$ is isomorphic to the letter graph $(\{1, \ldots, |V(G)|\}, \{ij : 1 \le i < j \le |V(G)|, w_iw_j \in D\})$. It took around two decades of the study of lettericity for, in the simpler case of paths, a closed-form expression for its lettericity to be derived; this suggests that the question of whether the lettericity of an arbitrary graph can be computed in polynomial time is nontrivial. Indeed, this question has been raised repeatedly as an open problem in recent literature. We solve this problem by showing that the lettericity problem on arbitrary graphs is NP-complete (Theorem 10). We also prove that the coloring extension problem (the same problem as lettericity, with the added condition that if $f$ is the isomorphism mapping from $G$ to the letter graph, $w_{f(v)} = \chi(v)$ for a given coloring $\chi$ of $G$) is NP-complete (Theorem 12). We also resolve the open problem of classifying the complexity of the word extension problem, which is the same problem as lettericity except that the $w_i$ are fixed; we show it to be NP-complete (Theorem 13), which, in tandem with our NP-completeness result for coloring extension, contrasts with the known result that when the constraint of the coloring extension problem and the constraint of the word extension problem are both applied to lettericity, lettericity can be decided in polynomial time. Additionally, we use the reduction in the NP-completeness proof to show that unless the Exponential Time Hypothesis is false, there cannot exist a deterministic algorithm to decide whether the lettericity of an $n$-vertex graph is at most $k$ in time $2^{o(n)}$, even when $n = 6k$ (Theorem 11).
著者のコメント
Removed from the metadata version of the abstract LaTeX commands which didn't successfully render, such as \textsf{}; manuscript unchanged
arXiv ID: 2609.28023 / 要約の誤りについて