(My question is clearly marked at the bottom. I don't think I'm asking the same question as this math.stackexchange.com question.)
I'm working in the framework of Enderton's A Mathemtical Introduction To Logic, second edition.
In chapter 1 on sentential logic, a set $\Sigma$ of well-formed formulas is said to tautologically imply a wff $\phi$, written $$\Sigma \models \phi$$ when every truth assignment satisfying everything in $\Sigma$ also satisfies $\phi$.
In chapter 2 on first-order logic, a set $\Gamma$ of wffs is said to logically imply a wff $\phi$, written $$\Gamma\models \phi$$ when every structure (interpretation) $\mathfrak{A}$ and every substitution map $s$ from variables $\{v_n\}$ into the universe $|\mathfrak{A}|$ satisfying everything in $\Gamma$ also satisfies $\phi$.
Write $\models _{\mathfrak{A}} \phi [s]$ when a structure/substitution pair $(\mathfrak{A}, s)$ satisfies a wff $\phi$.
After defining logical implication, he says that the double turnstile notation "$\Sigma \models \phi$" will be used going forward only for logical implication.
This leads me to guess that his sentential logic tautological implication is somehow subsumed by his first-order logical implication, but I am trying to get a more concrete understanding.
A brief google indicates that sentential logic can be contained in first-order logic:
- Propositional logic statement = First order logic statement
- https://web.engr.oregonstate.edu/~afern/classes/cs532/notes/fo-ss.pdf
I am trying to get a better understanding of how S.L. implication and F.O.L. implication might relate, but I didn't easily find anything laying this out explicitly.
Question:
Is it correct that Enderton's sentential logic embeds into Enderton's first-order logic using the following first-order language and structure?
First-order language:
- No equality, no constants, no functions, and one single $1$-ary predicate symbol $P$.
Structure/interpretation $\mathfrak{A}$:
- Universe $|\mathfrak{A}|$ any set with at least two elements.
- Relation $P^{\mathfrak{A}}$ for $P$ any non-empty subset of $|\mathfrak{A}|$ whose compliment is also non-empty.
Relationship between S.L. and F.O.L.:
- Define a mapping $f$ obtaining a F.O.L. expression from a S.L. expression by replacing every S.L. sentence symbol $A_n$ with the F.O.L. term $Pv_n$.
- S.L. wffs become F.O.L. wffs.
- $\phi$ is a tautology in S.L. if and only if $\models _{\mathfrak{A}} f(\phi) [s]$ for every substitution $s$ (equivalently $\mathfrak{A}$ is a "model" of the fully universally quantified version of $f(\phi)$.)
Thanks for any help.
Do you need proof?
– Simone Apr 22 '19 at 13:59