Question: Problem 4 Let us define the complexity class co - NP to contain all the decision problems whose complement is in NP . In particular,
Problem
Let us define the complexity class coNP to contain all the decision problems whose complement is in NP In particular, this class will contain all the decision problems for which there is an efficient verifier for the NO instances. Note that NP contains all the decision problems for which there is an efficient verifier for the YES instances.
For instance, consider the following problem:
CONNECTED: Given an undirected graph G on n vertices, is G connected?
For this decision problem, the NOinstances contain all the inputs graphs which have more than connected component. Therefore, a certificate for the NOinstances can be a pair of vertices u v such that there is no path from u to v in G This can be efficiently in Omn time verified using BFS Therefore, CONNECTED in coNP
Show that the complexity class coNP contains the complexity class P iemathrmPsubseteq coNP The proof should show that any decision problem in P has a short certificate for the NO instances that can be verified efficiently.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
