Institute for Experimental Physics University of Vienna Institute for Quantum Optics and Quantum Information Austrian Academy of Sciences Undecidability.

Slides:



Advertisements
Similar presentations
Completeness and Expressiveness
Advertisements

The Halting Problem of Turing Machines. Is there a procedure that takes as input a program and the input to that program, and the procedure determines.
Copyright © Cengage Learning. All rights reserved.
Gödel’s Incompletness Theorem By Njegos Nincic. Overview  Set theory: Background, History Naïve Set Theory  Axiomatic Set Theory  Icompleteness Theorem.
Limitations. Limitations of Computation Hardware precision Hardware precision Software - we’re human Software - we’re human Problems Problems –complex.
This is not the Title of our Seminar
February 11, 2015CS21 Lecture 161 CS21 Decidability and Tractability Lecture 16 February 11, 2015.
CS1001 Lecture 22. Overview Mechanizing Reasoning Mechanizing Reasoning G ö del ’ s Incompleteness Theorem G ö del ’ s Incompleteness Theorem.
Humans, Computers, and Computational Complexity J. Winters Brock Nathan Kaplan Jason Thompson.
Dr. Muhammed Al-Mulhem 1ICS ICS 535 Design and Implementation of Programming Languages Part 1 Computability (Chapter 2) ICS 535 Design and Implementation.
So far we have learned about:
Computability and Complexity 10-1 Computability and Complexity Andrei Bulatov Gödel’s Incompleteness Theorem.
Lecture 24: Gödel’s Proof CS150: Computer Science
Computability Thank you for staying close to me!! Learning and thinking More algorithms... computability.
INHERENT LIMITATIONS OF COMPUTER PROGRAMS CSci 4011.
Introduction to Computer Science. A Quick Puzzle Well-Formed Formula  any formula that is structurally correct  may be meaningless Axiom  A statement.
Class 36: Proofs about Unprovability David Evans University of Virginia cs1120.
Workshop 2 Limits to logic and computing power 1.Are there limits to what humans can know ? Ignoramus et ignorabimus 2.Are there limits to computer knowledge?
Introduction Chapter 0. Three Central Areas 1.Automata 2.Computability 3.Complexity.
David Evans CS200: Computer Science University of Virginia Computer Science Class 24: Gödel’s Theorem.
Logic in Computer Science - Overview Sep 1, 2011 POSTECH 박성우.
1 CO Games Development 2 Week 21 Turing Machines & Computability Gareth Bellaby.
Complexity and G ö del Incomplete theorem 電機三 B 劉峰豪.
Lecture 18. Unsolvability Before the 1930’s, mathematics was not like today. Then people believed that “everything true must be provable”. (More formally,
CS 345: Chapter 8 Noncomputability and Undecidability Or Sometimes You Can’t Get It Done At All.
Course Overview and Road Map Computability and Logic.
Institute for Experimental Physics University of Vienna Institute for Quantum Optics and Quantum Information Austrian Academy of Sciences Mathematical.
Great Theoretical Ideas in Computer Science.
Godel’s proof Danny Brown. Outline of godel’s proof 1.Create a statement that says of itself that it is not provable 2.Show that this statement is provable.
Great Theoretical Ideas in Computer Science.
CS6133 Software Specification and Verification
Thinking in Methodologies Class Notes. Gödel’s Theorem.
Artificial Intelligence “Introduction to Formal Logic” Jennifer J. Burg Department of Mathematics and Computer Science.
1 Turing’s Thesis. 2 Turing’s thesis: Any computation carried out by mechanical means can be performed by a Turing Machine (1930)
1Computer Sciences Department. Book: INTRODUCTION TO THE THEORY OF COMPUTATION, SECOND EDITION, by: MICHAEL SIPSER Reference 3Computer Sciences Department.
Incompleteness. System Relativity Soundness and completeness are properties of particular logical systems. There’s no sense to be made of the claim that.
Computation Motivating questions: What does “computation” mean? What are the similarities and differences between computation in computers and in natural.
Chapter 4 Computation Chapter 4: Computation.
Thales’ Legacy: What Is A Proof? Great Theoretical Ideas In Computer Science Steven RudichCS Spring 2004 Lecture 27April 22, 2004Carnegie Mellon.
Overview of the theory of computation Episode 3 0 Turing machines The traditional concepts of computability, decidability and recursive enumerability.
Donghyun (David) Kim Department of Mathematics and Computer Science North Carolina Central University 1 Chapter 4 Decidability Some slides are in courtesy.
The Church-Turing Thesis Chapter Are We Done? FSM  PDA  Turing machine Is this the end of the line? There are still problems we cannot solve:
MA/CSSE 474 Theory of Computation Universal Turing Machine Church-Turing Thesis (Winter 2016, these slides were also used for Day 33)
Lecture 9: Query Complexity Tuesday, January 30, 2001.
MA/CSSE 474 Theory of Computation Universal Turing Machine Church-Turing Thesis Delayed due dates for HWs See updated schedule page. No class meeting.
Modeling Arithmetic, Computation, and Languages Mathematical Structures for Computer Science Chapter 8 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesTuring.
Payam Seraji IPM-Isfahan branch, Ordibehesht 1396
CIS Automata and Formal Languages – Pei Wang
From Classical Proof Theory to P vs. NP
Gödel's Legacy: The Limits Of Logics
Axiomatic Number Theory and Gödel’s Incompleteness Theorems
Computable Functions.
Discrete Mathematics for Computer Science
CS154, Lecture 11: Self Reference, Foundation of Mathematics
Great Theoretical Ideas in Computer Science
Homework: Friday Read Section 4.1. In particular, you must understand the proofs of Theorems 4.1, 4.2, 4.3, and 4.4, so you can do this homework. Exercises.
Decidable Languages Costas Busch - LSU.
Lecture 22: Gödel’s Theorem CS200: Computer Science
Week 5: INTERNAL CRISIS Armahedi Mahzar ICAS Jacarta 2010
Thales’ and Gödel’s Legacy: Proofs and Their Limitations
The Limitations of Proofs: An Incompressible Resolution
CS21 Decidability and Tractability
Great Theoretical Ideas in Computer Science
Class 24: Computability Halting Problems Hockey Team Logo
CS154, Lecture 11: Self Reference, Foundation of Mathematics
Properties of Relational Logic
Properties of Relational Logic
CO Games Development 2 Week 21 Turing Machines & Computability
Lecture 23: Computability CS200: Computer Science
CIS Automata and Formal Languages – Pei Wang
Presentation transcript:

Institute for Experimental Physics University of Vienna Institute for Quantum Optics and Quantum Information Austrian Academy of Sciences Undecidability in Quantum Physics Časlav Brukner Leeds, United Kingdom March 2007

What constraints on our physical theories are implied by the foundations of mathematics?

Tomek Paterek Peter Klimek Č.B. Johannes Kofler

: Foundational crisis of mathematics David Hilbert Can every mathematical proposition in principle be proved or disproved? Idea: There must be a formal system in which a proof can be evaluated by a recursive procedure involving only logical and arithmetical manipulations, i.e. there must be algorithm for testing the validity of proofs.

Undecidability and Gödel Kurt Gödel (1931) Incompleteness theorem: Every theory of a certain expressive strength is either inconsistent or incomplete. Complete: Every statement can be proven or disproven, i.e. is decidable. Consistent: It is not possible to prove both statement A and !A. The paradox of the liar: „This statement is false.“ is changed to: „This statement is unprovable.“

Halting problem and Turing Alan Turing (1936) Halting problem: Given a description of a program and a finite input, decide whether the program terminates or will run forever. A general algorithm to solve the halting problem for all possible program-input pairs cannot exist.

Information and Chaitin Gregory J. Chaitin (1982) Information-theoretical formulation of Gödel’s theorem: If a theorem contains more information than a given set of axioms, then it is impossible for the theorem to be derived from the axioms. In a formal system with n bits of axioms it is impossible to prove that a particular binary string is of complexity greater than n.

Logical Complementarity Axiom: “The value f(0) of the function is 0”. 1 bit Theorem: “The value f(0) of the function is 0 and the value f(1) of the function is 0”.Undecidable, 2 bits Theorem: “The value f(0) of the function is 0 and f(0) = f(1)”. Consequence of Gödel’s theorem: certain mathematical statements are “logically complementary”, i.e. one cannot associate to them definite truth values simultaneously: 1.“The value f(0) of the function is 0”. 2.“The value f(1) of the function is 0”. 3.“The function f is constant”.

Closer look … 1 bit of information available: three binary statements are logically complementary: „Local“ properties „Global“ property

Physics of finite informational resources Mathematics: Total information contained in mutually complementary “theorems” cannot exceed the information contained in the “axioms” (1 bit) Physics: If computational resources are constrained to 1 bit, no machine can be built that gives more than 1 bit of information about f(0), f(1) and f(0) = f(1). This is true for every physical theory underlying computation

Physical representation of mathematical functions Encoding bit values:... presence: "1"... absence: "0" (, )  00 (, )  01 (, )  10 (, )  11 black box x  {0,1}  f (x)  {, } (, )  (f (0),f (1)) 0, 1

Classical scenarios for black box computation Deterministic: always execute one specific strategy Probabilistic: execute a probabilistic mixture of deterministic strategies

What can we learn from the classical scenarios? Given 1 bit of resources, one can classically learn either f(0) or f(1),… … or probabilistically one or the other … … but absolutely nothing about „Is f(0) = f(1)?“ f (0)=? f (1)=? f (0)=f (1) ? local properties global propery

Quantum computation: Deutsch algorithm information gain even for f (0)=? f (1)=? f (0)=f (1) ? local properties global propery Quantum mechanics allows us to access information, which would be classically not available using the same resources Interference crucial!

Partial knowledge of all 3 statements Beam-splitters: f (0)=f (1) ? f (0)=? f (1)=?

Information measure Q 1 and Q 2 are two complement subsets of functions measure of distinguishabilty of the two subsets prior to computation the „updated“ information after obtaining the readout D i information gain averaged over all detection events.

Complementarity Relation Quantum physics allows us to obtain partial knowledge about the complete set of three logically complementary questions

Are logical and quantum complementarity equivalent? f (0)=? It did not take this path. Partial which- path information Complete which- path information It took this path.

Generalizations … QFT:  The global property is complementary to all the local properties. The local properties are all mutually complementary iff dimension is prime.

Conclusions & Future Directions Gödels theorem defines to certain extent the structure of physical theories with constrained informational resources Can we find other set-ups in which quantum complementarities can be derived from the concept of logical complementarity? What can we learn from this concept about the structure of quantum theory? What is the connection to MUBs? Is randomness in physics an expression of mathematical undecidability?

Doctoral Program on Complex Quantum Systems Call for application: The doctoral program on 'Complex Quantum Systems' provides about two dozens of graduate students at a time with a comprehensive education in modern quantum physics in Vienna. Application deadline is April ! Info:

Formalizing the scenarios {Q i } set of all possible configurations in the black box {S j } set of all possible strategies (= computational paths) {D k }set of all detectors (= readouts after computation) The mutual information I(Q;D,S) = H(Q)–H(Q|D,S) tells us what we learn about Q by obtaining the readout D for given strategy S.

What is black-box computation?