how to prove ∃x(∃yA(y) → A(x)) is valid in classical logic
∃x(∃yA(y) → A(x))
i know how to prove it by natural deduction. but it requires to use model theoretical approach. so i'm not sure how we can prove the validity.
can anyone help me please ?
logic predicate-logic
add a comment |
∃x(∃yA(y) → A(x))
i know how to prove it by natural deduction. but it requires to use model theoretical approach. so i'm not sure how we can prove the validity.
can anyone help me please ?
logic predicate-logic
add a comment |
∃x(∃yA(y) → A(x))
i know how to prove it by natural deduction. but it requires to use model theoretical approach. so i'm not sure how we can prove the validity.
can anyone help me please ?
logic predicate-logic
∃x(∃yA(y) → A(x))
i know how to prove it by natural deduction. but it requires to use model theoretical approach. so i'm not sure how we can prove the validity.
can anyone help me please ?
logic predicate-logic
logic predicate-logic
edited Nov 21 '18 at 14:58
Mauro ALLEGRANZA
64.4k448112
64.4k448112
asked Nov 21 '18 at 14:18
Norman
227
227
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Let $mathcal M$ a structure whatever, with domain $D$.
Two cases :
(i) $∃yA(y)$ is False.
Thus $∃yA(y) to A(x)$ is True.
For an assignment $s$ such that $s(x)=a$, for $a in D$ whatever, we have $mathcal M vDash (∃yA(y) to A(x))[s]$.
And this means that $mathcal M vDash exists x (∃yA(y) to A(x))$.
(ii) $∃yA(y)$ is True, i.e. there is an object $a in D$ such that $A^{mathcal M}(a)$ holds.
This implies that $mathcal M vDash (∃yA(y) to A(x))[s]$, for an assignment $s$ such that $s(x)=a$, and thus : $mathcal M vDash exists x (∃yA(y) to A(x))$.
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
add a comment |
Try a proof by contradiction:
So, suppose there is some structure that makes this sentence false.
That means that there is not some object $x$ in the domain for which it holds that if there is something which has property $A$, then $x$ has property $A$.
By pure logic that means that for all objects $x$ in the domain it does not hold that if there is something which has property $A$, then $x$ has property $A$.
By the semantics of the material implication, this then means that for all objects $x$ in the domain it holds that there is something with property $A$, and that $x$ does not have property $A$.
But that means that there is something with property $A$ as well as that nothing has property $A$, and we have our contradiction.
So, there is no structure that makes the sentence false, and hence all structures will set this sentence to true.
Hence, the sentence is valid.
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
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%2f3007779%2fhow-to-prove-%25e2%2588%2583x%25e2%2588%2583yay-%25e2%2586%2592-ax-is-valid-in-classical-logic%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
Let $mathcal M$ a structure whatever, with domain $D$.
Two cases :
(i) $∃yA(y)$ is False.
Thus $∃yA(y) to A(x)$ is True.
For an assignment $s$ such that $s(x)=a$, for $a in D$ whatever, we have $mathcal M vDash (∃yA(y) to A(x))[s]$.
And this means that $mathcal M vDash exists x (∃yA(y) to A(x))$.
(ii) $∃yA(y)$ is True, i.e. there is an object $a in D$ such that $A^{mathcal M}(a)$ holds.
This implies that $mathcal M vDash (∃yA(y) to A(x))[s]$, for an assignment $s$ such that $s(x)=a$, and thus : $mathcal M vDash exists x (∃yA(y) to A(x))$.
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
add a comment |
Let $mathcal M$ a structure whatever, with domain $D$.
Two cases :
(i) $∃yA(y)$ is False.
Thus $∃yA(y) to A(x)$ is True.
For an assignment $s$ such that $s(x)=a$, for $a in D$ whatever, we have $mathcal M vDash (∃yA(y) to A(x))[s]$.
And this means that $mathcal M vDash exists x (∃yA(y) to A(x))$.
(ii) $∃yA(y)$ is True, i.e. there is an object $a in D$ such that $A^{mathcal M}(a)$ holds.
This implies that $mathcal M vDash (∃yA(y) to A(x))[s]$, for an assignment $s$ such that $s(x)=a$, and thus : $mathcal M vDash exists x (∃yA(y) to A(x))$.
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
add a comment |
Let $mathcal M$ a structure whatever, with domain $D$.
Two cases :
(i) $∃yA(y)$ is False.
Thus $∃yA(y) to A(x)$ is True.
For an assignment $s$ such that $s(x)=a$, for $a in D$ whatever, we have $mathcal M vDash (∃yA(y) to A(x))[s]$.
And this means that $mathcal M vDash exists x (∃yA(y) to A(x))$.
(ii) $∃yA(y)$ is True, i.e. there is an object $a in D$ such that $A^{mathcal M}(a)$ holds.
This implies that $mathcal M vDash (∃yA(y) to A(x))[s]$, for an assignment $s$ such that $s(x)=a$, and thus : $mathcal M vDash exists x (∃yA(y) to A(x))$.
Let $mathcal M$ a structure whatever, with domain $D$.
Two cases :
(i) $∃yA(y)$ is False.
Thus $∃yA(y) to A(x)$ is True.
For an assignment $s$ such that $s(x)=a$, for $a in D$ whatever, we have $mathcal M vDash (∃yA(y) to A(x))[s]$.
And this means that $mathcal M vDash exists x (∃yA(y) to A(x))$.
(ii) $∃yA(y)$ is True, i.e. there is an object $a in D$ such that $A^{mathcal M}(a)$ holds.
This implies that $mathcal M vDash (∃yA(y) to A(x))[s]$, for an assignment $s$ such that $s(x)=a$, and thus : $mathcal M vDash exists x (∃yA(y) to A(x))$.
edited Nov 21 '18 at 14:43
answered Nov 21 '18 at 14:37
Mauro ALLEGRANZA
64.4k448112
64.4k448112
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
add a comment |
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
add a comment |
Try a proof by contradiction:
So, suppose there is some structure that makes this sentence false.
That means that there is not some object $x$ in the domain for which it holds that if there is something which has property $A$, then $x$ has property $A$.
By pure logic that means that for all objects $x$ in the domain it does not hold that if there is something which has property $A$, then $x$ has property $A$.
By the semantics of the material implication, this then means that for all objects $x$ in the domain it holds that there is something with property $A$, and that $x$ does not have property $A$.
But that means that there is something with property $A$ as well as that nothing has property $A$, and we have our contradiction.
So, there is no structure that makes the sentence false, and hence all structures will set this sentence to true.
Hence, the sentence is valid.
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
add a comment |
Try a proof by contradiction:
So, suppose there is some structure that makes this sentence false.
That means that there is not some object $x$ in the domain for which it holds that if there is something which has property $A$, then $x$ has property $A$.
By pure logic that means that for all objects $x$ in the domain it does not hold that if there is something which has property $A$, then $x$ has property $A$.
By the semantics of the material implication, this then means that for all objects $x$ in the domain it holds that there is something with property $A$, and that $x$ does not have property $A$.
But that means that there is something with property $A$ as well as that nothing has property $A$, and we have our contradiction.
So, there is no structure that makes the sentence false, and hence all structures will set this sentence to true.
Hence, the sentence is valid.
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
add a comment |
Try a proof by contradiction:
So, suppose there is some structure that makes this sentence false.
That means that there is not some object $x$ in the domain for which it holds that if there is something which has property $A$, then $x$ has property $A$.
By pure logic that means that for all objects $x$ in the domain it does not hold that if there is something which has property $A$, then $x$ has property $A$.
By the semantics of the material implication, this then means that for all objects $x$ in the domain it holds that there is something with property $A$, and that $x$ does not have property $A$.
But that means that there is something with property $A$ as well as that nothing has property $A$, and we have our contradiction.
So, there is no structure that makes the sentence false, and hence all structures will set this sentence to true.
Hence, the sentence is valid.
Try a proof by contradiction:
So, suppose there is some structure that makes this sentence false.
That means that there is not some object $x$ in the domain for which it holds that if there is something which has property $A$, then $x$ has property $A$.
By pure logic that means that for all objects $x$ in the domain it does not hold that if there is something which has property $A$, then $x$ has property $A$.
By the semantics of the material implication, this then means that for all objects $x$ in the domain it holds that there is something with property $A$, and that $x$ does not have property $A$.
But that means that there is something with property $A$ as well as that nothing has property $A$, and we have our contradiction.
So, there is no structure that makes the sentence false, and hence all structures will set this sentence to true.
Hence, the sentence is valid.
edited Nov 21 '18 at 14:54
answered Nov 21 '18 at 14:31
Bram28
60.3k44590
60.3k44590
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
add a comment |
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
Thank you so much. i really appreciate it.
– Norman
Nov 21 '18 at 16:01
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
@Norman You're welcome :)
– Bram28
Nov 21 '18 at 17:37
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3007779%2fhow-to-prove-%25e2%2588%2583x%25e2%2588%2583yay-%25e2%2586%2592-ax-is-valid-in-classical-logic%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