Toward the end of Kunen's Models of Set Theory section in his most recent Set Theory text, after talking about relativization, he begins to mention the idea of relative consistency proofs. I've been looking at the following exercise in this section.
Give a purely finitistic proof that the theory $DTO$ of dense total orders without first or last elements is consistent. Here, $\mathcal{L} = \{ < \}$.
There is a hint for the exercise: Give a purely finitistic definition of the notion $\mathbb{Q} \models \varphi[s]$, and then prove that $\mathbb{Q} \models \varphi$ whenever $\varphi$ is a sentence that is provable from $DTO$.
Not working with consistency proofs before, nor seeing the theory $DTO$ anywhere in the previous sections of the text, I'm not entirely sure what to do. Also, what does he mean by "purely finitistic?" How would I go about giving a purely finitistic definition of $\mathbb{Q} \models \varphi[s]$? I would greatly appreciate it if anyone would be able to help me with this one.
DTO would refer to "dense linear orders without endpoints" as described in Wikipedia. The axioms would be as follows:
I think that here "purely finitistic" refers to only ever making finitely many checks to see if a formula is true.
With this interpretation the basic idea is that given any formula $\varphi ( x , y , z )$ and rationals $a < b$, then for all $s,t$ which share the same relationship with both $a$ and $b$ we have that $\mathbb{Q} \models \varphi [ s,a,b ]$ iff $\mathbb{Q} \models [t,a,b]$: the model $\mathbb{Q}$ "cannot distinguish rationals within an interval". So to check whether $\mathbb{Q} \models \exists x \psi$ it suffices to only check representatives in the intervals.
So let us finitistically define $\mathbb{Q} \models \varphi [ s_1 , \ldots , s_n ]$ for all $\varphi$.
if $\varphi \equiv \exists x \psi$, then given $s_1 , \ldots , s_n \in \mathbb{Q}$ rearrange them as $s_1^\prime \leq \cdots \leq s_n^\prime$, then $\mathbb{Q} \models \varphi [ s_1 , \ldots , s_n ]$ iff at least one of the following holds:
(If $\varphi \equiv \exists x \psi$ where $\psi$ has no variables other than $x$ free, then $\mathbb{Q} \models \varphi$ iff $\mathbb{Q} \models \psi [ 0 ]$.)
Let us show that this works with the following axiom of DTO: $$( \forall x ) ( \forall y ) ( x < y \rightarrow ( \exists z ) ( x < z \wedge z < y ) )$$ which is logically equivalent to $$ \neg ( \exists x ) ( \exists y ) ( x < y \wedge \neg ( \exists z ) ( x < z \wedge z < y ) ) ).$$
Look at these three separately:
$\mathbb{Q} \not\models ( 0 < 1 \wedge \neg ( \exists z ) ( 0 < z \wedge z < 1 ) ) )$ iff either $\mathbb{Q} \not\models 0 < 1$ or $\mathbb{Q} \not\models \neg ( \exists z ) ( 0 < z \wedge z < 1 )$ iff (since $\mathbb{Q} \models 0 < 1$) $\mathbb{Q} \not\models \neg ( \exists z ) ( 0 < z \wedge z < 1 )$ iff $\mathbb{Q} \models ( \exists z ) ( 0 < z \wedge z < 1 )$ iff at least one of the following is true
and the third one is clearly true.