Questions tagged [co-np]
Question about the complexity class that is a complement of NP, i.e. decision problems where the "no" instances can be accepted by a nondeterministic Turing machine that runs in time polynomial in the length of the input.
78 questions
0
votes
1
answer
92
views
Complexity class of an algorithm for finding the minimal elements of a partially ordered set of exponential size
I have a problem with the following specs:
The input is a permutation of size $n$.
The search space is a poset where the size could be up to $\left(\frac{n}{4}\right)!^2$ (or possibly larger, but I ...
0
votes
1
answer
117
views
Two definitions of coNP
If $L\subseteq \{0, 1\}^∗$ is a language, then we denote by $\overline{L}$ the complement of $L$. That is, $\overline{L} = \{0, 1\}^∗\setminus L.$
We make the following one definition of $\mathrm{...
0
votes
1
answer
81
views
Unusual language in NP
Under the assumptions $\text{NP} \neq \text{coNP}$ and $\text{P}\neq\text{NP}\cap \text{coNP}$, we need to prove that
there is a language $L$ that satisfies the following:
$L\notin \text{P}$.
$L\in \...
4
votes
1
answer
272
views
Showing the language of all graphs that are both 4-colorable and not 3-colorable is coNP-hard
As the title states, I need to prove that the language of all graphs that are both 4-colorable and not 3-colorable is coNP-hard.
I'm not looking for a solution but a clue or something to help me ...
1
vote
1
answer
479
views
If coNP ⊆ NP, does that mean coNP = NP?
I had an exam, and one of the questions was
Does ZPP = BPP if coNP ⊆ ZPP.
I came down to coNP ⊆ NP and went on with "then coNP = NP", am i right?
0
votes
0
answers
124
views
Is deciding all combinations of repeated usage of $A$ does not sum up to $A$ coNP-complete?
Given a set $A \subseteq \{1,2,3,\dots\}$, decide if $\sum_{x \in A} x \neq \sum_{y \in B} y$ for every $B$ that is a combination with repeated usage of $A$.
We define $B$ to be a combination with ...
2
votes
1
answer
126
views
How to interpret Universal Quantifier in Alternating Turing Machines?
I am trying to read about Alternating Turing Machines (ATM) that have both existential and universal quantifiers for all their internal states. Given that these models are conceptual, I tend to ...
3
votes
2
answers
294
views
Proof that $NP \cap coNP = P$
Suppose I want to prove that $NP \cap coNP = P$. Since clearly $P\subseteq NP \cap coNP$, I need to prove the opposite direction, i.e., every problem in $NP \cap coNP$ has a polynomial-time algorithm. ...
0
votes
1
answer
121
views
Is the class NP closed under complement? (Follow-up)
As a follow up to this question already been asked here, I was wondering - if we supposed that P != NP, would then the following reasoning be correct:
In NP problems we can only verify in poly-time ...
1
vote
1
answer
169
views
Why is infeasibility of linear programming considered to be an NP problem?
I recently came across this question, and the way I think people usually go about this is to find a certificate that answers 'yes' to the decision problem 'Is this LP infeasible?' Or, given a ...
0
votes
1
answer
81
views
Hardness of finding exactly two Hamiltonian cycles in a graph
$\newcommand{\nuSwap}{\nu\textsf{-swap}}$
Two Hamiltonian cycles are different if and only if there is at least one edge they do not share.
Let $L$ consist of all graphs with exactly two Hamiltonian ...
0
votes
1
answer
174
views
PSPACE≠co-NP?Is the statement true?
Is the statement in question true? how can i prove it formally?
I know that PSPACE=CO-PSPACE and NP ⊆ PSPACE and CO-NP ⊆ CO-PSPACE
0
votes
0
answers
108
views
if it were shown that every algorithm that solves SAT must have complexity Ω(n^(log n)) then P≠NP?
Shouldn't this statement be false? To be true the implication should be P=NP or am I wrong?
I can't find a formal proof
2
votes
1
answer
174
views
Is the clique decision problem in co-NP?
Is the clique decision problem in co-NP?
Definitions:
"In the clique decision problem, the input is an undirected graph and a number k, and the output is a Boolean value: true if the graph ...
1
vote
1
answer
87
views
I would like to know what are the directions to work on if I want to prove that $NP=coNP$?
I am currently learning about NP and coNP related content and have been exposed to the$NP \overset{\text{?}}{=}coNP$ problem.
I would like to know what are the directions to work on if I want to prove ...