How to make an English sentence from a first-order logic formula with unbound variables?











up vote
0
down vote

favorite












I'll first quote the problem from 'Computability and Logic' by Boolos, Burgess, Jeffrey.




9.3 Consider a language with a two-place predicate P and a one-place predicate F, and an interpretation in which the domain is the set of persons, the denotation of P is the relation of parent to child, and the denotation of F is the set of all female persons. What do the following amount to, in colloquial terms, under that interpretation?



(a) $exists zexists uexists v(u neq v land mathbf Puy land mathbf Pvy land mathbf Puz land mathbf Pvz land mathbf Pzx land lnot mathbf Fy )$




I left out b, since it's quite similar to a.
Now, I understand how to make a colloquial English sentence from a statement like this: $forall a forall b (mathbf Pab implies mathbf lnot mathbf Pba)$. For example, this could be 'No one is a parent of his or her parent.' But in the problem above, x and y are unbound variables. How do I deal with this? Are they perhaps implicitly meant to be universally bounded? Thanks in advance.










share|cite|improve this question






















  • How would you phrase it if you used $y$ as the name of a specific person, and you were saying something about $y$?
    – Malice Vidrine
    Nov 13 at 18:17















up vote
0
down vote

favorite












I'll first quote the problem from 'Computability and Logic' by Boolos, Burgess, Jeffrey.




9.3 Consider a language with a two-place predicate P and a one-place predicate F, and an interpretation in which the domain is the set of persons, the denotation of P is the relation of parent to child, and the denotation of F is the set of all female persons. What do the following amount to, in colloquial terms, under that interpretation?



(a) $exists zexists uexists v(u neq v land mathbf Puy land mathbf Pvy land mathbf Puz land mathbf Pvz land mathbf Pzx land lnot mathbf Fy )$




I left out b, since it's quite similar to a.
Now, I understand how to make a colloquial English sentence from a statement like this: $forall a forall b (mathbf Pab implies mathbf lnot mathbf Pba)$. For example, this could be 'No one is a parent of his or her parent.' But in the problem above, x and y are unbound variables. How do I deal with this? Are they perhaps implicitly meant to be universally bounded? Thanks in advance.










share|cite|improve this question






















  • How would you phrase it if you used $y$ as the name of a specific person, and you were saying something about $y$?
    – Malice Vidrine
    Nov 13 at 18:17













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'll first quote the problem from 'Computability and Logic' by Boolos, Burgess, Jeffrey.




9.3 Consider a language with a two-place predicate P and a one-place predicate F, and an interpretation in which the domain is the set of persons, the denotation of P is the relation of parent to child, and the denotation of F is the set of all female persons. What do the following amount to, in colloquial terms, under that interpretation?



(a) $exists zexists uexists v(u neq v land mathbf Puy land mathbf Pvy land mathbf Puz land mathbf Pvz land mathbf Pzx land lnot mathbf Fy )$




I left out b, since it's quite similar to a.
Now, I understand how to make a colloquial English sentence from a statement like this: $forall a forall b (mathbf Pab implies mathbf lnot mathbf Pba)$. For example, this could be 'No one is a parent of his or her parent.' But in the problem above, x and y are unbound variables. How do I deal with this? Are they perhaps implicitly meant to be universally bounded? Thanks in advance.










share|cite|improve this question













I'll first quote the problem from 'Computability and Logic' by Boolos, Burgess, Jeffrey.




9.3 Consider a language with a two-place predicate P and a one-place predicate F, and an interpretation in which the domain is the set of persons, the denotation of P is the relation of parent to child, and the denotation of F is the set of all female persons. What do the following amount to, in colloquial terms, under that interpretation?



(a) $exists zexists uexists v(u neq v land mathbf Puy land mathbf Pvy land mathbf Puz land mathbf Pvz land mathbf Pzx land lnot mathbf Fy )$




I left out b, since it's quite similar to a.
Now, I understand how to make a colloquial English sentence from a statement like this: $forall a forall b (mathbf Pab implies mathbf lnot mathbf Pba)$. For example, this could be 'No one is a parent of his or her parent.' But in the problem above, x and y are unbound variables. How do I deal with this? Are they perhaps implicitly meant to be universally bounded? Thanks in advance.







logic first-order-logic






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 13 at 18:11









Steven Wagter

555




555












  • How would you phrase it if you used $y$ as the name of a specific person, and you were saying something about $y$?
    – Malice Vidrine
    Nov 13 at 18:17


















  • How would you phrase it if you used $y$ as the name of a specific person, and you were saying something about $y$?
    – Malice Vidrine
    Nov 13 at 18:17
















How would you phrase it if you used $y$ as the name of a specific person, and you were saying something about $y$?
– Malice Vidrine
Nov 13 at 18:17




How would you phrase it if you used $y$ as the name of a specific person, and you were saying something about $y$?
– Malice Vidrine
Nov 13 at 18:17










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










If you have unbound (free) variables, then you should just refer to those variables.



That is, just like we define predicates by sayhing something like:



$P(x,y)$: '$x$ is a father of $y$'



we can likewise express complex formulas with free variables, e.g.



$exists y(P(x,y) land P(y,z))$: 'There is someone who has $x$ as a father, and who is a father of $z$'






share|cite|improve this answer























  • So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
    – Steven Wagter
    Nov 13 at 18:37










  • @StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
    – Bram28
    Nov 13 at 18:44










  • Thank you very much.
    – Steven Wagter
    Nov 13 at 18:49











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997074%2fhow-to-make-an-english-sentence-from-a-first-order-logic-formula-with-unbound-va%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
1
down vote



accepted










If you have unbound (free) variables, then you should just refer to those variables.



That is, just like we define predicates by sayhing something like:



$P(x,y)$: '$x$ is a father of $y$'



we can likewise express complex formulas with free variables, e.g.



$exists y(P(x,y) land P(y,z))$: 'There is someone who has $x$ as a father, and who is a father of $z$'






share|cite|improve this answer























  • So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
    – Steven Wagter
    Nov 13 at 18:37










  • @StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
    – Bram28
    Nov 13 at 18:44










  • Thank you very much.
    – Steven Wagter
    Nov 13 at 18:49















up vote
1
down vote



accepted










If you have unbound (free) variables, then you should just refer to those variables.



That is, just like we define predicates by sayhing something like:



$P(x,y)$: '$x$ is a father of $y$'



we can likewise express complex formulas with free variables, e.g.



$exists y(P(x,y) land P(y,z))$: 'There is someone who has $x$ as a father, and who is a father of $z$'






share|cite|improve this answer























  • So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
    – Steven Wagter
    Nov 13 at 18:37










  • @StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
    – Bram28
    Nov 13 at 18:44










  • Thank you very much.
    – Steven Wagter
    Nov 13 at 18:49













up vote
1
down vote



accepted







up vote
1
down vote



accepted






If you have unbound (free) variables, then you should just refer to those variables.



That is, just like we define predicates by sayhing something like:



$P(x,y)$: '$x$ is a father of $y$'



we can likewise express complex formulas with free variables, e.g.



$exists y(P(x,y) land P(y,z))$: 'There is someone who has $x$ as a father, and who is a father of $z$'






share|cite|improve this answer














If you have unbound (free) variables, then you should just refer to those variables.



That is, just like we define predicates by sayhing something like:



$P(x,y)$: '$x$ is a father of $y$'



we can likewise express complex formulas with free variables, e.g.



$exists y(P(x,y) land P(y,z))$: 'There is someone who has $x$ as a father, and who is a father of $z$'







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Nov 13 at 18:45

























answered Nov 13 at 18:34









Bram28

58.2k44185




58.2k44185












  • So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
    – Steven Wagter
    Nov 13 at 18:37










  • @StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
    – Bram28
    Nov 13 at 18:44










  • Thank you very much.
    – Steven Wagter
    Nov 13 at 18:49


















  • So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
    – Steven Wagter
    Nov 13 at 18:37










  • @StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
    – Bram28
    Nov 13 at 18:44










  • Thank you very much.
    – Steven Wagter
    Nov 13 at 18:49
















So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
– Steven Wagter
Nov 13 at 18:37




So your example and the problem above are propositions whose truth depends on which variables you put in, or in which way you bind the variables, unlike my example?
– Steven Wagter
Nov 13 at 18:37












@StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
– Bram28
Nov 13 at 18:44




@StevenWagter Yes, as long as you have free variables, the formula is not a sentence, i.e. not something you can evaluate and assign a truth-value to. It is only when you quantify (bind) all the free variables that it becomes a sentence with a truth-value. Your formula is no different. It has free variables $x$ and $y$, and hence is not a sentence; just a formula. But you can still express that formula.
– Bram28
Nov 13 at 18:44












Thank you very much.
– Steven Wagter
Nov 13 at 18:49




Thank you very much.
– Steven Wagter
Nov 13 at 18:49


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997074%2fhow-to-make-an-english-sentence-from-a-first-order-logic-formula-with-unbound-va%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?