Suppose you have an argument with false premises and a false conclusion. Given this information, what do you...
The argument is almost valid.
The argument is neither valid nor invalid.
The argument must be valid.
The argument must be invalid.
The argument may be either valid or invalid.
logic
add a comment |
The argument is almost valid.
The argument is neither valid nor invalid.
The argument must be valid.
The argument must be invalid.
The argument may be either valid or invalid.
logic
2
The last option - "The argument may be either valid or invalid" - is the correct answer. When trying to determine the validity of an argument in logic, the truth of a premise is a non-factor. Logic is concerned about whether or not an argument would effectively transfer truth from its premises to the conclusion if the premises were true.
– Christian Dean
Feb 2 at 5:28
1
There is an intriguing subtlety to this question: My first reaction is the same as @ChristianDean, but then the Question is really asking if untruth is "effectively transferred from premises to conclusion".
– christo183
Feb 2 at 11:03
add a comment |
The argument is almost valid.
The argument is neither valid nor invalid.
The argument must be valid.
The argument must be invalid.
The argument may be either valid or invalid.
logic
The argument is almost valid.
The argument is neither valid nor invalid.
The argument must be valid.
The argument must be invalid.
The argument may be either valid or invalid.
logic
logic
asked Feb 2 at 5:17
Krystal GarciaKrystal Garcia
191
191
2
The last option - "The argument may be either valid or invalid" - is the correct answer. When trying to determine the validity of an argument in logic, the truth of a premise is a non-factor. Logic is concerned about whether or not an argument would effectively transfer truth from its premises to the conclusion if the premises were true.
– Christian Dean
Feb 2 at 5:28
1
There is an intriguing subtlety to this question: My first reaction is the same as @ChristianDean, but then the Question is really asking if untruth is "effectively transferred from premises to conclusion".
– christo183
Feb 2 at 11:03
add a comment |
2
The last option - "The argument may be either valid or invalid" - is the correct answer. When trying to determine the validity of an argument in logic, the truth of a premise is a non-factor. Logic is concerned about whether or not an argument would effectively transfer truth from its premises to the conclusion if the premises were true.
– Christian Dean
Feb 2 at 5:28
1
There is an intriguing subtlety to this question: My first reaction is the same as @ChristianDean, but then the Question is really asking if untruth is "effectively transferred from premises to conclusion".
– christo183
Feb 2 at 11:03
2
2
The last option - "The argument may be either valid or invalid" - is the correct answer. When trying to determine the validity of an argument in logic, the truth of a premise is a non-factor. Logic is concerned about whether or not an argument would effectively transfer truth from its premises to the conclusion if the premises were true.
– Christian Dean
Feb 2 at 5:28
The last option - "The argument may be either valid or invalid" - is the correct answer. When trying to determine the validity of an argument in logic, the truth of a premise is a non-factor. Logic is concerned about whether or not an argument would effectively transfer truth from its premises to the conclusion if the premises were true.
– Christian Dean
Feb 2 at 5:28
1
1
There is an intriguing subtlety to this question: My first reaction is the same as @ChristianDean, but then the Question is really asking if untruth is "effectively transferred from premises to conclusion".
– christo183
Feb 2 at 11:03
There is an intriguing subtlety to this question: My first reaction is the same as @ChristianDean, but then the Question is really asking if untruth is "effectively transferred from premises to conclusion".
– christo183
Feb 2 at 11:03
add a comment |
2 Answers
2
active
oldest
votes
First, one should understand what "valid", "true" and "sound" mean when it comes to argumentation.
Truth means, roughly speaking, that the proposition matches a state of affairs in an actual world.
Validity means that the collection of all the premises entails the conclusion. That is, given the premises are true the conclusion must
be true.
Soundness is when an argument has True premises, True conclusion AND is valid, so Truth + Validity = Soundness
Back to your question, given an argument has false premises and a false conclusion, it does not necessarily follow that the argument is valid or invalid.
Let us consider an example, suppose that "Unicorns exist" is a false premise. And suppose that "if Unicorns exist then they have 2 horns" is also a false premise (since we know by definition, that a Unicorn has 1 horn, not 2).
From these 2 false premises, we can form this valid argument, which is in the form of a Modus Ponens.
- Premise 1 : If Unicorns exist, then Unicorns have 2 horns [false, by definition]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
As you can see, the argument is valid, although the three premises are false (where the first conditional is false by definition, the second premise is probably false by induction)
You can change the first premise to obtain :
- Premise 1 : If Unicorns have 2 horns, then Unicorns exist [false]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
It is obvious that the first premise is false, if Unicorns have 2 horns, it does not imply that they exist or not.
Now this argument is of the form : If P then Q, Q therefore P
which is a formal fallacy called Affirming the consequent, which makes our second argument invalid.
So far we have seen two arguments with all premises and conclusion false, one of them is valid and the other invalid.
So, truth or falsehood of premises, or the conclusion or both, does not necessarily make the argument valid or invalid.
So, your answer is the last option:
The argument may be either valid or invalid.
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
add a comment |
The argument may be either valid or invalid.
Logic deals with forms of reasoning or logical form. For example :
No A is B
Some C is B
- Some C is not A
This logical form is valid - deductively valid - because it would be contradictory for 1. and 2. to be true, and 3. false whatever premises A, B and C stand for. 1. and 2., the premises, logically imply the conclusion, 3. The content of 'A', 'B' and 'C' doesn't matter.
It is logical forms, then, that are valid : and you cannot know anything about the logical form of an argument from the mere fact that the premises and conclusion are all false.
Clearly, then, we need to know the logical form of the argument, not just the falsity of premises and conclusion :
All cats are purple animals (F)
All purple animals have four eyes (F)
- All cats have four eyes (F)
Here the premises and conclusion are all false but the argument's logical form is valid. The conclusion is not logically independent of the conclusion; the premises logically imply the conclusion. Said another way, it is self-contradictory to affirm the premises and to deny the conclusion.
By contrast :
New York is the capital of the USA (F)
The San Andreas Fault is in Tennessee (F)
- The 16th President of the United States was born in 1811 (F)
is invalid. The truth-value of the premises (F) is independent of the truth-value of the conclusion (F). The premises do not logically imply the conclusion. The argument's logical form is invalid.
Moral of all this :
FFF tells you nothing about logical form, which alone determines the validity of an argument. We need to know the logical form of the argument and not just the truth-value of premises and conclusion.
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%2f60010%2fsuppose-you-have-an-argument-with-false-premises-and-a-false-conclusion-given-t%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
First, one should understand what "valid", "true" and "sound" mean when it comes to argumentation.
Truth means, roughly speaking, that the proposition matches a state of affairs in an actual world.
Validity means that the collection of all the premises entails the conclusion. That is, given the premises are true the conclusion must
be true.
Soundness is when an argument has True premises, True conclusion AND is valid, so Truth + Validity = Soundness
Back to your question, given an argument has false premises and a false conclusion, it does not necessarily follow that the argument is valid or invalid.
Let us consider an example, suppose that "Unicorns exist" is a false premise. And suppose that "if Unicorns exist then they have 2 horns" is also a false premise (since we know by definition, that a Unicorn has 1 horn, not 2).
From these 2 false premises, we can form this valid argument, which is in the form of a Modus Ponens.
- Premise 1 : If Unicorns exist, then Unicorns have 2 horns [false, by definition]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
As you can see, the argument is valid, although the three premises are false (where the first conditional is false by definition, the second premise is probably false by induction)
You can change the first premise to obtain :
- Premise 1 : If Unicorns have 2 horns, then Unicorns exist [false]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
It is obvious that the first premise is false, if Unicorns have 2 horns, it does not imply that they exist or not.
Now this argument is of the form : If P then Q, Q therefore P
which is a formal fallacy called Affirming the consequent, which makes our second argument invalid.
So far we have seen two arguments with all premises and conclusion false, one of them is valid and the other invalid.
So, truth or falsehood of premises, or the conclusion or both, does not necessarily make the argument valid or invalid.
So, your answer is the last option:
The argument may be either valid or invalid.
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
add a comment |
First, one should understand what "valid", "true" and "sound" mean when it comes to argumentation.
Truth means, roughly speaking, that the proposition matches a state of affairs in an actual world.
Validity means that the collection of all the premises entails the conclusion. That is, given the premises are true the conclusion must
be true.
Soundness is when an argument has True premises, True conclusion AND is valid, so Truth + Validity = Soundness
Back to your question, given an argument has false premises and a false conclusion, it does not necessarily follow that the argument is valid or invalid.
Let us consider an example, suppose that "Unicorns exist" is a false premise. And suppose that "if Unicorns exist then they have 2 horns" is also a false premise (since we know by definition, that a Unicorn has 1 horn, not 2).
From these 2 false premises, we can form this valid argument, which is in the form of a Modus Ponens.
- Premise 1 : If Unicorns exist, then Unicorns have 2 horns [false, by definition]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
As you can see, the argument is valid, although the three premises are false (where the first conditional is false by definition, the second premise is probably false by induction)
You can change the first premise to obtain :
- Premise 1 : If Unicorns have 2 horns, then Unicorns exist [false]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
It is obvious that the first premise is false, if Unicorns have 2 horns, it does not imply that they exist or not.
Now this argument is of the form : If P then Q, Q therefore P
which is a formal fallacy called Affirming the consequent, which makes our second argument invalid.
So far we have seen two arguments with all premises and conclusion false, one of them is valid and the other invalid.
So, truth or falsehood of premises, or the conclusion or both, does not necessarily make the argument valid or invalid.
So, your answer is the last option:
The argument may be either valid or invalid.
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
add a comment |
First, one should understand what "valid", "true" and "sound" mean when it comes to argumentation.
Truth means, roughly speaking, that the proposition matches a state of affairs in an actual world.
Validity means that the collection of all the premises entails the conclusion. That is, given the premises are true the conclusion must
be true.
Soundness is when an argument has True premises, True conclusion AND is valid, so Truth + Validity = Soundness
Back to your question, given an argument has false premises and a false conclusion, it does not necessarily follow that the argument is valid or invalid.
Let us consider an example, suppose that "Unicorns exist" is a false premise. And suppose that "if Unicorns exist then they have 2 horns" is also a false premise (since we know by definition, that a Unicorn has 1 horn, not 2).
From these 2 false premises, we can form this valid argument, which is in the form of a Modus Ponens.
- Premise 1 : If Unicorns exist, then Unicorns have 2 horns [false, by definition]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
As you can see, the argument is valid, although the three premises are false (where the first conditional is false by definition, the second premise is probably false by induction)
You can change the first premise to obtain :
- Premise 1 : If Unicorns have 2 horns, then Unicorns exist [false]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
It is obvious that the first premise is false, if Unicorns have 2 horns, it does not imply that they exist or not.
Now this argument is of the form : If P then Q, Q therefore P
which is a formal fallacy called Affirming the consequent, which makes our second argument invalid.
So far we have seen two arguments with all premises and conclusion false, one of them is valid and the other invalid.
So, truth or falsehood of premises, or the conclusion or both, does not necessarily make the argument valid or invalid.
So, your answer is the last option:
The argument may be either valid or invalid.
First, one should understand what "valid", "true" and "sound" mean when it comes to argumentation.
Truth means, roughly speaking, that the proposition matches a state of affairs in an actual world.
Validity means that the collection of all the premises entails the conclusion. That is, given the premises are true the conclusion must
be true.
Soundness is when an argument has True premises, True conclusion AND is valid, so Truth + Validity = Soundness
Back to your question, given an argument has false premises and a false conclusion, it does not necessarily follow that the argument is valid or invalid.
Let us consider an example, suppose that "Unicorns exist" is a false premise. And suppose that "if Unicorns exist then they have 2 horns" is also a false premise (since we know by definition, that a Unicorn has 1 horn, not 2).
From these 2 false premises, we can form this valid argument, which is in the form of a Modus Ponens.
- Premise 1 : If Unicorns exist, then Unicorns have 2 horns [false, by definition]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
As you can see, the argument is valid, although the three premises are false (where the first conditional is false by definition, the second premise is probably false by induction)
You can change the first premise to obtain :
- Premise 1 : If Unicorns have 2 horns, then Unicorns exist [false]
- Premise 2 : Unicorns exist [false, probably by induction]
- Conclusion : Therefore, Unicorns have 2 horns [false]
It is obvious that the first premise is false, if Unicorns have 2 horns, it does not imply that they exist or not.
Now this argument is of the form : If P then Q, Q therefore P
which is a formal fallacy called Affirming the consequent, which makes our second argument invalid.
So far we have seen two arguments with all premises and conclusion false, one of them is valid and the other invalid.
So, truth or falsehood of premises, or the conclusion or both, does not necessarily make the argument valid or invalid.
So, your answer is the last option:
The argument may be either valid or invalid.
edited Feb 3 at 15:25
answered Feb 2 at 10:37


SmootQSmootQ
1,651214
1,651214
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
add a comment |
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
I edited the answer to include the case where the argument is invalid.
– SmootQ
Feb 3 at 15:26
add a comment |
The argument may be either valid or invalid.
Logic deals with forms of reasoning or logical form. For example :
No A is B
Some C is B
- Some C is not A
This logical form is valid - deductively valid - because it would be contradictory for 1. and 2. to be true, and 3. false whatever premises A, B and C stand for. 1. and 2., the premises, logically imply the conclusion, 3. The content of 'A', 'B' and 'C' doesn't matter.
It is logical forms, then, that are valid : and you cannot know anything about the logical form of an argument from the mere fact that the premises and conclusion are all false.
Clearly, then, we need to know the logical form of the argument, not just the falsity of premises and conclusion :
All cats are purple animals (F)
All purple animals have four eyes (F)
- All cats have four eyes (F)
Here the premises and conclusion are all false but the argument's logical form is valid. The conclusion is not logically independent of the conclusion; the premises logically imply the conclusion. Said another way, it is self-contradictory to affirm the premises and to deny the conclusion.
By contrast :
New York is the capital of the USA (F)
The San Andreas Fault is in Tennessee (F)
- The 16th President of the United States was born in 1811 (F)
is invalid. The truth-value of the premises (F) is independent of the truth-value of the conclusion (F). The premises do not logically imply the conclusion. The argument's logical form is invalid.
Moral of all this :
FFF tells you nothing about logical form, which alone determines the validity of an argument. We need to know the logical form of the argument and not just the truth-value of premises and conclusion.
add a comment |
The argument may be either valid or invalid.
Logic deals with forms of reasoning or logical form. For example :
No A is B
Some C is B
- Some C is not A
This logical form is valid - deductively valid - because it would be contradictory for 1. and 2. to be true, and 3. false whatever premises A, B and C stand for. 1. and 2., the premises, logically imply the conclusion, 3. The content of 'A', 'B' and 'C' doesn't matter.
It is logical forms, then, that are valid : and you cannot know anything about the logical form of an argument from the mere fact that the premises and conclusion are all false.
Clearly, then, we need to know the logical form of the argument, not just the falsity of premises and conclusion :
All cats are purple animals (F)
All purple animals have four eyes (F)
- All cats have four eyes (F)
Here the premises and conclusion are all false but the argument's logical form is valid. The conclusion is not logically independent of the conclusion; the premises logically imply the conclusion. Said another way, it is self-contradictory to affirm the premises and to deny the conclusion.
By contrast :
New York is the capital of the USA (F)
The San Andreas Fault is in Tennessee (F)
- The 16th President of the United States was born in 1811 (F)
is invalid. The truth-value of the premises (F) is independent of the truth-value of the conclusion (F). The premises do not logically imply the conclusion. The argument's logical form is invalid.
Moral of all this :
FFF tells you nothing about logical form, which alone determines the validity of an argument. We need to know the logical form of the argument and not just the truth-value of premises and conclusion.
add a comment |
The argument may be either valid or invalid.
Logic deals with forms of reasoning or logical form. For example :
No A is B
Some C is B
- Some C is not A
This logical form is valid - deductively valid - because it would be contradictory for 1. and 2. to be true, and 3. false whatever premises A, B and C stand for. 1. and 2., the premises, logically imply the conclusion, 3. The content of 'A', 'B' and 'C' doesn't matter.
It is logical forms, then, that are valid : and you cannot know anything about the logical form of an argument from the mere fact that the premises and conclusion are all false.
Clearly, then, we need to know the logical form of the argument, not just the falsity of premises and conclusion :
All cats are purple animals (F)
All purple animals have four eyes (F)
- All cats have four eyes (F)
Here the premises and conclusion are all false but the argument's logical form is valid. The conclusion is not logically independent of the conclusion; the premises logically imply the conclusion. Said another way, it is self-contradictory to affirm the premises and to deny the conclusion.
By contrast :
New York is the capital of the USA (F)
The San Andreas Fault is in Tennessee (F)
- The 16th President of the United States was born in 1811 (F)
is invalid. The truth-value of the premises (F) is independent of the truth-value of the conclusion (F). The premises do not logically imply the conclusion. The argument's logical form is invalid.
Moral of all this :
FFF tells you nothing about logical form, which alone determines the validity of an argument. We need to know the logical form of the argument and not just the truth-value of premises and conclusion.
The argument may be either valid or invalid.
Logic deals with forms of reasoning or logical form. For example :
No A is B
Some C is B
- Some C is not A
This logical form is valid - deductively valid - because it would be contradictory for 1. and 2. to be true, and 3. false whatever premises A, B and C stand for. 1. and 2., the premises, logically imply the conclusion, 3. The content of 'A', 'B' and 'C' doesn't matter.
It is logical forms, then, that are valid : and you cannot know anything about the logical form of an argument from the mere fact that the premises and conclusion are all false.
Clearly, then, we need to know the logical form of the argument, not just the falsity of premises and conclusion :
All cats are purple animals (F)
All purple animals have four eyes (F)
- All cats have four eyes (F)
Here the premises and conclusion are all false but the argument's logical form is valid. The conclusion is not logically independent of the conclusion; the premises logically imply the conclusion. Said another way, it is self-contradictory to affirm the premises and to deny the conclusion.
By contrast :
New York is the capital of the USA (F)
The San Andreas Fault is in Tennessee (F)
- The 16th President of the United States was born in 1811 (F)
is invalid. The truth-value of the premises (F) is independent of the truth-value of the conclusion (F). The premises do not logically imply the conclusion. The argument's logical form is invalid.
Moral of all this :
FFF tells you nothing about logical form, which alone determines the validity of an argument. We need to know the logical form of the argument and not just the truth-value of premises and conclusion.
edited Feb 2 at 19:35
answered Feb 2 at 18:03
Geoffrey Thomas♦Geoffrey Thomas
27.3k222105
27.3k222105
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%2f60010%2fsuppose-you-have-an-argument-with-false-premises-and-a-false-conclusion-given-t%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
2
The last option - "The argument may be either valid or invalid" - is the correct answer. When trying to determine the validity of an argument in logic, the truth of a premise is a non-factor. Logic is concerned about whether or not an argument would effectively transfer truth from its premises to the conclusion if the premises were true.
– Christian Dean
Feb 2 at 5:28
1
There is an intriguing subtlety to this question: My first reaction is the same as @ChristianDean, but then the Question is really asking if untruth is "effectively transferred from premises to conclusion".
– christo183
Feb 2 at 11:03