$Gamma_1 cup Gamma_2$ is not satisfiable iff there exists $alpha in WFF$ such that $Gamma_1 vdash alpha$ and...
$begingroup$
Let $Gamma_1,Gamma_2 subseteq WFF.;$ Prove: $Gamma_1 cup Gamma_2$ is not satisfiable if and only if there exists $alpha in WFF$ such that $Gamma_1 vdash_{HPC} alpha$ and $Gamma_2 vdash_{HPC} lnot alpha$
I succeeded to prove that if there is an $alpha in WFF$ such that $Gamma_1 vdash alpha$ and $Gamma_2 vdash lnot alpha$, then $Gamma_1 cup Gamma_2$ is not satisfiable. I'm having some trouble with the other direction. If either $Gamma_1$ or $Gamma_2$ is not satisfiable, then it's pretty easy. But what if both $Gamma_1$ and $Gamma_2$ are satisfiable?
logic propositional-calculus satisfiability
$endgroup$
add a comment |
$begingroup$
Let $Gamma_1,Gamma_2 subseteq WFF.;$ Prove: $Gamma_1 cup Gamma_2$ is not satisfiable if and only if there exists $alpha in WFF$ such that $Gamma_1 vdash_{HPC} alpha$ and $Gamma_2 vdash_{HPC} lnot alpha$
I succeeded to prove that if there is an $alpha in WFF$ such that $Gamma_1 vdash alpha$ and $Gamma_2 vdash lnot alpha$, then $Gamma_1 cup Gamma_2$ is not satisfiable. I'm having some trouble with the other direction. If either $Gamma_1$ or $Gamma_2$ is not satisfiable, then it's pretty easy. But what if both $Gamma_1$ and $Gamma_2$ are satisfiable?
logic propositional-calculus satisfiability
$endgroup$
add a comment |
$begingroup$
Let $Gamma_1,Gamma_2 subseteq WFF.;$ Prove: $Gamma_1 cup Gamma_2$ is not satisfiable if and only if there exists $alpha in WFF$ such that $Gamma_1 vdash_{HPC} alpha$ and $Gamma_2 vdash_{HPC} lnot alpha$
I succeeded to prove that if there is an $alpha in WFF$ such that $Gamma_1 vdash alpha$ and $Gamma_2 vdash lnot alpha$, then $Gamma_1 cup Gamma_2$ is not satisfiable. I'm having some trouble with the other direction. If either $Gamma_1$ or $Gamma_2$ is not satisfiable, then it's pretty easy. But what if both $Gamma_1$ and $Gamma_2$ are satisfiable?
logic propositional-calculus satisfiability
$endgroup$
Let $Gamma_1,Gamma_2 subseteq WFF.;$ Prove: $Gamma_1 cup Gamma_2$ is not satisfiable if and only if there exists $alpha in WFF$ such that $Gamma_1 vdash_{HPC} alpha$ and $Gamma_2 vdash_{HPC} lnot alpha$
I succeeded to prove that if there is an $alpha in WFF$ such that $Gamma_1 vdash alpha$ and $Gamma_2 vdash lnot alpha$, then $Gamma_1 cup Gamma_2$ is not satisfiable. I'm having some trouble with the other direction. If either $Gamma_1$ or $Gamma_2$ is not satisfiable, then it's pretty easy. But what if both $Gamma_1$ and $Gamma_2$ are satisfiable?
logic propositional-calculus satisfiability
logic propositional-calculus satisfiability
asked Dec 13 '18 at 20:48
user401516user401516
92039
92039
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $Gamma_1 cup Gamma_2$ is not satisfiable, but $Gamma_1$ and $Gamma_2$ both are, then you could consider the sentence that is the conjunction of all the sentences in $Gamma_1$ (if $Gamma_1$ is empty, then just consider any tautology). Let's call this statement $S_1$. Clearly $Gamma_1 vdash_{HPC} S_1$. Moreover, if it would be the case that $Gamma_2 not vdash_{HPC} neg S_1$, then that means that there is a valuation that sets all of the statements in $Gamma_2$ to True, but $neg S_1$ to False. But that means that that valuatin sets $S_1$ to True, and hence all sentences in $Gamma_1$ to True, meaning that this valuatin would set all sentences in $Gamma_1 cup Gamma_2$ to True, meaning that $Gamma_1 cup Gamma_2$ would be satisfiable, whch contradicts the assumption. So, it must be true that $Gamma_2 vdash neg S_1$. And so we have found our $alpha$, as desired.
$endgroup$
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
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%2f3038552%2fgamma-1-cup-gamma-2-is-not-satisfiable-iff-there-exists-alpha-in-wff-su%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
$begingroup$
If $Gamma_1 cup Gamma_2$ is not satisfiable, but $Gamma_1$ and $Gamma_2$ both are, then you could consider the sentence that is the conjunction of all the sentences in $Gamma_1$ (if $Gamma_1$ is empty, then just consider any tautology). Let's call this statement $S_1$. Clearly $Gamma_1 vdash_{HPC} S_1$. Moreover, if it would be the case that $Gamma_2 not vdash_{HPC} neg S_1$, then that means that there is a valuation that sets all of the statements in $Gamma_2$ to True, but $neg S_1$ to False. But that means that that valuatin sets $S_1$ to True, and hence all sentences in $Gamma_1$ to True, meaning that this valuatin would set all sentences in $Gamma_1 cup Gamma_2$ to True, meaning that $Gamma_1 cup Gamma_2$ would be satisfiable, whch contradicts the assumption. So, it must be true that $Gamma_2 vdash neg S_1$. And so we have found our $alpha$, as desired.
$endgroup$
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
add a comment |
$begingroup$
If $Gamma_1 cup Gamma_2$ is not satisfiable, but $Gamma_1$ and $Gamma_2$ both are, then you could consider the sentence that is the conjunction of all the sentences in $Gamma_1$ (if $Gamma_1$ is empty, then just consider any tautology). Let's call this statement $S_1$. Clearly $Gamma_1 vdash_{HPC} S_1$. Moreover, if it would be the case that $Gamma_2 not vdash_{HPC} neg S_1$, then that means that there is a valuation that sets all of the statements in $Gamma_2$ to True, but $neg S_1$ to False. But that means that that valuatin sets $S_1$ to True, and hence all sentences in $Gamma_1$ to True, meaning that this valuatin would set all sentences in $Gamma_1 cup Gamma_2$ to True, meaning that $Gamma_1 cup Gamma_2$ would be satisfiable, whch contradicts the assumption. So, it must be true that $Gamma_2 vdash neg S_1$. And so we have found our $alpha$, as desired.
$endgroup$
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
add a comment |
$begingroup$
If $Gamma_1 cup Gamma_2$ is not satisfiable, but $Gamma_1$ and $Gamma_2$ both are, then you could consider the sentence that is the conjunction of all the sentences in $Gamma_1$ (if $Gamma_1$ is empty, then just consider any tautology). Let's call this statement $S_1$. Clearly $Gamma_1 vdash_{HPC} S_1$. Moreover, if it would be the case that $Gamma_2 not vdash_{HPC} neg S_1$, then that means that there is a valuation that sets all of the statements in $Gamma_2$ to True, but $neg S_1$ to False. But that means that that valuatin sets $S_1$ to True, and hence all sentences in $Gamma_1$ to True, meaning that this valuatin would set all sentences in $Gamma_1 cup Gamma_2$ to True, meaning that $Gamma_1 cup Gamma_2$ would be satisfiable, whch contradicts the assumption. So, it must be true that $Gamma_2 vdash neg S_1$. And so we have found our $alpha$, as desired.
$endgroup$
If $Gamma_1 cup Gamma_2$ is not satisfiable, but $Gamma_1$ and $Gamma_2$ both are, then you could consider the sentence that is the conjunction of all the sentences in $Gamma_1$ (if $Gamma_1$ is empty, then just consider any tautology). Let's call this statement $S_1$. Clearly $Gamma_1 vdash_{HPC} S_1$. Moreover, if it would be the case that $Gamma_2 not vdash_{HPC} neg S_1$, then that means that there is a valuation that sets all of the statements in $Gamma_2$ to True, but $neg S_1$ to False. But that means that that valuatin sets $S_1$ to True, and hence all sentences in $Gamma_1$ to True, meaning that this valuatin would set all sentences in $Gamma_1 cup Gamma_2$ to True, meaning that $Gamma_1 cup Gamma_2$ would be satisfiable, whch contradicts the assumption. So, it must be true that $Gamma_2 vdash neg S_1$. And so we have found our $alpha$, as desired.
answered Jan 13 at 3:46
Bram28Bram28
61.5k44792
61.5k44792
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
add a comment |
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
Since we're not given that $Gamma_1$ is finite, an application of the compactness theorem (to $Gamma_1cupGamma_2$) is needed before forming the conjunction $S_1$.
$endgroup$
– Andreas Blass
Jan 13 at 4:37
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
$begingroup$
@AndreasBlass Ah, yes, good point, thanks!
$endgroup$
– Bram28
Jan 13 at 15:59
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%2f3038552%2fgamma-1-cup-gamma-2-is-not-satisfiable-iff-there-exists-alpha-in-wff-su%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