0

For example in this post they discuss how to construct a reduction between problems to show that one probleme is NP-Hard: Post

I am searching for a scientific paper to cite where it is written, that this is a valid method.

Does anybody knows one?

AzureIP
  • 103
  • 1

1 Answers1

1

If I may make an assumption, you want such a reference to be able to put it in one of your works, right ? I don't why you would wanna do that as if you have a problem A, reducting a NP Hard problem to problem A quite clearly shows that A is NP Hard. No one bothers proving it as it's such a straightforward and fundamental result. If you need to prove it for some reason you can do it in two lines. If you still want a reference for a reader to read about NP in general then just quote Arora and Barak's book on complexity theory.

ULechine
  • 54
  • 6