In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Which kinds of Philosophy.SE questions should be taken from (or tolerated in)…Can someone clear up this semantic proof of quantification logic?How is First Order Logic complete but not decidable?A question about statements and conclusionWhat does the truth-value of a material implication represent?Why is this Statement correct: G implies ¬Contradiction?Russell's Paradox and the Law of Non-ContradictionIf an argument can be valid in one logical system, but invalid in another, are logical arguments “meaningful”?Predicate Logic - Existential EliminationPredicate Logic - Universal IntroductionIs Ross' paradox really a paradox?
What does the "x" in "x86" represent?
Can a non-EU citizen traveling with me come with me through the EU passport line?
List *all* the tuples!
illegal generic type for instanceof when using local classes
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
Why is black pepper both grey and black?
How to find all the available tools in macOS terminal?
Can I cast Passwall to drop an enemy into a 20-foot pit?
Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?
Storing hydrofluoric acid before the invention of plastics
Why was the term "discrete" used in discrete logarithm?
What causes the vertical darker bands in my photo?
3 doors, three guards, one stone
Resolving to minmaj7
If a contract sometimes uses the wrong name, is it still valid?
The logistics of corpse disposal
What exactly is a "Meth" in Altered Carbon?
How would the world control an invulnerable immortal mass murderer?
English words in a non-english sci-fi novel
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
Single word antonym of "flightless"
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
Use BFD on a Virtual-Template Interface
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Which kinds of Philosophy.SE questions should be taken from (or tolerated in)…Can someone clear up this semantic proof of quantification logic?How is First Order Logic complete but not decidable?A question about statements and conclusionWhat does the truth-value of a material implication represent?Why is this Statement correct: G implies ¬Contradiction?Russell's Paradox and the Law of Non-ContradictionIf an argument can be valid in one logical system, but invalid in another, are logical arguments “meaningful”?Predicate Logic - Existential EliminationPredicate Logic - Universal IntroductionIs Ross' paradox really a paradox?
I am having a discussion wether 'some' can also imply 'all'. The definition for some, 'an unspecified number or amount of people or things' seems to leave room for this interpretation.
Discussion follows on the following statements:
1. All newspaper readers are reasonable people.
2. Some newspaper readers are criminal.
The question is whether or not the statement:
Not all reasonable people are criminal
Is valid...
logic quantification
add a comment |
I am having a discussion wether 'some' can also imply 'all'. The definition for some, 'an unspecified number or amount of people or things' seems to leave room for this interpretation.
Discussion follows on the following statements:
1. All newspaper readers are reasonable people.
2. Some newspaper readers are criminal.
The question is whether or not the statement:
Not all reasonable people are criminal
Is valid...
logic quantification
add a comment |
I am having a discussion wether 'some' can also imply 'all'. The definition for some, 'an unspecified number or amount of people or things' seems to leave room for this interpretation.
Discussion follows on the following statements:
1. All newspaper readers are reasonable people.
2. Some newspaper readers are criminal.
The question is whether or not the statement:
Not all reasonable people are criminal
Is valid...
logic quantification
I am having a discussion wether 'some' can also imply 'all'. The definition for some, 'an unspecified number or amount of people or things' seems to leave room for this interpretation.
Discussion follows on the following statements:
1. All newspaper readers are reasonable people.
2. Some newspaper readers are criminal.
The question is whether or not the statement:
Not all reasonable people are criminal
Is valid...
logic quantification
logic quantification
edited 1 hour ago
Eliran
4,90231433
4,90231433
asked 1 hour ago
6thsense6thsense
404
404
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
"Some" does not exclude "all", but you cannot deduce "all" from "some".
Having said that, the above argument is not valid.
From premises 1 and 2 we can derive :
Some reasonable people are criminal
that is equivalent to : Not all reasonable people are not criminal.
add a comment |
Rewrite the phrases in a more formal-like manner as
1. For all x, N(x) implies R(x)
2. There exists x, N(x) and C(x)
And notice these do imply there are reasonable criminals, ie,
There exists x, R(x) and C(x)
Now, "Not all reasonable people are criminal" would be
Not for all x, R(x) implies C(x)
which is (classically) equivalent to
There exists x, R(x) and not C(x)
But it's easy to see one can construct a model with a single individual possessing the three predicates N, R and C, which satisfies the first three phrases, but not the last two
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f61879%2fin-predicate-logic-does-existential-quantification-%25e2%2588%2583-include-universal-quanti%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
"Some" does not exclude "all", but you cannot deduce "all" from "some".
Having said that, the above argument is not valid.
From premises 1 and 2 we can derive :
Some reasonable people are criminal
that is equivalent to : Not all reasonable people are not criminal.
add a comment |
"Some" does not exclude "all", but you cannot deduce "all" from "some".
Having said that, the above argument is not valid.
From premises 1 and 2 we can derive :
Some reasonable people are criminal
that is equivalent to : Not all reasonable people are not criminal.
add a comment |
"Some" does not exclude "all", but you cannot deduce "all" from "some".
Having said that, the above argument is not valid.
From premises 1 and 2 we can derive :
Some reasonable people are criminal
that is equivalent to : Not all reasonable people are not criminal.
"Some" does not exclude "all", but you cannot deduce "all" from "some".
Having said that, the above argument is not valid.
From premises 1 and 2 we can derive :
Some reasonable people are criminal
that is equivalent to : Not all reasonable people are not criminal.
answered 1 hour ago
Mauro ALLEGRANZAMauro ALLEGRANZA
29.8k22065
29.8k22065
add a comment |
add a comment |
Rewrite the phrases in a more formal-like manner as
1. For all x, N(x) implies R(x)
2. There exists x, N(x) and C(x)
And notice these do imply there are reasonable criminals, ie,
There exists x, R(x) and C(x)
Now, "Not all reasonable people are criminal" would be
Not for all x, R(x) implies C(x)
which is (classically) equivalent to
There exists x, R(x) and not C(x)
But it's easy to see one can construct a model with a single individual possessing the three predicates N, R and C, which satisfies the first three phrases, but not the last two
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Rewrite the phrases in a more formal-like manner as
1. For all x, N(x) implies R(x)
2. There exists x, N(x) and C(x)
And notice these do imply there are reasonable criminals, ie,
There exists x, R(x) and C(x)
Now, "Not all reasonable people are criminal" would be
Not for all x, R(x) implies C(x)
which is (classically) equivalent to
There exists x, R(x) and not C(x)
But it's easy to see one can construct a model with a single individual possessing the three predicates N, R and C, which satisfies the first three phrases, but not the last two
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Rewrite the phrases in a more formal-like manner as
1. For all x, N(x) implies R(x)
2. There exists x, N(x) and C(x)
And notice these do imply there are reasonable criminals, ie,
There exists x, R(x) and C(x)
Now, "Not all reasonable people are criminal" would be
Not for all x, R(x) implies C(x)
which is (classically) equivalent to
There exists x, R(x) and not C(x)
But it's easy to see one can construct a model with a single individual possessing the three predicates N, R and C, which satisfies the first three phrases, but not the last two
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Rewrite the phrases in a more formal-like manner as
1. For all x, N(x) implies R(x)
2. There exists x, N(x) and C(x)
And notice these do imply there are reasonable criminals, ie,
There exists x, R(x) and C(x)
Now, "Not all reasonable people are criminal" would be
Not for all x, R(x) implies C(x)
which is (classically) equivalent to
There exists x, R(x) and not C(x)
But it's easy to see one can construct a model with a single individual possessing the three predicates N, R and C, which satisfies the first three phrases, but not the last two
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 1 hour ago
alkchfalkchf
1913
1913
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
alkchf is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f61879%2fin-predicate-logic-does-existential-quantification-%25e2%2588%2583-include-universal-quanti%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