It is necessarily the case that you can eventually generate all possible finite proofs on a UTM. It also necessarily the case that you can eventually generate all possible theorems on a UTM. This follows trivially from the fact that both proofs and theorems are finite collections of characters from some finite alphabet. As a result, it is necessarily the case, that you can generate all proofs, and all theorems, given enough time.
In this view, where we mechanistically generate all theorems and proofs, being able to prove a given theorem is being able to connect the theorem to its proof, since as demonstrated, generating all possible theorems and proofs is trivial, given enough time on a UTM.
At the same time, Gödel’s First Incompleteness Theorem states that it is not as a general matter possible to prove or disprove all statements within a formal system. Therefore, Gödel’s theorem implies that we cannot map every theorem to its proof, since that would be equivalent to being able to prove every theorem in the system, which is forbidden by the theorem.
As a corollary, it must be the case that there is no computable mapping from the set of theorems to their corresponding proofs. If you assume otherwise, then you can prove every theorem in the system using a computable function, which would certainly violate Gödel’s theorem.
Does Gödel’s theorem preclude the existence of any such mapping as a general matter?
Or, does it imply that such any such mapping is not computable?
Another way to think about this is if we have a given theorem, we generate all proofs, until we find the proof for the theorem in question. However, we don't know how long the proof is, even if we're told ex ante that the theorem is in fact true. As a result, mapping a theorem to its proof in this manner is not decidable, if you assume you can't know how long the proof is, ex ante.
The intuition is that a short theorem, could have an extremely long proof. This is arguably the case for the Robertson–Seymour Theorem, which has fairly succinct statements, but an incredibly long and complex proof, that I do not claim to understand.
So if you can't know how long the proof for a given theorem is ex ante, then generating all proofs in this manner is no different than the Halting Problem, since you'll have wait to indefinitely to find the applicable proof. Knowing the theorem is true, is like knowing the UTM will halt, but you still don't know when. If you don't know the theorem is true, then it is exactly the Halting Problem, since you don't even know you'll eventually find a proof.
Taking this to its extreme, we can at least posit the idea of a finite theorem, that requires an infinite proof. This is obviously beyond the realm of human knowledge, since human beings can only write a finite number of symbols over a lifetime. But the point is, if such a theorem exists, it would be unprovable.
Any thoughts on this tertiary point would be welcome as well.
There is a computable map from theorems to proofs of them.
In particular, for each theorem $\phi$, we just go through the list of proofs and once we find one that's a proof of $\phi$, we stop and return that proof. This map is clearly computable, and since any theorem has a proof, is defined on the set of theorems.
The issue, of course, is that it's not clear (i.e. not computable) whether any given sentence $\phi$ is a theorem or not. If $\phi$ is a theorem, we have a means of checking this because we will eventually find a proof using the above algorithm. But if $\phi$ isn't, we would simply keep searching forever: we never arrive at a "no" answer. So Gödel's Theorem really tells us that the set of theorems is $\Sigma^0_1$ (i.e. computably enumerable) but not $\Delta^0_1$ (i.e. computable).
In general, one can show that a set is $\Sigma^0_1$ iff it is the image of a (total) computable function. This gives a "yes" answer to set membership in finite time just by searching for the input that ouputs our desired value. But this doesn't give a "no" answer in a finite amount of time. For the set to be computable, we need both answers in a finite amount of time, i.e. it needs to be $\Sigma^0_1$ and its complement needs to be $\Sigma^0_1$.