Several fundamental problems in math are undecidable; see the sphere recognition problem for example. To make it worse, quantum computers will not help. Therefore, I wonder what we can do about undecidable problems, assuming no fundamentally better computing devices are available.
Certainly, limiting the questions to some easier cases is a choice, but that does not really tackle with the undecidable part (this is not to say that the easier cases are not interesting). Also, if humans can tackle with the undecidable part, does that mean our brains are strictly more powerful than a Turing complete machine?
EDIT
My question might seem pointless, as why would we bother to deal with things out of our control? I wish to establish my point through a naive example. But this would require some imagination.
Imagine that we don't have a theory of polynomials. How do we prove that $$x + x = 2x,$$ as functions from $\mathbb{N}$ to $\mathbb{N}$? By "$x$" I mean the identity function, and by equality I mean the functions on both sides evaluate to the same value for all inputs. Computationally, one will never be able to check if both functions $(x+x)$ and $2x$ have the same value for each input, as there are infinitely many cases to check. However, the equation can be proved from the axiom of contradiction.
f = g
I mean both functionsf
andg
take the same value for each input. How would you prove that without introducing extra axioms (like the law of excluded middle)? By applying this example to my question, I hope that we can introduce extra axioms for resolving undecidable problems. – Student Dec 24 '20 at 16:23