In description logics, how do you define a concept?
$begingroup$
In some texts I read I see a concept defined as a subset and in other texts I see it defined with equivalence.
Eg 1: Person is a subset of hasMother.Person and hasFather.Person
Eg 2: Mother is equivalent to Woman and hasChild.Person
When is it appropriate to use subset and when is it appropriate to use equivalence? I can't seem to find a distinction between the two.
logic first-order-logic
$endgroup$
add a comment |
$begingroup$
In some texts I read I see a concept defined as a subset and in other texts I see it defined with equivalence.
Eg 1: Person is a subset of hasMother.Person and hasFather.Person
Eg 2: Mother is equivalent to Woman and hasChild.Person
When is it appropriate to use subset and when is it appropriate to use equivalence? I can't seem to find a distinction between the two.
logic first-order-logic
$endgroup$
add a comment |
$begingroup$
In some texts I read I see a concept defined as a subset and in other texts I see it defined with equivalence.
Eg 1: Person is a subset of hasMother.Person and hasFather.Person
Eg 2: Mother is equivalent to Woman and hasChild.Person
When is it appropriate to use subset and when is it appropriate to use equivalence? I can't seem to find a distinction between the two.
logic first-order-logic
$endgroup$
In some texts I read I see a concept defined as a subset and in other texts I see it defined with equivalence.
Eg 1: Person is a subset of hasMother.Person and hasFather.Person
Eg 2: Mother is equivalent to Woman and hasChild.Person
When is it appropriate to use subset and when is it appropriate to use equivalence? I can't seem to find a distinction between the two.
logic first-order-logic
logic first-order-logic
edited Jan 14 at 12:04
Mauro ALLEGRANZA
68.3k449117
68.3k449117
asked Jan 14 at 10:50
DeeDee
1184
1184
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The second one is a defintion; so, it is appropriate to use equivalence.
The concept $text {Mother}$ is defined as the intersection of the two concepts : $text {Woman}$ and $text {hasChild.Person}$.
Reagrding the first one, we have that $text{Person}$ is a concept, whose meaning is the class of all humans. Also $text {hasMother.Person}$ is a concept and its meaning is again the class of all humans, because every human has a mother.
Thus the two concepts have the same meaning, and this implies that, given an interpretation $mathfrak I$ with domain $Delta$ containing all human beings :
$(text{Person})^{mathfrak I} = (text {hasMother.Person})^{mathfrak I} subseteq Delta$.
In this sense, we have both :
$(text{Person})^{mathfrak I} subseteq (text {hasMother.Person})^{mathfrak I} text { and } (text {hasMother.Person})^{mathfrak I} subseteq (text{Person})^{mathfrak I}$.
$endgroup$
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
add a comment |
Your Answer
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%2f3073098%2fin-description-logics-how-do-you-define-a-concept%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$
The second one is a defintion; so, it is appropriate to use equivalence.
The concept $text {Mother}$ is defined as the intersection of the two concepts : $text {Woman}$ and $text {hasChild.Person}$.
Reagrding the first one, we have that $text{Person}$ is a concept, whose meaning is the class of all humans. Also $text {hasMother.Person}$ is a concept and its meaning is again the class of all humans, because every human has a mother.
Thus the two concepts have the same meaning, and this implies that, given an interpretation $mathfrak I$ with domain $Delta$ containing all human beings :
$(text{Person})^{mathfrak I} = (text {hasMother.Person})^{mathfrak I} subseteq Delta$.
In this sense, we have both :
$(text{Person})^{mathfrak I} subseteq (text {hasMother.Person})^{mathfrak I} text { and } (text {hasMother.Person})^{mathfrak I} subseteq (text{Person})^{mathfrak I}$.
$endgroup$
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
add a comment |
$begingroup$
The second one is a defintion; so, it is appropriate to use equivalence.
The concept $text {Mother}$ is defined as the intersection of the two concepts : $text {Woman}$ and $text {hasChild.Person}$.
Reagrding the first one, we have that $text{Person}$ is a concept, whose meaning is the class of all humans. Also $text {hasMother.Person}$ is a concept and its meaning is again the class of all humans, because every human has a mother.
Thus the two concepts have the same meaning, and this implies that, given an interpretation $mathfrak I$ with domain $Delta$ containing all human beings :
$(text{Person})^{mathfrak I} = (text {hasMother.Person})^{mathfrak I} subseteq Delta$.
In this sense, we have both :
$(text{Person})^{mathfrak I} subseteq (text {hasMother.Person})^{mathfrak I} text { and } (text {hasMother.Person})^{mathfrak I} subseteq (text{Person})^{mathfrak I}$.
$endgroup$
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
add a comment |
$begingroup$
The second one is a defintion; so, it is appropriate to use equivalence.
The concept $text {Mother}$ is defined as the intersection of the two concepts : $text {Woman}$ and $text {hasChild.Person}$.
Reagrding the first one, we have that $text{Person}$ is a concept, whose meaning is the class of all humans. Also $text {hasMother.Person}$ is a concept and its meaning is again the class of all humans, because every human has a mother.
Thus the two concepts have the same meaning, and this implies that, given an interpretation $mathfrak I$ with domain $Delta$ containing all human beings :
$(text{Person})^{mathfrak I} = (text {hasMother.Person})^{mathfrak I} subseteq Delta$.
In this sense, we have both :
$(text{Person})^{mathfrak I} subseteq (text {hasMother.Person})^{mathfrak I} text { and } (text {hasMother.Person})^{mathfrak I} subseteq (text{Person})^{mathfrak I}$.
$endgroup$
The second one is a defintion; so, it is appropriate to use equivalence.
The concept $text {Mother}$ is defined as the intersection of the two concepts : $text {Woman}$ and $text {hasChild.Person}$.
Reagrding the first one, we have that $text{Person}$ is a concept, whose meaning is the class of all humans. Also $text {hasMother.Person}$ is a concept and its meaning is again the class of all humans, because every human has a mother.
Thus the two concepts have the same meaning, and this implies that, given an interpretation $mathfrak I$ with domain $Delta$ containing all human beings :
$(text{Person})^{mathfrak I} = (text {hasMother.Person})^{mathfrak I} subseteq Delta$.
In this sense, we have both :
$(text{Person})^{mathfrak I} subseteq (text {hasMother.Person})^{mathfrak I} text { and } (text {hasMother.Person})^{mathfrak I} subseteq (text{Person})^{mathfrak I}$.
answered Jan 14 at 12:04
Mauro ALLEGRANZAMauro ALLEGRANZA
68.3k449117
68.3k449117
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
add a comment |
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
Thank you. I still seem to be missing something critical though. How would one know whether they ought to use equivalence or subset? What is the ultimate deciding factor? I am trying to formulate my own axioms for a project and I'm still stumped...
$endgroup$
– Dee
Jan 14 at 16:37
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
$begingroup$
@Dee : $subseteq$ is used with sets and sets are the interpretation of concepts. Concepts are rnelations are aprt of the language and we use definitions (which needs equivalence) to add new "names" to the language.
$endgroup$
– Mauro ALLEGRANZA
Jan 14 at 16:48
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%2f3073098%2fin-description-logics-how-do-you-define-a-concept%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