Polynomial Time Verifier and NP-Completeness, Thesis of Computer Science

The concept of a polynomial time verifier for decision problems and its relation to the class np. It defines a polynomial time verifier as a function that takes as input strings x and y, where x is an instance of a decision problem and y has length polynomial in x. The function must return true for some y when x is true, and false for all y when x is false, while running in time polynomial in |x|. The document also states that p (the class of decision problems that can be solved in polynomial time) is a subset of np (the class of decision problems having polynomial time verifiers).

Typology: Thesis

2015/2016

Uploaded on 05/11/2016

raghuveer
raghuveer 🇮🇳

2 documents

1 / 156

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Is P = NP?
Abhiram Ranade
April 4, 2016
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29
pf2a
pf2b
pf2c
pf2d
pf2e
pf2f
pf30
pf31
pf32
pf33
pf34
pf35
pf36
pf37
pf38
pf39
pf3a
pf3b
pf3c
pf3d
pf3e
pf3f
pf40
pf41
pf42
pf43
pf44
pf45
pf46
pf47
pf48
pf49
pf4a
pf4b
pf4c
pf4d
pf4e
pf4f
pf50
pf51
pf52
pf53
pf54
pf55
pf56
pf57
pf58
pf59
pf5a
pf5b
pf5c
pf5d
pf5e
pf5f
pf60
pf61
pf62
pf63
pf64

Partial preview of the text

Download Polynomial Time Verifier and NP-Completeness and more Thesis Computer Science in PDF only on Docsity!

Is P = NP?

Abhiram Ranade

April 4, 2016

Recap and Outline

The story so far..

Recap and Outline

The story so far.. I (^) We do not have polytime algorithms for many problems such as IS, VC, CSAT, CNFSAT, Knapsack, Travelling salesman problem, Graph colouring, and many more. I (^) However, we can try reducing them to each other which establishes the relative difficulty of finding polytime algorithms for them.

Recap and Outline

The story so far.. I (^) We do not have polytime algorithms for many problems such as IS, VC, CSAT, CNFSAT, Knapsack, Travelling salesman problem, Graph colouring, and many more. I (^) However, we can try reducing them to each other which establishes the relative difficulty of finding polytime algorithms for them.

Today:

Recap and Outline

The story so far.. I (^) We do not have polytime algorithms for many problems such as IS, VC, CSAT, CNFSAT, Knapsack, Travelling salesman problem, Graph colouring, and many more. I (^) However, we can try reducing them to each other which establishes the relative difficulty of finding polytime algorithms for them.

Today: I (^) Turns out these problems are similar in an intuitive sense, and this similarity can be formalized. They belong to a class ”NP”.

Recap and Outline

The story so far.. I (^) We do not have polytime algorithms for many problems such as IS, VC, CSAT, CNFSAT, Knapsack, Travelling salesman problem, Graph colouring, and many more. I (^) However, we can try reducing them to each other which establishes the relative difficulty of finding polytime algorithms for them.

Today: I (^) Turns out these problems are similar in an intuitive sense, and this similarity can be formalized. They belong to a class ”NP”. I (^) Formalizing the similarity has formal benefit too.

Recap and Outline

The story so far.. I (^) We do not have polytime algorithms for many problems such as IS, VC, CSAT, CNFSAT, Knapsack, Travelling salesman problem, Graph colouring, and many more. I (^) However, we can try reducing them to each other which establishes the relative difficulty of finding polytime algorithms for them.

Today: I (^) Turns out these problems are similar in an intuitive sense, and this similarity can be formalized. They belong to a class ”NP”. I (^) Formalizing the similarity has formal benefit too. Cook’s theorem I (^) The classes NPC and NPH.

The class NP: class of puzzle like problems

The class NP: class of puzzle like problems

”A good puzzle is one whose answer is difficult to discover, but given the answer it is check that it is indeed correct.”

Examples:

The class NP: class of puzzle like problems

”A good puzzle is one whose answer is difficult to discover, but given the answer it is check that it is indeed correct.”

Examples: I (^) Sudoku

The class NP: class of puzzle like problems

”A good puzzle is one whose answer is difficult to discover, but given the answer it is check that it is indeed correct.”

Examples: I (^) Sudoku I (^) Jigsaw puzzles

”Elegant math theorems” are also like that. Proofs are easy in hindsight.

The class NP: class of puzzle like problems

”A good puzzle is one whose answer is difficult to discover, but given the answer it is check that it is indeed correct.”

Examples: I (^) Sudoku I (^) Jigsaw puzzles

”Elegant math theorems” are also like that. Proofs are easy in hindsight.

VC, IS, TSP, CSAT, SAT are also similar!

The class NP: class of puzzle like problems

”A good puzzle is one whose answer is difficult to discover, but given the answer it is check that it is indeed correct.”

Examples: I (^) Sudoku I (^) Jigsaw puzzles

”Elegant math theorems” are also like that. Proofs are easy in hindsight.

VC, IS, TSP, CSAT, SAT are also similar!

Deciding whether a graph does have an IS of size k seems to be difficult.

But if someone gives you a proof that a graph has a size k IS, can we check it quickly?

Example: Proof/Evidence for IS