Take any formal system $S$ that has a proof verifier program and interprets TC or PA$^-$. $ \def\imp{\Rightarrow} \def\con{\text{Con}} $
Then the incompleteness theorems show that $S$ does not prove $\con_1(S)$, where the subscript denotes that it is based on a particular encoding of a particular proof verifier of $S$ into $S$. $S$ also does not prove $\con_2(S)$, for another choice of proof verifier and encoding. But...
Does $S$ always prove $( \con_1(S) \imp \con_2(S) )$ (regardless of the two choices)?
I think the answer is no, because it seems I need $S$ to support induction to establish such a proof, namely I seem to need $S$ to interpret either PA or TC+I (where I is an induction schema). So...
If my guess is wrong, how do we show that $S$ proves the equivalence?
If my guess is correct, what are two choices of $\con_1$ and $\con_2$ that witnesses it?