I have been taking a course in Gödel's Incompleteness Theorems. I have essentially no logical background, but I noticed a striking - although possibly only superficial - similarity between the concept of
enumeration of a relation by a formula in a theory
and the concept of
algebraic varieties being the solutions of polynomial equations.
We say a relation $R\subset \mathbb{N}^r$ is enumerated by an $r+1$-place formula $F(v_1, \dots, v_{r+1})$ in a formal system $S$ iff the following holds:
- If $(n_1,\dots, n_r)\in R$ then there exists $m\in\mathbb{N}$ such that $S\vdash F(n_1, \dots, n_r, m)$;
- If $(n_1,\dots, n_r)\notin R$ then for every $m\in\mathbb{N}$, $S\vdash \sim F(n_1, \dots, n_r,m)$.
This bears a similarity to the case for algebraic varieties, where if $X$ is a hypersurface over any field $k$ (or more generally, perhaps, a scheme) defined by the vanishing of the polynomial $f\in k[x_1, \dots, x_r]$ then for a point $P$ in the larger ambient space,
$$P\in X \iff f(P)=0.$$
There is an important distinction between these cases, however. The case for enumeration is not an "if and only if" statement, as in the case for algebraic geometry; as far as I understand, this is because we're talking about provability of the negation of a formula rather than the negation of provability of a formula (i.e. that the formula is not provable). This seems clearer when e.g. we take
$$F(v_1, \dots, v_{r+1}):= (f(v_1, \dots, v_r) = v_{r+1}).$$
Then $P = (n_1, \dots, n_r)\in X$ (for the geometry case) if and only if $F(P,0)$ is true, whereas $P\in R$ (for the relation case) if and only if $F(P,0)$ is provable in $S$.
Despite these distinctions, it's made me wonder whether this is all just wishful thinking or whether there is some theory of "provability geometry" in the sense that a point $P$ belongs to some kind of "logical geometric object" $X$ when the algebraic formula $f(P) = 0$ is replaced by a logical formula $S\vdash F(P)$ i.e. some kind of "duality" between provability and geometry. Perhaps this can be established using a type of functor of points idea from some category encoding proof-theoretical data into the category of sets.
If such a thing exists,
- Is it a useful thing to study? Does it shed light on any problems, either in algebraic geometry, number theory or logic?
- Do formulas that cannot be proved have any interpretation in this geometric context?
- How does the formal system $S$, and possible replacement of $\mathbb{N}$ with another "environment" (due to my ignorance of logic I'm being a bit vague here) influence such objects?
I would be very grateful for references to anything in a similar vein to this idea. I would also be grateful if anyone can dispel this as idealism!