For some axiom systems, we can verify candidate proofs. For example Mizar.
Is there a universal language we can write proofs in, so that the axioms are included in the proof, along with every single step in complete detail, so that some universal verifier (Turing machine) can decide its correctness? Assume proofs are finite in length.
(I believe this is similar to asking "Can every math proof be written in Metamath?")
Basically instead of hard-coding the axiom system into the verifier, I want the axioms as part of the input to the verifier, for all possible axiom systems.
Turing machines have Universal Turing machines that compute all other turing machines.
Turing machines and math proofs seem to be closely related (See Curry-Howard correspondence and the time- and space- hierarchies from Computer Science showing up in higher-order-logic via Descriptive Complexity).
So there may be some analogous universal math axiom system that can describe all other systems.