CookLevinSatz
The Cook-Levin theorem is a fundamental result in computational complexity theory. It establishes that the Boolean satisfiability problem (SAT) is NP-complete. This means that if SAT can be solved in polynomial time, then every problem in the complexity class NP can also be solved in polynomial time. In essence, SAT is "hardest" problem in NP in terms of the potential for efficient solution.
The theorem was independently proven by Stephen Cook in 1971 and Leonid Levin in 1973. Cook's proof
The significance of the Cook-Levin theorem lies in its implications for the P versus NP problem, one