Reflexive, symmetric, and transitive closures
$begingroup$
The problem:
I am having difficulty with this problem. How do I even start? I know what reflexive, symmetric and transitive closures intuitively mean but I am struggling to find s(r(R)), (symmetric closure OF reflexive closure of R) for example. Do I even have to find out all the specific elements of s(r(R)) or do I just use a more general method?
I deduced that all elements of R are as follows: elements in R, where the columns are primes and the rows are the nth multiple of the prime. (Can someone verify this?)
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
But I am having difficulty listing out all the elements in s(r(R)) and r(s(R)) so that I can solve part (a), for example.
Any help would be much appreciated. Thanks.
relations order-theory
$endgroup$
add a comment |
$begingroup$
The problem:
I am having difficulty with this problem. How do I even start? I know what reflexive, symmetric and transitive closures intuitively mean but I am struggling to find s(r(R)), (symmetric closure OF reflexive closure of R) for example. Do I even have to find out all the specific elements of s(r(R)) or do I just use a more general method?
I deduced that all elements of R are as follows: elements in R, where the columns are primes and the rows are the nth multiple of the prime. (Can someone verify this?)
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
But I am having difficulty listing out all the elements in s(r(R)) and r(s(R)) so that I can solve part (a), for example.
Any help would be much appreciated. Thanks.
relations order-theory
$endgroup$
add a comment |
$begingroup$
The problem:
I am having difficulty with this problem. How do I even start? I know what reflexive, symmetric and transitive closures intuitively mean but I am struggling to find s(r(R)), (symmetric closure OF reflexive closure of R) for example. Do I even have to find out all the specific elements of s(r(R)) or do I just use a more general method?
I deduced that all elements of R are as follows: elements in R, where the columns are primes and the rows are the nth multiple of the prime. (Can someone verify this?)
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
But I am having difficulty listing out all the elements in s(r(R)) and r(s(R)) so that I can solve part (a), for example.
Any help would be much appreciated. Thanks.
relations order-theory
$endgroup$
The problem:
I am having difficulty with this problem. How do I even start? I know what reflexive, symmetric and transitive closures intuitively mean but I am struggling to find s(r(R)), (symmetric closure OF reflexive closure of R) for example. Do I even have to find out all the specific elements of s(r(R)) or do I just use a more general method?
I deduced that all elements of R are as follows: elements in R, where the columns are primes and the rows are the nth multiple of the prime. (Can someone verify this?)
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
But I am having difficulty listing out all the elements in s(r(R)) and r(s(R)) so that I can solve part (a), for example.
Any help would be much appreciated. Thanks.
relations order-theory
relations order-theory
edited Dec 6 '18 at 12:27
Graham Kemp
86.4k43479
86.4k43479
asked Dec 6 '18 at 7:34
R. RudinthkinR. Rudinthkin
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$R$ is the set of paired natural numbers $(x,y)$ where $y=px$ for some $p$ which is a prime number.$$R={(x,px):xinBbb N, pinBbb P}$$
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
Yes. Thus the reflexive closure is therefore defined:$$begin{split}r(R):&={(x,px):xinBbb N, pinBbb P}cup{(x,x):xinBbb N}\&= {(x,qx):xinBbb N,qinBbb Pcup{1}}end{split}$$... or in words: the set of paired natural numbers $(x,y)$ where $y=qx$ for some $q$ which is a prime number or $1$.
In the same manner, describe the symmetric closure, $s(R)$, and likewise $r(s(R))$ and $s(r(R))$.
$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%2f3028184%2freflexive-symmetric-and-transitive-closures%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$
$R$ is the set of paired natural numbers $(x,y)$ where $y=px$ for some $p$ which is a prime number.$$R={(x,px):xinBbb N, pinBbb P}$$
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
Yes. Thus the reflexive closure is therefore defined:$$begin{split}r(R):&={(x,px):xinBbb N, pinBbb P}cup{(x,x):xinBbb N}\&= {(x,qx):xinBbb N,qinBbb Pcup{1}}end{split}$$... or in words: the set of paired natural numbers $(x,y)$ where $y=qx$ for some $q$ which is a prime number or $1$.
In the same manner, describe the symmetric closure, $s(R)$, and likewise $r(s(R))$ and $s(r(R))$.
$endgroup$
add a comment |
$begingroup$
$R$ is the set of paired natural numbers $(x,y)$ where $y=px$ for some $p$ which is a prime number.$$R={(x,px):xinBbb N, pinBbb P}$$
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
Yes. Thus the reflexive closure is therefore defined:$$begin{split}r(R):&={(x,px):xinBbb N, pinBbb P}cup{(x,x):xinBbb N}\&= {(x,qx):xinBbb N,qinBbb Pcup{1}}end{split}$$... or in words: the set of paired natural numbers $(x,y)$ where $y=qx$ for some $q$ which is a prime number or $1$.
In the same manner, describe the symmetric closure, $s(R)$, and likewise $r(s(R))$ and $s(r(R))$.
$endgroup$
add a comment |
$begingroup$
$R$ is the set of paired natural numbers $(x,y)$ where $y=px$ for some $p$ which is a prime number.$$R={(x,px):xinBbb N, pinBbb P}$$
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
Yes. Thus the reflexive closure is therefore defined:$$begin{split}r(R):&={(x,px):xinBbb N, pinBbb P}cup{(x,x):xinBbb N}\&= {(x,qx):xinBbb N,qinBbb Pcup{1}}end{split}$$... or in words: the set of paired natural numbers $(x,y)$ where $y=qx$ for some $q$ which is a prime number or $1$.
In the same manner, describe the symmetric closure, $s(R)$, and likewise $r(s(R))$ and $s(r(R))$.
$endgroup$
$R$ is the set of paired natural numbers $(x,y)$ where $y=px$ for some $p$ which is a prime number.$$R={(x,px):xinBbb N, pinBbb P}$$
And I know that r(R) (reflexive closure of R) is the union of R with the set { (0,0), (1,1) , (2,2), (3,3) ... }.
Yes. Thus the reflexive closure is therefore defined:$$begin{split}r(R):&={(x,px):xinBbb N, pinBbb P}cup{(x,x):xinBbb N}\&= {(x,qx):xinBbb N,qinBbb Pcup{1}}end{split}$$... or in words: the set of paired natural numbers $(x,y)$ where $y=qx$ for some $q$ which is a prime number or $1$.
In the same manner, describe the symmetric closure, $s(R)$, and likewise $r(s(R))$ and $s(r(R))$.
answered Dec 6 '18 at 13:02
community wiki
Graham Kemp
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%2f3028184%2freflexive-symmetric-and-transitive-closures%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