If we had some sort of black box that allows us to run an infinite amount of steps of a Turing machine in a finite amount of time (no limitation on the length of the tape), and be able to output something based on everything that happened during those infinite steps, what would the consequences be?
I can see a few interesting consequences from the get go, but I'm sure there'd be even deeper consequences for that:
- We would be able to solve the Halting Problem by just having the black box machine tell us whether the Turing machine inside stopped.
- We would be able to find all propositions that can be proven true in a finite amount of deductions from a given (recursively enumerable?) set of axioms, and the propositions which cannot, by enumerating all finite strings of symbols and checking whether they are a proof for a given proposition.
- We might be able to find the "best" algorithms for a given task as long as we can come up with a way to formalize it and a relevent fitness function that can take any algorithm and tell how bad it is at accomplishing the task. The black box would just test every algorithm and keep a list of the ones with the highest fitness score.
- Being able to do computations with any computable real number with no loss of precision
What about more abstract results? Are there more fundamental things we would be able to tell about mathematics? For instance, while it's evident all fields would be shaken by this, there would be interesting developments in logic regarding infinitary logics, possibly reaching another road-block down the road that brings us to a "higher halting problem" regarding the black boxes themselves, and other related to infinitary logic that can't be proven with the black boxes alone. Regarding first order logic, could it allow us to "find" a non-recursively enumerable consistent and complete theory that implies ZFC?
I'm sure this has been thought about and studied by passionate people that have actual knowledge about this, that's I'm still asking even though the question is a mess. If this is better suited for another stack please refer me to it, but I doubt the Science-Fiction & Fantasy stack exchange is a place I could hope to get an answer to this question.