Practice free →
HomeGATE CSEcomputerscienceAlgorithms › Which set inclusion is established (i.e., proven…

Which set inclusion is established (i.e., proven, not open)?

ANP ⊆ P
BP ⊆ NP
CP = NP
DP and NP are disjoint
Answer & Solution
Correct answer: B. P ⊆ NP
Every problem in P trivially has a polynomial verifier (the polynomial-time solver IS the verifier; ignore the certificate). So P ⊆ NP is straightforwardly proven. Whether the reverse inclusion holds (giving P = NP) is the famous open question; the two are NOT proven equal and they are NOT disjoint either.
Solve this in the app — GATE CSE practice & 24k+ MCQs →
Related questions