history of complexity

36
History of Complexity Lance Fortnow NEC Research Institute

Upload: heinz

Post on 04-Jan-2016

22 views

Category:

Documents


0 download

DESCRIPTION

History of Complexity. Lance Fortnow NEC Research Institute. History of Logic. Edited by Dirk van Dalen, John Dawson and Akihiro Kanamori. Published by Elsevier. Chapter: History of Complexity Authors: Lance Fortnow and Steve Homer This talk Lessons learned from writing this chapter. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: History of Complexity

History of Complexity

Lance Fortnow

NEC Research Institute

Page 2: History of Complexity

History of Logic

• Edited by Dirk van Dalen, John Dawson and Akihiro Kanamori.

• Published by Elsevier.

• Chapter: History of Complexity• Authors: Lance Fortnow and Steve Homer

• This talk• Lessons learned from writing this chapter.

Page 3: History of Complexity

Lesson One

• Impossible to please everyone.• Often disagreements on who is responsible for

what and which results are important.• Everyone wants a mention.

• Resolutions• Can’t mention everything in 75 minutes.• Opinions in this talk are due to me alone.• How do I mention everyone?

Page 4: History of Complexity

Birth ofComputational Complexity

General Electric Research LaboratoryNiskayuna, New YorkNovember 11, 1962

Page 5: History of Complexity

Birth ofComputational Complexity

• Juris Hartmanis and Richard Stearns 1965• On the Computational Complexity of

Algorithms, Transactions of the AMS

• Measure resources, time and memory, as a function of the size of the input problem.

• Basic diagonalization results: More time can compute more languages.

Page 6: History of Complexity

No “Immaculate Conception”

• Idea of algorithm goes back to ancient Greece and China and beyond.

• Cantor developed diagonalization in 1874.• Kleene, Turing and Church formalized

computation and recursion theory in 30’s.• Earlier work by Yamada (1962), Myhill

(1960) and Smullyan (1961) that looked at specific time and space bounded machines.

Page 7: History of Complexity

Complexity in the ’60s

• Better simulations and hierarchies

• Relationships between time and space, deterministic and nondeterministic.• Savitch’s Theorem

• Blum’s abstract complexity measure• Union, speed-up and gap theorems.

Page 8: History of Complexity

Polynomial Time

• Cobham (1964) – Independence of polynomial-time in deterministic machine models.

• Edmonds (1965)• Argues that polynomial time represents

efficient computation.

• Gives informal description of nondeterministic polynomial time.

Page 9: History of Complexity

P versus NP

• Gödel to von Neumann letter in 1956.

• Cook showed Boolean formula satisfiability NP-complete in 1971.

• Karp in 1972 showed several important combinatorial problems were NP-complete.

• Industry in the 1970’s of showing that problems were NP-complete.

Page 10: History of Complexity

Europe in 1970

Page 11: History of Complexity

Complexity in the Soviet Union

• Perebor – Brute Force Search

• 1959 – Yablonski – On the impossibility of eliminating Perebor in solving some problems of circuit theory.

• 1973 – Levin – Universal Sequential Search Problems

Page 12: History of Complexity

Importance of P versus NP Today

• Thousands of natural problems known to be NP-complete in computer science, biology, economics, physics, etc.

• A resolution of the P versus NP question is the first of seven $1,000,000 prizes offered by Clay Mathematical Institute.

• We are further away than ever from settling this problem.

Page 13: History of Complexity

Structure of NP

• Ladner – 1975 – If P different than NP then there are incomplete sets in NP.

• Berman-Hartmanis – 1977 – Are all NP-complete sets isomorphic?

• Mahaney – 1982 – Sparse complete sets for NP imply P = NP.

Page 14: History of Complexity

Alternation

• Development of the polynomial-time hierarchy by Meyer and Stockmeyer in 1972.

• Chandra-Kozen-Stockmeyer – 1981• Alternating Time = Space

• Alternating Space = Exponential Time

Page 15: History of Complexity

Relativization

• Baker-Gill-Solovay – 1975

• All known techniques relativize.

• There exists oracles A and B such that• PA = NPA

• PB NPB

• Many other relativization results followed.

Page 16: History of Complexity

Oracles and Circuits

• Is there an oracle where the polynomial-time hierarchy is infinite or at least different than PSPACE?

• Sipser relates to question about circuits:• Can parity be computed by a constant-depth

circuit with quasipolynomial number of gates?

• In 1983, Sipser solves an infinite version of this question.

Page 17: History of Complexity

Oracles and Circuits

• Furst, Saxe Sipser/Ajtai - Parity does not have constant depth poly-size circuits.

• Yao – 1985 – Separating the polynomial-time hierarchy by oracles

• Håstad – 1986 – Switching lemma and nearly tight bounds for parity

Page 18: History of Complexity

Circuits and Polytime Machines

• 1975 – Ladner – Every language in P has polynomial-size circuits.

• 1980 – Karp-Lipton – If NP has poly-size circuits then polytime hierarchy collapses.

• To show P NP, need only show that some problem in NP does not have poly-size circuits.

Page 19: History of Complexity

Circuit Results

• Razborov – 1985 – Clique does not have poly-size monotone circuits.

• Razborov-Smolensky – 1987 – Lower bounds for constant depth circuits with modp-gates.

Page 20: History of Complexity

The Fall of Circuit Complexity

• No major results in circuit complexity since 1987, particularly for non-monotone circuits.

• Razborov – 1989 – Monotone techniques will not extend to non-monotone circuits.

• Razborov-Rudich – 1997• “Natural Proofs”

Page 21: History of Complexity

Different Models

• As technology changes so does the notion of what is “efficient computation”.• Randomized, Parallel, Non-uniform, Average-

Case, Quantum computation

• Complexity theorists tackle these issues by defining models and proving relationships between these classes and more traditional models.

Page 22: History of Complexity

Randomized Computation

• Solovay-Strassen – 1977 – Fast randomized algorithm for primality.

• 1977 – Gill• Probabilistic Classes: ZPP, R, BPP

• Sipser – 1983 – A complexity theoretic approach to randomness• BPP in polynomial-time hierarchy.

• Various oracle results like BPP = NEXP.

Page 23: History of Complexity

Derandomization

• Cryptographic one-way functions give pseudorandom generators that can save on randomness.

• Hard languages in nonuniform models give pseudorandom generators.

• Derandomization results for space-bounded classes.

Page 24: History of Complexity

Randomness and Proofs

• Goldwasser-Micali-Rackoff – 1989• Cryptographic primitive for not releasing

information.

• Babai-Moran – 1988• Classifying certain group problems.

• Interactive Proof Systems• Public = Private; One-sided error

Page 25: History of Complexity

Power of Interaction ’89-’91

• IP = PSPACE

• MIP = NEXP

• FGLSS – Limits on approximation based on interactive proof results.

• NP = PCP(log n,1)

• Better bounds on PCPs and approximation

Page 26: History of Complexity

Audience Poll

• What was more surprising in early 90’s?• The power of interactive proofs and their

applications to hardness of approximation.

• The end of the cold war, the collapse of the Soviet Union and the Eastern Bloc, the fall of the Berlin wall and the reunification of Germany.

Page 27: History of Complexity

The Role of Mathematics

• Computation Complexity has often drawn insights, definitions, problems and techniques from many different branches of mathematics.

• As complexity theory has evolved, we have continued to use more sophisticated tools from our mathematician friends.

Page 28: History of Complexity

Logic

• Complexity has its foundations in logic.• Turing machines, Diagonalization, Reductions,

and the polynomial-time hierarchy.

• Logical characterizations of classes have led to NL = coNL and formalization ofMAX-SNP.

• Proof complexity studies limitations of various logical systems to prove tautologies.

Page 29: History of Complexity

Probability

• Probabilistic Models• BPP, Interactive Proofs, PCPs• Resource-Bounded Measure

• Basic Techniques• Chernoff Bounds• Probability of OR bounded by Sum of Prob• Dependent Variables

• Probabilistic Method

Page 30: History of Complexity

Algebra

• NC1 = Bounded-Width Branching Programs

• Polytime Hierarchy reduces to Permanent

• Mod3 requires large constant-depth parity circuits.

• Interactive Proofs/PCPs

• Coding Theory

Page 31: History of Complexity

Discrete Math/Combinatorics

• Lower Bounds• Circuit Complexity

• Branching Programs

• Proof Systems

• Ramsey Theory/Probabilistic Method

• Expanders/Extractors

Page 32: History of Complexity

Information Theory

• Entropy

• Kolmogorov Complexity

• Cryptography

• VLSI/Communication Complexity

• Parallel Repetition

• Quantum

Page 33: History of Complexity

The Future

P = NP?

Page 34: History of Complexity

Showing P NP

• Other areas of mathematics• Algebraic Geometry

• “Higher Cohomology”

• New techniques for circuits, branching programs or proof systems.

• Completely new model for P and NP.

• Diagonalization.

Page 35: History of Complexity

Besides P = NP?

• Same Old, Same Old

• Handling new models

• Complex Systems: The Other “Complexity”• Financial Markets, Biological Systems,

Weather, The Internet

• The Big Surprise

Page 36: History of Complexity

Conclusions

• Juris Hartmanis Notebook Entry 12/31/62:• “This was a good year.”

• This was a good forty years.

• Who knows what the future will bring?

• Fasten your seatbelts!