Universality | (Un)computability | (In)tractability | |
---|---|---|---|
The Question (start of notes for lectures) |
What is a general-purpose computer? | What can a computer do? | What can a computer do with limited resources? |
Examples of: | universal models of computation: Turing Machines; any single Universal Turing Machine; programming languages; random access machines; quantum computers; lambda calculus |
undecidable problems: the halting problem; Hilbert's 10th problem (Diophantine equations); virus identification; program equivalence; dead code elimination; integration; Entscheidungsproblem (first-order logic) |
NP problems believed to be intractable: NP-complete: ILP, SAT, TSP, protein folding, Tetris, etc. Not known to be NP-complete: factoring. (None of these yet proven intractable!!) |
Big Idea/ Practical Consequences |
|
|
|
Vocab & People (suggestions below*) | David Hilbert, Alonzo Church, Alan Turing, Church-Turing thesis, simulation, TM, UTM | David Hilbert, Alan Turing, Kurt Gödel, (un)computable, incompleteness, liar paradox, reduction, proof by contradiction | Stephen Cook, Richard Karp, extended Church-Turing thesis, (in)efficient, polynomial-time, brute-force search, reduction, nondeterminism, P, NP, NP-complete, RSA |