Why is it that the natural deduction method can't test for invalidity?Does transfinite induction indicates...
How can Zone of Truth be defeated without the caster knowing?
How to write a column outside the braces in a matrix?
Why did C use the -> operator instead of reusing the . operator?
Why must Chinese maps be obfuscated?
French for 'It must be my imagination'?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
What is Niska's accent?
A strange hotel
Map of water taps to fill bottles
Apply MapThread to all but one variable
What's the polite way to say "I need to urinate"?
Checks user level and limit the data before saving it to mongoDB
A Note on N!
As an international instructor, should I openly talk about my accent?
Relationship between strut and baselineskip
Question about かな and だろう
What was the first Intel x86 processor with "Base + Index * Scale + Displacement" addressing mode?
Is it idiomatic to construct against `this`?
Was there a Viking Exchange as well as a Columbian one?
555 timer FM transmitter
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Largest value of determinant
Fizzy, soft, pop and still drinks
Combinable filters
Why is it that the natural deduction method can't test for invalidity?
Does transfinite induction indicates limitations of Agrippa’s Trilemma?Shouldn't statements be considered equivalent based on their meaning rather than truth tables?Does predicate logic have truth tables?Why is propositional logic decidable?Why is the biconditional true if both components are false?What are factual propositions?Can Deduction for a Valid Argument produce the wrong conclusion?Without computers, how can you conjecture the (in)validity of a long convoluted argument in Predicate Logic?Why did we define vacuous statements as true rather than false?Are there “partially explosive” logics?
I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?
As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.
logic
add a comment |
I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?
As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.
logic
add a comment |
I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?
As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.
logic
I just got the hang of using truth tables as a method to test for validity and invalidity. Now I'm learning the natural deduction method, and been told that it can test for validity, but not invalidity as the truth table method can. Why is this the case?
As a side note, it's hard to wrap my mind around how something can test for something but not its "opposite." Perhaps validity and invalidity are not contradictions but more like contraries? I don't know.
logic
logic
asked 3 hours ago
csp2018csp2018
384
384
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.
Sound means that if a formula is provable with ND, it is valid.
In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.
Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.
add a comment |
Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.
Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:
Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
you want to use for any given problem. Students often prefer to
use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
proofs simply isn’t possible. We syntactically defined a contingent
sentence as a sentence that couldn’t be proven to be a tautology
or a contradiction. There is no practical way to prove this kind of
negative statement. We will never know if there isn’t some proof
out there that a statement is a contradiction and we just haven’t
found it yet. We have nothing to do in this situation but resort
to truth tables. Similarly, we can use derivations to prove two
sentences equivalent, but what if we want to prove that they are
not equivalent? We have no way of proving that we will never find
the relevant proof. So we have to fall back on truth tables again.
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "265"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2fphilosophy.stackexchange.com%2fquestions%2f63158%2fwhy-is-it-that-the-natural-deduction-method-cant-test-for-invalidity%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
Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.
Sound means that if a formula is provable with ND, it is valid.
In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.
Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.
add a comment |
Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.
Sound means that if a formula is provable with ND, it is valid.
In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.
Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.
add a comment |
Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.
Sound means that if a formula is provable with ND, it is valid.
In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.
Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.
Natural Deduction is a proof system that is sound and complete for e.g. classical propositional calculus.
Sound means that if a formula is provable with ND, it is valid.
In general, a proof system is not an algorithm, i.e. if we start from a formula and we do not know if it is valid or not, the simple fact that we are not able to find a proof does not mean that the proof does not exist: maybe, we are simply not clever enough to find it.
Truth table, instead, is an algorithm to test validity for propositional calculus; this means that, applying it to a formula whatever, it always comes to an end with a result: if all rows have TRUE, the formula is valid; if there is some FALSE value, the formula is not valid.
edited 1 hour ago
answered 1 hour ago
Mauro ALLEGRANZAMauro ALLEGRANZA
30.2k22067
30.2k22067
add a comment |
add a comment |
Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.
Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:
Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
you want to use for any given problem. Students often prefer to
use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
proofs simply isn’t possible. We syntactically defined a contingent
sentence as a sentence that couldn’t be proven to be a tautology
or a contradiction. There is no practical way to prove this kind of
negative statement. We will never know if there isn’t some proof
out there that a statement is a contradiction and we just haven’t
found it yet. We have nothing to do in this situation but resort
to truth tables. Similarly, we can use derivations to prove two
sentences equivalent, but what if we want to prove that they are
not equivalent? We have no way of proving that we will never find
the relevant proof. So we have to fall back on truth tables again.
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/
add a comment |
Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.
Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:
Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
you want to use for any given problem. Students often prefer to
use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
proofs simply isn’t possible. We syntactically defined a contingent
sentence as a sentence that couldn’t be proven to be a tautology
or a contradiction. There is no practical way to prove this kind of
negative statement. We will never know if there isn’t some proof
out there that a statement is a contradiction and we just haven’t
found it yet. We have nothing to do in this situation but resort
to truth tables. Similarly, we can use derivations to prove two
sentences equivalent, but what if we want to prove that they are
not equivalent? We have no way of proving that we will never find
the relevant proof. So we have to fall back on truth tables again.
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/
add a comment |
Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.
Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:
Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
you want to use for any given problem. Students often prefer to
use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
proofs simply isn’t possible. We syntactically defined a contingent
sentence as a sentence that couldn’t be proven to be a tautology
or a contradiction. There is no practical way to prove this kind of
negative statement. We will never know if there isn’t some proof
out there that a statement is a contradiction and we just haven’t
found it yet. We have nothing to do in this situation but resort
to truth tables. Similarly, we can use derivations to prove two
sentences equivalent, but what if we want to prove that they are
not equivalent? We have no way of proving that we will never find
the relevant proof. So we have to fall back on truth tables again.
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/
Truth tables can become large if there are many sentence letters That is when natural deduction might find a solution in a more economical manner. That assumes one can derive a line in a natural deduction proof that corresponds to the desired conclusion. If not, one has to keep looking. A truth table, although potentially large, would let one know one does not have to continue.
Here is how the authors of forallx describe the situation in Chapter 20: Soundness and Completeness, page 149:
Now that we know that the truth table method is interchangeable with the method of derivations, you can chose which method
you want to use for any given problem. Students often prefer to
use truth tables, because they can be produced purely mechanically, and that seems ‘easier’. However, we have already seen that
truth tables become impossibly large after just a few sentence letters. On the other hand, there are a couple situations where using
proofs simply isn’t possible. We syntactically defined a contingent
sentence as a sentence that couldn’t be proven to be a tautology
or a contradiction. There is no practical way to prove this kind of
negative statement. We will never know if there isn’t some proof
out there that a statement is a contradiction and we just haven’t
found it yet. We have nothing to do in this situation but resort
to truth tables. Similarly, we can use derivations to prove two
sentences equivalent, but what if we want to prove that they are
not equivalent? We have no way of proving that we will never find
the relevant proof. So we have to fall back on truth tables again.
P. D. Magnus, Tim Button with additions by J. Robert Loftis remixed and revised by Aaron Thomas-Bolduc, Richard Zach, forallx Calgary Remix: An Introduction to Formal Logic, Winter 2018. http://forallx.openlogicproject.org/
answered 1 hour ago
Frank HubenyFrank Hubeny
10.8k51559
10.8k51559
add a comment |
add a comment |
Thanks for contributing an answer to Philosophy 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.
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%2fphilosophy.stackexchange.com%2fquestions%2f63158%2fwhy-is-it-that-the-natural-deduction-method-cant-test-for-invalidity%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