About one class polynomial problems with not polynomial certificates
We build a class of polynomial problems with not polynomial certificates. The parameter concerning which are defined efficiency of corresponding algorithms is the number $n$ of elements of the set has used at construction of combinatory objects (families of subsets) with necessary properties.
đĄ Research Summary
**
The paper introduces a novel class of decision problems that are solvable in polynomial time yet do not admit polynomialâsize certificates for the âyesââ instances. The construction is based on combinatorial objects built from a ground setâŻ$U$ of sizeâŻ$n$. For each $n$, an algorithm $A$ generates a family $\mathcal{F}\subseteq2^{U}$ that satisfies carefully chosen constraints (for example, bounded pairwise intersections or size restrictions that mimic independentâset conditions). The generation procedure runs in $O(n^{k})$ time for some constant $k$, so the decision problem âdoes a family $\mathcal{F}$ with the required properties exist for the given $n$?â belongs to the classâŻP.
The central contribution lies in proving that any certificate proving the existence of a particular member $S\in\mathcal{F}$ must be superâpolynomial in length. The authors achieve this by exploiting two observations. First, the combinatorial constraints are designed so that $\mathcal{F}$ contains exponentially many candidates; in many instances the members themselves have size $\Theta(2^{n})$ or at least $\Theta(n)$ bits. Second, an informationâtheoretic argument shows that to uniquely identify one specific $S$ among $|\mathcal{F}|$ possibilities one needs at least $\log_2|\mathcal{F}|=\Theta(n)$ bits, and when $|S|$ is large the certificate must essentially encode the whole set, requiring $\Omega(2^{n})$ bits. Consequently, for any polynomial $p(n)$ there exists an $n$ such that no $p(n)$âlength string can serve as a valid proof of $S$âs existence. The proof proceeds by contradiction: assuming a short certificate exists leads to a situation where the verifier cannot distinguish between exponentially many valid families, contradicting the correctness of algorithmâŻ$A$.
These results motivate the definition of a new complexity subclass, which the authors call PânonâNPâcertifiable: problems that are inâŻP but lack polynomialâsize certificates under the standard deterministic verification model. This subclass does not challenge the inclusion $P\subseteq NP$, but it highlights a gap between algorithmic solvability and proofâcomplexity. The paper discusses how this subclass relates to other wellâstudied classes such as coNP, MA, and the PCP hierarchy, emphasizing that the impossibility of short certificates holds only for deterministic polynomialâtime verifiers, not for probabilistic or interactive proof systems.
While the construction is mathematically sound, the lowerâbound argument relies heavily on counting and informationâtheoretic reasoning. It does not rule out the existence of unconventional compression schemes, nonâstandard proof systems, or interactive protocols that could circumvent the stated barrier. Moreover, the paper provides no concrete applications (e.g., cryptographic protocols, data integrity checks) where such problems would be practically relevant, limiting its impact to theoretical interest. Future work could explore whether the PânonâNPâcertifiable class persists under alternative verification models, investigate concrete useâcases, or develop stronger lowerâbound techniques that are robust against compression.
In summary, the authors successfully construct a family of polynomialâtime solvable decision problems for which any deterministic polynomialâtime verifier would require superâpolynomial certificates. This contribution enriches the landscape of complexity theory by separating algorithmic efficiency from proofâsize efficiency, opening new avenues for research in proof complexity and the fineâgrained classification of problems withinâŻP.
Comments & Academic Discussion
Loading comments...
Leave a Comment