Question about $Gamma_infty^M$ deriving a very specific wff
$begingroup$
In p.69 of Tourlakis's mathematical logic book.
He pulls a very specific theorem seemingly out of thin air.
$Gamma_infty^M vdash exists_x(f bar n ... = x)$
I'm not sure how this is derived as there are no theorems about the restricted theory and function symbols.
The closest thing I found was it derives some general $exists_x(A)$ but can $A = f bar n ... = x$ in every case? Is this the correct train of thought?

logic first-order-logic model-theory
$endgroup$
add a comment |
$begingroup$
In p.69 of Tourlakis's mathematical logic book.
He pulls a very specific theorem seemingly out of thin air.
$Gamma_infty^M vdash exists_x(f bar n ... = x)$
I'm not sure how this is derived as there are no theorems about the restricted theory and function symbols.
The closest thing I found was it derives some general $exists_x(A)$ but can $A = f bar n ... = x$ in every case? Is this the correct train of thought?

logic first-order-logic model-theory
$endgroup$
add a comment |
$begingroup$
In p.69 of Tourlakis's mathematical logic book.
He pulls a very specific theorem seemingly out of thin air.
$Gamma_infty^M vdash exists_x(f bar n ... = x)$
I'm not sure how this is derived as there are no theorems about the restricted theory and function symbols.
The closest thing I found was it derives some general $exists_x(A)$ but can $A = f bar n ... = x$ in every case? Is this the correct train of thought?

logic first-order-logic model-theory
$endgroup$
In p.69 of Tourlakis's mathematical logic book.
He pulls a very specific theorem seemingly out of thin air.
$Gamma_infty^M vdash exists_x(f bar n ... = x)$
I'm not sure how this is derived as there are no theorems about the restricted theory and function symbols.
The closest thing I found was it derives some general $exists_x(A)$ but can $A = f bar n ... = x$ in every case? Is this the correct train of thought?

logic first-order-logic model-theory
logic first-order-logic model-theory
asked Jan 11 at 11:52
japseowjapseow
865
865
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The context is the "Henkin construction" of the model needed for the proof of the Completeness Theorem.
At page 65 you can see the definition of the set $Gamma_{infty}$ of formulas.
At page 67 there is the definition of its "restriction" $Gamma_{infty}^M$.
$M$ is defined as a subset of $mathbb N$ :
$M = { f (n) : n in mathbb N }$
where $f(n) = text { the smallest } m text { such that } m ∼ n$ [using Definition I.5.25 of page 66 for the equivalence relation $∼$].
Consider now page 69 :
Let next $f_k$ be a function letter of arity $k$,
this is not the fucntion $f$ above. The new one is a symbol of the language.
and let $n_1,ldots, n_k$ be an input for $f_k^I$. What is the appropriate output? [I.e. what is $f_k^I (n_1,ldots, n_k)$ ? ]
Well, first observe that $Gamma_{infty}^M vdash (∃x) f_k(overline {n_1},ldots, overline {n_k}) = x$
Why? By axioms for equality : $x=x$ [Ax3., page 34], followed by Corollary I.4.12 (Substitution of Terms) : $vdash f_k(overline {n_1},ldots, overline {n_k})=f_k(overline {n_1},ldots, overline {n_k})$.
Finally apply Ax2. : $mathcal A[x ← t] to (∃x) mathcal A text { for any term } t$, to get :
$vdash (∃x)f_k(overline {n_1},ldots, overline {n_k})=x$.
$endgroup$
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
add a comment |
$begingroup$
For any language, any theory $Gamma$, and any terms $t_1,...,t_k$ not containing the variable $x$, any function symbol $f$ of arity $k$, you have $Gamma vdash (exists x) ft_1...t_k = x$.
That's for the simple reason that you have $Gamma vdash ft_1...t_k = t$ with $t=ft_1...t_k$ and so you can use Existential introduction on $t$.
Note that Existential Introduction is the rule that (under the right conditions) states that if $Gamma vdash P(t)$ for some term $t$, then $Gammavdash (exists x) P(x)$. This rule makes sense : if you know that $P(t)$ is true for a specific $t$, then you know that it's true for some $x$.
$endgroup$
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3069753%2fquestion-about-gamma-inftym-deriving-a-very-specific-wff%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The context is the "Henkin construction" of the model needed for the proof of the Completeness Theorem.
At page 65 you can see the definition of the set $Gamma_{infty}$ of formulas.
At page 67 there is the definition of its "restriction" $Gamma_{infty}^M$.
$M$ is defined as a subset of $mathbb N$ :
$M = { f (n) : n in mathbb N }$
where $f(n) = text { the smallest } m text { such that } m ∼ n$ [using Definition I.5.25 of page 66 for the equivalence relation $∼$].
Consider now page 69 :
Let next $f_k$ be a function letter of arity $k$,
this is not the fucntion $f$ above. The new one is a symbol of the language.
and let $n_1,ldots, n_k$ be an input for $f_k^I$. What is the appropriate output? [I.e. what is $f_k^I (n_1,ldots, n_k)$ ? ]
Well, first observe that $Gamma_{infty}^M vdash (∃x) f_k(overline {n_1},ldots, overline {n_k}) = x$
Why? By axioms for equality : $x=x$ [Ax3., page 34], followed by Corollary I.4.12 (Substitution of Terms) : $vdash f_k(overline {n_1},ldots, overline {n_k})=f_k(overline {n_1},ldots, overline {n_k})$.
Finally apply Ax2. : $mathcal A[x ← t] to (∃x) mathcal A text { for any term } t$, to get :
$vdash (∃x)f_k(overline {n_1},ldots, overline {n_k})=x$.
$endgroup$
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
add a comment |
$begingroup$
The context is the "Henkin construction" of the model needed for the proof of the Completeness Theorem.
At page 65 you can see the definition of the set $Gamma_{infty}$ of formulas.
At page 67 there is the definition of its "restriction" $Gamma_{infty}^M$.
$M$ is defined as a subset of $mathbb N$ :
$M = { f (n) : n in mathbb N }$
where $f(n) = text { the smallest } m text { such that } m ∼ n$ [using Definition I.5.25 of page 66 for the equivalence relation $∼$].
Consider now page 69 :
Let next $f_k$ be a function letter of arity $k$,
this is not the fucntion $f$ above. The new one is a symbol of the language.
and let $n_1,ldots, n_k$ be an input for $f_k^I$. What is the appropriate output? [I.e. what is $f_k^I (n_1,ldots, n_k)$ ? ]
Well, first observe that $Gamma_{infty}^M vdash (∃x) f_k(overline {n_1},ldots, overline {n_k}) = x$
Why? By axioms for equality : $x=x$ [Ax3., page 34], followed by Corollary I.4.12 (Substitution of Terms) : $vdash f_k(overline {n_1},ldots, overline {n_k})=f_k(overline {n_1},ldots, overline {n_k})$.
Finally apply Ax2. : $mathcal A[x ← t] to (∃x) mathcal A text { for any term } t$, to get :
$vdash (∃x)f_k(overline {n_1},ldots, overline {n_k})=x$.
$endgroup$
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
add a comment |
$begingroup$
The context is the "Henkin construction" of the model needed for the proof of the Completeness Theorem.
At page 65 you can see the definition of the set $Gamma_{infty}$ of formulas.
At page 67 there is the definition of its "restriction" $Gamma_{infty}^M$.
$M$ is defined as a subset of $mathbb N$ :
$M = { f (n) : n in mathbb N }$
where $f(n) = text { the smallest } m text { such that } m ∼ n$ [using Definition I.5.25 of page 66 for the equivalence relation $∼$].
Consider now page 69 :
Let next $f_k$ be a function letter of arity $k$,
this is not the fucntion $f$ above. The new one is a symbol of the language.
and let $n_1,ldots, n_k$ be an input for $f_k^I$. What is the appropriate output? [I.e. what is $f_k^I (n_1,ldots, n_k)$ ? ]
Well, first observe that $Gamma_{infty}^M vdash (∃x) f_k(overline {n_1},ldots, overline {n_k}) = x$
Why? By axioms for equality : $x=x$ [Ax3., page 34], followed by Corollary I.4.12 (Substitution of Terms) : $vdash f_k(overline {n_1},ldots, overline {n_k})=f_k(overline {n_1},ldots, overline {n_k})$.
Finally apply Ax2. : $mathcal A[x ← t] to (∃x) mathcal A text { for any term } t$, to get :
$vdash (∃x)f_k(overline {n_1},ldots, overline {n_k})=x$.
$endgroup$
The context is the "Henkin construction" of the model needed for the proof of the Completeness Theorem.
At page 65 you can see the definition of the set $Gamma_{infty}$ of formulas.
At page 67 there is the definition of its "restriction" $Gamma_{infty}^M$.
$M$ is defined as a subset of $mathbb N$ :
$M = { f (n) : n in mathbb N }$
where $f(n) = text { the smallest } m text { such that } m ∼ n$ [using Definition I.5.25 of page 66 for the equivalence relation $∼$].
Consider now page 69 :
Let next $f_k$ be a function letter of arity $k$,
this is not the fucntion $f$ above. The new one is a symbol of the language.
and let $n_1,ldots, n_k$ be an input for $f_k^I$. What is the appropriate output? [I.e. what is $f_k^I (n_1,ldots, n_k)$ ? ]
Well, first observe that $Gamma_{infty}^M vdash (∃x) f_k(overline {n_1},ldots, overline {n_k}) = x$
Why? By axioms for equality : $x=x$ [Ax3., page 34], followed by Corollary I.4.12 (Substitution of Terms) : $vdash f_k(overline {n_1},ldots, overline {n_k})=f_k(overline {n_1},ldots, overline {n_k})$.
Finally apply Ax2. : $mathcal A[x ← t] to (∃x) mathcal A text { for any term } t$, to get :
$vdash (∃x)f_k(overline {n_1},ldots, overline {n_k})=x$.
edited Jan 11 at 15:56
answered Jan 11 at 12:17
Mauro ALLEGRANZAMauro ALLEGRANZA
66.9k449115
66.9k449115
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
add a comment |
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
$begingroup$
This answer and Max's answer is pretty much the same, but I would pick this as the answer because it is more formally put.
$endgroup$
– japseow
Jan 13 at 11:53
add a comment |
$begingroup$
For any language, any theory $Gamma$, and any terms $t_1,...,t_k$ not containing the variable $x$, any function symbol $f$ of arity $k$, you have $Gamma vdash (exists x) ft_1...t_k = x$.
That's for the simple reason that you have $Gamma vdash ft_1...t_k = t$ with $t=ft_1...t_k$ and so you can use Existential introduction on $t$.
Note that Existential Introduction is the rule that (under the right conditions) states that if $Gamma vdash P(t)$ for some term $t$, then $Gammavdash (exists x) P(x)$. This rule makes sense : if you know that $P(t)$ is true for a specific $t$, then you know that it's true for some $x$.
$endgroup$
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
add a comment |
$begingroup$
For any language, any theory $Gamma$, and any terms $t_1,...,t_k$ not containing the variable $x$, any function symbol $f$ of arity $k$, you have $Gamma vdash (exists x) ft_1...t_k = x$.
That's for the simple reason that you have $Gamma vdash ft_1...t_k = t$ with $t=ft_1...t_k$ and so you can use Existential introduction on $t$.
Note that Existential Introduction is the rule that (under the right conditions) states that if $Gamma vdash P(t)$ for some term $t$, then $Gammavdash (exists x) P(x)$. This rule makes sense : if you know that $P(t)$ is true for a specific $t$, then you know that it's true for some $x$.
$endgroup$
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
add a comment |
$begingroup$
For any language, any theory $Gamma$, and any terms $t_1,...,t_k$ not containing the variable $x$, any function symbol $f$ of arity $k$, you have $Gamma vdash (exists x) ft_1...t_k = x$.
That's for the simple reason that you have $Gamma vdash ft_1...t_k = t$ with $t=ft_1...t_k$ and so you can use Existential introduction on $t$.
Note that Existential Introduction is the rule that (under the right conditions) states that if $Gamma vdash P(t)$ for some term $t$, then $Gammavdash (exists x) P(x)$. This rule makes sense : if you know that $P(t)$ is true for a specific $t$, then you know that it's true for some $x$.
$endgroup$
For any language, any theory $Gamma$, and any terms $t_1,...,t_k$ not containing the variable $x$, any function symbol $f$ of arity $k$, you have $Gamma vdash (exists x) ft_1...t_k = x$.
That's for the simple reason that you have $Gamma vdash ft_1...t_k = t$ with $t=ft_1...t_k$ and so you can use Existential introduction on $t$.
Note that Existential Introduction is the rule that (under the right conditions) states that if $Gamma vdash P(t)$ for some term $t$, then $Gammavdash (exists x) P(x)$. This rule makes sense : if you know that $P(t)$ is true for a specific $t$, then you know that it's true for some $x$.
answered Jan 11 at 12:14
MaxMax
15.1k11143
15.1k11143
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
add a comment |
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
$begingroup$
Ah yes this is exactly what I was missing. Thanks!
$endgroup$
– japseow
Jan 13 at 11:54
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3069753%2fquestion-about-gamma-inftym-deriving-a-very-specific-wff%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown