Discharging an assumption for a theorem
$begingroup$
So it's my understanding that theorems do not rely on an assumption set. However, this theorem that I have come across seems like I will have to make at least one undischarged assumption.
$$├ (P rightarrow Q) lor (Q lor R)$$
My initial approach was to use arrow introduction, so assume P then eventually discharge it once I had gotten Q. But I just don't see how I can get Q.
The rest of the theorem I can get using wedge introduction once I have one of the sides, I just don't see a way to get them.
proof-verification logic
$endgroup$
add a comment |
$begingroup$
So it's my understanding that theorems do not rely on an assumption set. However, this theorem that I have come across seems like I will have to make at least one undischarged assumption.
$$├ (P rightarrow Q) lor (Q lor R)$$
My initial approach was to use arrow introduction, so assume P then eventually discharge it once I had gotten Q. But I just don't see how I can get Q.
The rest of the theorem I can get using wedge introduction once I have one of the sides, I just don't see a way to get them.
proof-verification logic
$endgroup$
1
$begingroup$
Are you sure this is correct as written (and not, for example, $(Q implies P) lor (Q lor R)$)? Without further assumptions, this is not always true.
$endgroup$
– platty
Dec 14 '18 at 8:21
1
$begingroup$
In general, you are right: a "theorem" of propositional calculus must be a tautology and its proof must end without undischarged assumptions.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:51
1
$begingroup$
Specifically, the above formula is not a tautology, and thus you cannot prove it. This means that a valid derivation of it must have some undischarged assumption; foe example : $R$. In fact : $R vdash (P to Q) lor (Q lor R)$.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:52
add a comment |
$begingroup$
So it's my understanding that theorems do not rely on an assumption set. However, this theorem that I have come across seems like I will have to make at least one undischarged assumption.
$$├ (P rightarrow Q) lor (Q lor R)$$
My initial approach was to use arrow introduction, so assume P then eventually discharge it once I had gotten Q. But I just don't see how I can get Q.
The rest of the theorem I can get using wedge introduction once I have one of the sides, I just don't see a way to get them.
proof-verification logic
$endgroup$
So it's my understanding that theorems do not rely on an assumption set. However, this theorem that I have come across seems like I will have to make at least one undischarged assumption.
$$├ (P rightarrow Q) lor (Q lor R)$$
My initial approach was to use arrow introduction, so assume P then eventually discharge it once I had gotten Q. But I just don't see how I can get Q.
The rest of the theorem I can get using wedge introduction once I have one of the sides, I just don't see a way to get them.
proof-verification logic
proof-verification logic
asked Dec 14 '18 at 8:07
logicboilogicboi
1
1
1
$begingroup$
Are you sure this is correct as written (and not, for example, $(Q implies P) lor (Q lor R)$)? Without further assumptions, this is not always true.
$endgroup$
– platty
Dec 14 '18 at 8:21
1
$begingroup$
In general, you are right: a "theorem" of propositional calculus must be a tautology and its proof must end without undischarged assumptions.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:51
1
$begingroup$
Specifically, the above formula is not a tautology, and thus you cannot prove it. This means that a valid derivation of it must have some undischarged assumption; foe example : $R$. In fact : $R vdash (P to Q) lor (Q lor R)$.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:52
add a comment |
1
$begingroup$
Are you sure this is correct as written (and not, for example, $(Q implies P) lor (Q lor R)$)? Without further assumptions, this is not always true.
$endgroup$
– platty
Dec 14 '18 at 8:21
1
$begingroup$
In general, you are right: a "theorem" of propositional calculus must be a tautology and its proof must end without undischarged assumptions.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:51
1
$begingroup$
Specifically, the above formula is not a tautology, and thus you cannot prove it. This means that a valid derivation of it must have some undischarged assumption; foe example : $R$. In fact : $R vdash (P to Q) lor (Q lor R)$.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:52
1
1
$begingroup$
Are you sure this is correct as written (and not, for example, $(Q implies P) lor (Q lor R)$)? Without further assumptions, this is not always true.
$endgroup$
– platty
Dec 14 '18 at 8:21
$begingroup$
Are you sure this is correct as written (and not, for example, $(Q implies P) lor (Q lor R)$)? Without further assumptions, this is not always true.
$endgroup$
– platty
Dec 14 '18 at 8:21
1
1
$begingroup$
In general, you are right: a "theorem" of propositional calculus must be a tautology and its proof must end without undischarged assumptions.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:51
$begingroup$
In general, you are right: a "theorem" of propositional calculus must be a tautology and its proof must end without undischarged assumptions.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:51
1
1
$begingroup$
Specifically, the above formula is not a tautology, and thus you cannot prove it. This means that a valid derivation of it must have some undischarged assumption; foe example : $R$. In fact : $R vdash (P to Q) lor (Q lor R)$.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:52
$begingroup$
Specifically, the above formula is not a tautology, and thus you cannot prove it. This means that a valid derivation of it must have some undischarged assumption; foe example : $R$. In fact : $R vdash (P to Q) lor (Q lor R)$.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:52
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
As noted above, this "theorem" is false: making $P$ true and $Q$ and $R$ false results in $(Prightarrow Q)vee (Qvee R)$ being false.
Separately, it's also worth noting that a theorem with hypotheses can be turned into a theorem without hypotheses:
If $varphi_1,...,varphi_nvdashpsi$, then $vdash (varphi_1wedge ...wedgevarphi_n)rightarrowpsi$; this is the deduction theorem.
What about if we have $Gammavdash psi$ where $Gamma$ is infinite (so we can't take the conjunction of everything in $Gamma$)? Well, proofs can only involve finitely many propositions, so there is some finite ${varphi_1,...,varphi_n}subseteqGamma$ such that $varphi_1,...,varphi_nvdashpsi$; and now we're in the situation above.
In a previous edit I mentioned the compactness theorem in the context of the second bulletpoint above. This was a slip-up on my part: the compactness theorem is about $models$, not $vdash$. Of course they're actually equivalent, but this question is about $vdash$ instead of $models$ and $vdash$ is "finitary" by definition; so compactness isn't relevant here.
$endgroup$
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%2f3039093%2fdischarging-an-assumption-for-a-theorem%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$
As noted above, this "theorem" is false: making $P$ true and $Q$ and $R$ false results in $(Prightarrow Q)vee (Qvee R)$ being false.
Separately, it's also worth noting that a theorem with hypotheses can be turned into a theorem without hypotheses:
If $varphi_1,...,varphi_nvdashpsi$, then $vdash (varphi_1wedge ...wedgevarphi_n)rightarrowpsi$; this is the deduction theorem.
What about if we have $Gammavdash psi$ where $Gamma$ is infinite (so we can't take the conjunction of everything in $Gamma$)? Well, proofs can only involve finitely many propositions, so there is some finite ${varphi_1,...,varphi_n}subseteqGamma$ such that $varphi_1,...,varphi_nvdashpsi$; and now we're in the situation above.
In a previous edit I mentioned the compactness theorem in the context of the second bulletpoint above. This was a slip-up on my part: the compactness theorem is about $models$, not $vdash$. Of course they're actually equivalent, but this question is about $vdash$ instead of $models$ and $vdash$ is "finitary" by definition; so compactness isn't relevant here.
$endgroup$
add a comment |
$begingroup$
As noted above, this "theorem" is false: making $P$ true and $Q$ and $R$ false results in $(Prightarrow Q)vee (Qvee R)$ being false.
Separately, it's also worth noting that a theorem with hypotheses can be turned into a theorem without hypotheses:
If $varphi_1,...,varphi_nvdashpsi$, then $vdash (varphi_1wedge ...wedgevarphi_n)rightarrowpsi$; this is the deduction theorem.
What about if we have $Gammavdash psi$ where $Gamma$ is infinite (so we can't take the conjunction of everything in $Gamma$)? Well, proofs can only involve finitely many propositions, so there is some finite ${varphi_1,...,varphi_n}subseteqGamma$ such that $varphi_1,...,varphi_nvdashpsi$; and now we're in the situation above.
In a previous edit I mentioned the compactness theorem in the context of the second bulletpoint above. This was a slip-up on my part: the compactness theorem is about $models$, not $vdash$. Of course they're actually equivalent, but this question is about $vdash$ instead of $models$ and $vdash$ is "finitary" by definition; so compactness isn't relevant here.
$endgroup$
add a comment |
$begingroup$
As noted above, this "theorem" is false: making $P$ true and $Q$ and $R$ false results in $(Prightarrow Q)vee (Qvee R)$ being false.
Separately, it's also worth noting that a theorem with hypotheses can be turned into a theorem without hypotheses:
If $varphi_1,...,varphi_nvdashpsi$, then $vdash (varphi_1wedge ...wedgevarphi_n)rightarrowpsi$; this is the deduction theorem.
What about if we have $Gammavdash psi$ where $Gamma$ is infinite (so we can't take the conjunction of everything in $Gamma$)? Well, proofs can only involve finitely many propositions, so there is some finite ${varphi_1,...,varphi_n}subseteqGamma$ such that $varphi_1,...,varphi_nvdashpsi$; and now we're in the situation above.
In a previous edit I mentioned the compactness theorem in the context of the second bulletpoint above. This was a slip-up on my part: the compactness theorem is about $models$, not $vdash$. Of course they're actually equivalent, but this question is about $vdash$ instead of $models$ and $vdash$ is "finitary" by definition; so compactness isn't relevant here.
$endgroup$
As noted above, this "theorem" is false: making $P$ true and $Q$ and $R$ false results in $(Prightarrow Q)vee (Qvee R)$ being false.
Separately, it's also worth noting that a theorem with hypotheses can be turned into a theorem without hypotheses:
If $varphi_1,...,varphi_nvdashpsi$, then $vdash (varphi_1wedge ...wedgevarphi_n)rightarrowpsi$; this is the deduction theorem.
What about if we have $Gammavdash psi$ where $Gamma$ is infinite (so we can't take the conjunction of everything in $Gamma$)? Well, proofs can only involve finitely many propositions, so there is some finite ${varphi_1,...,varphi_n}subseteqGamma$ such that $varphi_1,...,varphi_nvdashpsi$; and now we're in the situation above.
In a previous edit I mentioned the compactness theorem in the context of the second bulletpoint above. This was a slip-up on my part: the compactness theorem is about $models$, not $vdash$. Of course they're actually equivalent, but this question is about $vdash$ instead of $models$ and $vdash$ is "finitary" by definition; so compactness isn't relevant here.
edited Dec 14 '18 at 15:25
answered Dec 14 '18 at 15:17
Noah SchweberNoah Schweber
126k10151290
126k10151290
add a comment |
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%2f3039093%2fdischarging-an-assumption-for-a-theorem%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
1
$begingroup$
Are you sure this is correct as written (and not, for example, $(Q implies P) lor (Q lor R)$)? Without further assumptions, this is not always true.
$endgroup$
– platty
Dec 14 '18 at 8:21
1
$begingroup$
In general, you are right: a "theorem" of propositional calculus must be a tautology and its proof must end without undischarged assumptions.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:51
1
$begingroup$
Specifically, the above formula is not a tautology, and thus you cannot prove it. This means that a valid derivation of it must have some undischarged assumption; foe example : $R$. In fact : $R vdash (P to Q) lor (Q lor R)$.
$endgroup$
– Mauro ALLEGRANZA
Dec 14 '18 at 8:52