Connes Embedding Problem: MIP* = RE"

  • Thread starter Thread starter .Scott
  • Start date Start date
AI Thread Summary
The discussion centers on the computability of the Interrogator problem within the context of quantum information and its implications for computer science. A significant finding is that the Interrogator problem is computable when quantum information is exchanged among multiple provers. The proof, detailed in a 165-page document titled "MIP* = RE," has been pre-published and featured in Quanta Magazine. This work also addresses the Connes Embedding Problem, demonstrating that the conjecture is false. The Connes Embedding Problem, a longstanding issue in von Neumann algebra theory, has connections to quantum theory and computer science, particularly through its implications for the existence of microstates and results in von Neumann algebras.
.Scott
Science Advisor
Homework Helper
Messages
3,750
Reaction score
1,832
TL;DR Summary
A paper just published in Quanta Magazine demonstrates that the Interrogator problem is computable when quantum information is exchanged among the Many Provers.
This bears on QM and pure Math - but it is fundamentally about computability - so I am posting it here in Computer Science.

The result is: The Interrogator problem is computable when quantum information is exchanged among the Many Provers.

The raw 165-page proof is pre-published here: MIP* = RE
It has been published in Quanta Magazine here: Quanta Magazine Article

The paper provides a proof to the Connes Embedding Problem (proving that the conjecture is impossible, false) and is described in the wiki article as follows:
Connes' embedding problem, formulated by Alain Connes in the 1970s, is a major problem in von Neumann algebra theory. During that time, the problem was reformulated in several different areas of mathematics. Dan Voiculescu developing his free entropy theory found that Connes’ embedding problem is related to the existence of microstates. Some results of von Neumann algebras theory can be obtained assuming positive solution to the problem. The problem is connected to some basic questions in quantum theory, which led to the realization that it also has important implications in computer science.
 
Last edited:
  • Like
Likes anorlunda
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top