稀疏多项式与常数支撑多项式等价性测试的NP难度性
摘要
一个稀疏多项式至多包含个非零项系数的单项式。稀疏多项式等价性测试问题(ETsparse)要求决定给定的多项式是否等价于某个稀疏多项式。即,给定和,ETsparse要求检查是否存在和,使得为稀疏的。我们证明,如果以稀疏表示形式给出(即作为非零系数和指数向量的列表),则ETsparse在任意域上均为NP难。这回答了[Gupta-Saha-Thankey, SODA'23]和[Baraskar-Dewan-Saha, STACS'24]中提出的问题。该结果表明,如果输入以稀疏表示形式给出,则深度为3的算术电路的一个稠密子类的最小电路大小问题(MCSP)为NP难。我们还证明,对于给定的稀疏多项式,寻找最小的使得位于某个稀疏多项式的轨道中,并以因子进行近似,是NP难的;注意,因子近似是平凡的,因为输入为稀疏。最后,我们证明对于任意常数,检查给定(以稀疏表示形式给出)的多项式是否位于某个支撑为的多项式的轨道中是NP难的。多项式的支撑是指中任何单项式中出现的最大变量数。这些结果通过直接从3-SAT问题进行归约获得。
引用
@article{arxiv.2410.12251,
title = {NP-hardness of testing equivalence to sparse polynomials and to constant-support polynomials},
author = {Omkar Baraskar and Agrim Dewan and Chandan Saha and Pulkit Sinha},
journal= {arXiv preprint arXiv:2410.12251},
year = {2024}
}
备注
A preliminary version of the paper appeared in the proceedings of ICALP 2024. This version is slightly stronger than the ECCC one: a) We show it is NP-hard to test equivalence to support-5 polynomials (instead of support-6). b) We adapt the proof technique to show it is NP-hard to test equivalence to sparse polynomials under translations only; A suitable gap version of the result is also shown