Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[paper] [intro] bbchallenge: change "88664064 Turing machines" to "ab…
…out 180 million Turing machines" (teorth#971) Hello, I maintain bbchallenge.org and I wanted to thank you for mentioning our project in your intro. Although currently (and unfortunately) unclear on [our website](https://bbchallenge.org/) at present time but touched on on [our wiki ](https://wiki.bbchallenge.org/wiki/Tree_Normal_Form#Number_of_TNF_TMs), the number of machines enumerated and analysed by the [Coq proof](https://github.com/ccz181078/Coq-BB5) of "BB(5) = 47,176,870" is about 180 million and not 88664064. Reason for discrepancies in these numbers: 1. The author of the [Coq proof](https://github.com/ccz181078/Coq-BB5) implemented their own enumeration of Turing machines in Coq rather than using the database provided by the website (which contained 88664064 machines) 2. They enumerated both machines that write a 0 and machines that write a 1 at the first step (whereas the database provided on the website only enumerated machines that write a 1 first (this is in fact enough)) 3. The ~180 million number of machines that the Coq proof enumerates contains both halting and non-halting machines whereas the 88664064 number contained only machines that were suspected not to halt 4. We are in the process of extracting from the Coq proof the exact number of enumerated machines but we know for sure that it is between 180 and 185 million (other implementations report 181,385,789). We should know the exact number in the coming weeks (meanwhile, and maybe in all cases, "about 180 million" is probably good wording unless you prefer the specific number, which I can post here when we have it). Thank you very much again :)
- Loading branch information