question on showing transitivity of a relation











up vote
0
down vote

favorite












Define a relation on Z as xRy if |x−y|<1.



I have shown this relation is symetric and reflexive and i am pretty sure its
transitive because this is the equality relation isnt it? thats my first question and my second is how to show it is transitive.



I attempted a direct proof but i dont know how to link the two inequalities together to get that |x−z|<1 (im trying to show if xRy and yRz then xRz).



Any help would be appreciated, thanks! I am looking for the proof of this last property (transitivity).










share|cite|improve this question
























  • Thanks, but its a relation on z so only for integer values
    – Carlos Bacca
    Dec 3 at 4:14










  • There are no integers satisfying this relation.
    – user58697
    Dec 3 at 4:41










  • what about x=4 y=4?
    – Carlos Bacca
    Dec 3 at 4:43










  • Sorry I forgot to say distinct. Modulo is non-negative; the only non-negative less than 1 is 0.
    – user58697
    Dec 3 at 4:49










  • So is it transitive?
    – Carlos Bacca
    Dec 3 at 4:53















up vote
0
down vote

favorite












Define a relation on Z as xRy if |x−y|<1.



I have shown this relation is symetric and reflexive and i am pretty sure its
transitive because this is the equality relation isnt it? thats my first question and my second is how to show it is transitive.



I attempted a direct proof but i dont know how to link the two inequalities together to get that |x−z|<1 (im trying to show if xRy and yRz then xRz).



Any help would be appreciated, thanks! I am looking for the proof of this last property (transitivity).










share|cite|improve this question
























  • Thanks, but its a relation on z so only for integer values
    – Carlos Bacca
    Dec 3 at 4:14










  • There are no integers satisfying this relation.
    – user58697
    Dec 3 at 4:41










  • what about x=4 y=4?
    – Carlos Bacca
    Dec 3 at 4:43










  • Sorry I forgot to say distinct. Modulo is non-negative; the only non-negative less than 1 is 0.
    – user58697
    Dec 3 at 4:49










  • So is it transitive?
    – Carlos Bacca
    Dec 3 at 4:53













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Define a relation on Z as xRy if |x−y|<1.



I have shown this relation is symetric and reflexive and i am pretty sure its
transitive because this is the equality relation isnt it? thats my first question and my second is how to show it is transitive.



I attempted a direct proof but i dont know how to link the two inequalities together to get that |x−z|<1 (im trying to show if xRy and yRz then xRz).



Any help would be appreciated, thanks! I am looking for the proof of this last property (transitivity).










share|cite|improve this question















Define a relation on Z as xRy if |x−y|<1.



I have shown this relation is symetric and reflexive and i am pretty sure its
transitive because this is the equality relation isnt it? thats my first question and my second is how to show it is transitive.



I attempted a direct proof but i dont know how to link the two inequalities together to get that |x−z|<1 (im trying to show if xRy and yRz then xRz).



Any help would be appreciated, thanks! I am looking for the proof of this last property (transitivity).







relations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 3 at 18:18

























asked Dec 3 at 3:31









Carlos Bacca

178116




178116












  • Thanks, but its a relation on z so only for integer values
    – Carlos Bacca
    Dec 3 at 4:14










  • There are no integers satisfying this relation.
    – user58697
    Dec 3 at 4:41










  • what about x=4 y=4?
    – Carlos Bacca
    Dec 3 at 4:43










  • Sorry I forgot to say distinct. Modulo is non-negative; the only non-negative less than 1 is 0.
    – user58697
    Dec 3 at 4:49










  • So is it transitive?
    – Carlos Bacca
    Dec 3 at 4:53


















  • Thanks, but its a relation on z so only for integer values
    – Carlos Bacca
    Dec 3 at 4:14










  • There are no integers satisfying this relation.
    – user58697
    Dec 3 at 4:41










  • what about x=4 y=4?
    – Carlos Bacca
    Dec 3 at 4:43










  • Sorry I forgot to say distinct. Modulo is non-negative; the only non-negative less than 1 is 0.
    – user58697
    Dec 3 at 4:49










  • So is it transitive?
    – Carlos Bacca
    Dec 3 at 4:53
















Thanks, but its a relation on z so only for integer values
– Carlos Bacca
Dec 3 at 4:14




Thanks, but its a relation on z so only for integer values
– Carlos Bacca
Dec 3 at 4:14












There are no integers satisfying this relation.
– user58697
Dec 3 at 4:41




There are no integers satisfying this relation.
– user58697
Dec 3 at 4:41












what about x=4 y=4?
– Carlos Bacca
Dec 3 at 4:43




what about x=4 y=4?
– Carlos Bacca
Dec 3 at 4:43












Sorry I forgot to say distinct. Modulo is non-negative; the only non-negative less than 1 is 0.
– user58697
Dec 3 at 4:49




Sorry I forgot to say distinct. Modulo is non-negative; the only non-negative less than 1 is 0.
– user58697
Dec 3 at 4:49












So is it transitive?
– Carlos Bacca
Dec 3 at 4:53




So is it transitive?
– Carlos Bacca
Dec 3 at 4:53










1 Answer
1






active

oldest

votes

















up vote
0
down vote













If your relation is in fact on $Bbb{Z}$, then $xRy$ is the same as writing $x=y$
because if $xne y$ then the distance between x and y is obviously larger than 1.

"=" is transistive thus R is also transistive because the two relations are equivalent



Proof:

If $xne y$ then $y = x+k$, with $kin Bbb{Z}^*$

And $|x-y| = |k| ge 1$, thus no two distinct integers verify this relation

If $xRy$ and $yRz$ that means that $x=y=z$ thus $xRz$ also.
So yes the relation is transistive






share|cite|improve this answer























  • Thanks, i understand that it is transitive but how woud you show this
    – Carlos Bacca
    Dec 3 at 18:19











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3023579%2fquestion-on-showing-transitivity-of-a-relation%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








up vote
0
down vote













If your relation is in fact on $Bbb{Z}$, then $xRy$ is the same as writing $x=y$
because if $xne y$ then the distance between x and y is obviously larger than 1.

"=" is transistive thus R is also transistive because the two relations are equivalent



Proof:

If $xne y$ then $y = x+k$, with $kin Bbb{Z}^*$

And $|x-y| = |k| ge 1$, thus no two distinct integers verify this relation

If $xRy$ and $yRz$ that means that $x=y=z$ thus $xRz$ also.
So yes the relation is transistive






share|cite|improve this answer























  • Thanks, i understand that it is transitive but how woud you show this
    – Carlos Bacca
    Dec 3 at 18:19















up vote
0
down vote













If your relation is in fact on $Bbb{Z}$, then $xRy$ is the same as writing $x=y$
because if $xne y$ then the distance between x and y is obviously larger than 1.

"=" is transistive thus R is also transistive because the two relations are equivalent



Proof:

If $xne y$ then $y = x+k$, with $kin Bbb{Z}^*$

And $|x-y| = |k| ge 1$, thus no two distinct integers verify this relation

If $xRy$ and $yRz$ that means that $x=y=z$ thus $xRz$ also.
So yes the relation is transistive






share|cite|improve this answer























  • Thanks, i understand that it is transitive but how woud you show this
    – Carlos Bacca
    Dec 3 at 18:19













up vote
0
down vote










up vote
0
down vote









If your relation is in fact on $Bbb{Z}$, then $xRy$ is the same as writing $x=y$
because if $xne y$ then the distance between x and y is obviously larger than 1.

"=" is transistive thus R is also transistive because the two relations are equivalent



Proof:

If $xne y$ then $y = x+k$, with $kin Bbb{Z}^*$

And $|x-y| = |k| ge 1$, thus no two distinct integers verify this relation

If $xRy$ and $yRz$ that means that $x=y=z$ thus $xRz$ also.
So yes the relation is transistive






share|cite|improve this answer














If your relation is in fact on $Bbb{Z}$, then $xRy$ is the same as writing $x=y$
because if $xne y$ then the distance between x and y is obviously larger than 1.

"=" is transistive thus R is also transistive because the two relations are equivalent



Proof:

If $xne y$ then $y = x+k$, with $kin Bbb{Z}^*$

And $|x-y| = |k| ge 1$, thus no two distinct integers verify this relation

If $xRy$ and $yRz$ that means that $x=y=z$ thus $xRz$ also.
So yes the relation is transistive







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Dec 4 at 8:50

























answered Dec 3 at 9:59









TheD0ubleT

35618




35618












  • Thanks, i understand that it is transitive but how woud you show this
    – Carlos Bacca
    Dec 3 at 18:19


















  • Thanks, i understand that it is transitive but how woud you show this
    – Carlos Bacca
    Dec 3 at 18:19
















Thanks, i understand that it is transitive but how woud you show this
– Carlos Bacca
Dec 3 at 18:19




Thanks, i understand that it is transitive but how woud you show this
– Carlos Bacca
Dec 3 at 18:19


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3023579%2fquestion-on-showing-transitivity-of-a-relation%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Bressuire

Cabo Verde

Gyllenstierna