Let me start off with a bit of background information. Despite (unfortunately) not having any formal education in metamathematics / logic / set theory, etc... due to never having attended schools where professors have had that sort of research interest, I am very interested in these topics.
I am also coming to this question from a bit of a unconventional place. I am not a mathematical platonist, and lean more towards the intuitionistic camp. As such, when I say "truth", I do not mean it in the sense most common amongst platonist set theorists.
Given those caveats, I will try to explain to the best of my ability what I am looking to understand.
Truth
To me, truth is equated with provability. However, if there does not exist a proof of something (i.e. it is not in principle possible to derive a proof of something), I consider it to be false.
Essentially, the notion of "mathematical proof" I find most compelling is provability + some metamathematical reasoning principles. For example, if we have a base formal system $T$, and we consider a statement $\phi$ that is independent from $T$, then I'd consider $\phi$ to be "false" from the perspective of $T$ if $T + \phi$ was $\omega$-inconsistent, or non-constructive (in the sense of this math stack exchange post).
I am not sure if there is anyone else that expresses a similar view, or if there may be philosophical problems with such a view, but that is probably out of scope for the math stack exchange.
Examples
This is something I've been trying to formalize for a long time, but it's been difficult to see if there's any existing literature on the topic or not, given my idiosyncratic philosophy and background.
It seems to me in an intuitive sense, that given a fixed formal theory T we've already committed to working with (for instance, CZF, HA, or some form of dependent type theory with universes, since the previously mentioned principle of being constructive already rules out classical theories like PA and ZF), there should be some sense in which a formally independent statement $\phi$ of $T$ can still be determined to be "true" or "false".
For example, let's take a $\Sigma^0_1$ statement in $T$ such as $\phi = \exists (n : \mathbb{N}) p(n)$. If $p$ is independent from $T$, then it follows that there does not exist a natural number $n_0$ such that we can prove $p(n_0)$ holds in $T$. Intuitively then, we have thus shown that $\neg \exists (n : \mathbb{N}) p(n)$ from a "metamathematical perspective". Or a bit more formally, that out of $T + p$ and $T + \neg p$, only $T + \neg p$ is "true" from my "metamathematical proof" perspective, since $T + p` would not be a "constructive" theory.
I believe we can show something similar for a $\Pi^0_1$ statement $\phi = \forall (n : \mathbb{N}) p(n)$ following this principle. If this statement is independent from $T$ (and we assume consistency of all of the theories we are working with), then it must be the case that there does not exist a natural $n_0$ such that $\neg p(n_0)$ is provable in $T$, otherwise out theory would be inconsistent. It follows then, that out of the alternatives $\phi$ and $\neg\phi$, $\phi$ must be the "true" one.
Question
Are there any statements that we cannot apply metamathematical reasoning to in the sense derived above to derive from any statement of a constructive theory which one of the alternatives $T + \phi$ or $T + \neg\phi$ is "constructively true"?
In other words, is it possible for a statement to be "absolutely independent" in the sense of "constructive truth"?
Perhaps a bit more concretely: Does there exist a constructive theory $T$, with statement $\phi$ independent of $T$, such that both $T + \phi$ and $T + \neg\phi$ are constructively acceptable theories? (i.e. constructive in the sense stated previously, as well as perhaps ensuring that the new theories satisfy the disjuction and existence properties)
What proposition relating to the halting problem are you suggesting as an "absolutely independent" statement? The proposition that any Turing machine either halts or does not halt? I think a constructivist would reject such a proposition outright, and I doubt that a statement would meet my criteria for constructiveness.
– Nathan BeDell Oct 20 '24 at 16:14I've never seen the halting problem characterized as an independence result before, only as an undecidability theorem. Though I know the halting problem can be used to generate various counterexamples in the context of logic.
– Nathan BeDell Oct 20 '24 at 16:33