2
$\begingroup$

I am taking a complexity class now, and I struggle to understand the concept of "hardness":
Assume that $L \in \textsf{NP } \cap \textsf{coNP}$. In means that under the assumption $\mathsf{NP} \neq \textsf{coNP}$, $L$ cannot be $\textsf{NP}$-complete. The formal meaning is that not all languages in $\textsf{NP}$ can be reduced to $L$, but does it mean that $L$ is easier to solve than $\textsf{NP}$-complete language (in the sense that it is more likely to have non-exponential algorithm which decides it)?

Is it plausible that the optimal algorithm for $L$ is exponential? (For 3-SAT there is a known assumption, ETH, which as far as I understand states that the optimal algorithm for it has to be exponential).

xskxzr
7,6235 gold badges24 silver badges48 bronze badges
asked Jan 8, 2020 at 20:59
$\endgroup$

1 Answer 1

2
$\begingroup$

You had several questions in there, let's just look at a couple of them, the way I understood you.

Is $L \in \textsf{NP} \cap \textsf{coNP}$ "easier" than problems that are $\textsf{NP}$-hard?

Yes, we believe it is (but as gnasher729 points out in a comment, we don't know for sure; $\textsf{NP}$ could still be equal to $\textsf{P}$, in which case the statement is not entirely correct). ("Hardness" means that it is at least as hard as all the problems in the class. "Completeness" means that it is "hard" and is contained in the class in question., see the reference question [1].)

We do believe that $\textsf{NP} \cap \textsf{coNP}$ is strictly contained in $\textsf{NP}$, and that therefore $L$ cannot be $\textsf{NP}$-hard.

Could it be that the optimal algorithm for $L$ is exponential?

That could very well be. Factoring is in $\textsf{NP} \cap \textsf{coNP}$ [2], and we don't believe there exists a polynomial time algorithm for Factoring.

  1. What is the definition of P, NP, NP-complete and NP-hard?
  2. https://complexityzoo.uwaterloo.ca/Complexity_Zoo:N#npiconp
answered Jan 8, 2020 at 21:30
$\endgroup$
2
  • $\begingroup$ We may believe that the intersection of NP and coNP doesn't contain NP-complete languages, but we don't know. Nothing is proven. $\endgroup$ Commented Jan 10, 2020 at 22:32
  • $\begingroup$ I've updated the wording to make it more clear that we don't know if for sure. $\endgroup$ Commented Jan 11, 2020 at 11:18

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.