How do I determine if this relation is an equivalence relation?
$begingroup$
I'm trying to do the following problem in my book, but I don't understand how the book got their answer.
The problem:
Determine whether the following relations are equivalence relations:
The relation R on R given by xRy if and only if |x-y| <= 1
The answer only says it isn't transitive and gives this example:
1R2 / 2R3, butn 1 R 3. Where did they get those numbers from?
As for the problem being reflexive and symmetric, please correct me if I'm wrong but here is what I assume it to be:
Reflexive: For any x such that xRx ---> x <= 1
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
discrete-mathematics education
$endgroup$
add a comment |
$begingroup$
I'm trying to do the following problem in my book, but I don't understand how the book got their answer.
The problem:
Determine whether the following relations are equivalence relations:
The relation R on R given by xRy if and only if |x-y| <= 1
The answer only says it isn't transitive and gives this example:
1R2 / 2R3, butn 1 R 3. Where did they get those numbers from?
As for the problem being reflexive and symmetric, please correct me if I'm wrong but here is what I assume it to be:
Reflexive: For any x such that xRx ---> x <= 1
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
discrete-mathematics education
$endgroup$
add a comment |
$begingroup$
I'm trying to do the following problem in my book, but I don't understand how the book got their answer.
The problem:
Determine whether the following relations are equivalence relations:
The relation R on R given by xRy if and only if |x-y| <= 1
The answer only says it isn't transitive and gives this example:
1R2 / 2R3, butn 1 R 3. Where did they get those numbers from?
As for the problem being reflexive and symmetric, please correct me if I'm wrong but here is what I assume it to be:
Reflexive: For any x such that xRx ---> x <= 1
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
discrete-mathematics education
$endgroup$
I'm trying to do the following problem in my book, but I don't understand how the book got their answer.
The problem:
Determine whether the following relations are equivalence relations:
The relation R on R given by xRy if and only if |x-y| <= 1
The answer only says it isn't transitive and gives this example:
1R2 / 2R3, butn 1 R 3. Where did they get those numbers from?
As for the problem being reflexive and symmetric, please correct me if I'm wrong but here is what I assume it to be:
Reflexive: For any x such that xRx ---> x <= 1
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
discrete-mathematics education
discrete-mathematics education
edited 2 hours ago
Tomislav Ostojich
571616
571616
asked 4 hours ago
ChrisD93ChrisD93
112
112
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
- Reflexivity means $xRx$ which is $|x-x|=0le 1$ verified.
- Symmetric means $xRyimplies yRx$ which is $|x-y|le 1implies |y-x|le 1$ verified too.
Now transitivity is not verified.
- transitivity means $xRytext{ AND } yRzimplies xRz$
So can you find $x,y$ at distance $1$ apart, $y,z$ at distance $1$ apart, but $x,z$ are further apart ?
A simple example is $x=1,y=2,z=3$ since $|x-y|=|1-2|=1le 1$ and $|y-z|=|3-2|=1le 1$ but $|x-z|=|1-3|=2>1quad$ so $require{cancel}xcancel{R}z$
Of course you could choose any other numbers, for instance $7,8,9$ or $-0.5,0,0.6$, the book selected $1,2,3$ because these are "easy" numbers to plug in.
$endgroup$
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
1
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
add a comment |
$begingroup$
Let $xRy$ if and only if $|x-y|le 1$.
Reflexivity: Notice $|x-x|=0le 1$. Thus $xRx$.
Symmetry: Let $xRy$. Then $|x-y|=|y-x|=1$, which implies $yRx$.
The numbers for the proof that $R$ is not transitive are cooked up (there are many such examples), but you can see why there is a problem:
$|1-2|=1le 1$, which proves that $1R2$. Similarly, $|2-3|le 1$, so $2R3$. But then we can compute $|1-3|=2notle 1$, so $1not R 3$.
This is contradicts the requirement of transitivity, which would imply (in particular) that
$$1R2;wedge; 2R3quadRightarrowquad 1R3.$$
$endgroup$
add a comment |
$begingroup$
Reflexive: For any x such that xRx ---> x <= 1
No, reflexivity requires that $defR{operatorname R}forall x{in}Bbb R~(xR x)$, which is clearly true (given the definitions for absolute value, substraction, and the $leqslant$ comparator).$$forall x{in}Bbb R~(lvert x-xrvertleqslant 1)$$
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
No, symmetry requires that $forall x{in}Bbb R,forall y{in}Bbb R~(xR yto yR x)$, which is clearly true. $$forall x{in}Bbb R,forall y{in}Bbb R~(lvert x-yrvertleqslant 1tolvert y-xrvertleqslant 1)$$
Transivity requires that $forall x{in}Bbb R,forall y{in}Bbb R,forall z{in}Bbb R;((xR yland yR z)to xR z)$. The truth value for this universal statement not so obvious, so we shall look into the possibility of counterexamples. We just need to demonstrate one counterexample to disprove a universal quantified statement.
Our relation, $R$ is not transitive if $exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;(xR yland yR zland xrequire{cancel}cancel{R}z)$ . That is to say, should there exist some $x,y,z$ where $y$ is at most a distance of one from each of $x$ and $z$, but $x$ is more than one from $z$.
$$exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;big(lvert x-yrvert leqslant 1,land, lvert y-zrvertleqslant 1,land,lvert x-zrvert gt 1big)$$
So what real numbers could possible make that so?
Well, $1,2,3$ easily fit that bill. $$lvert mathbf 1-mathbf 2rvert leqslant 1,land, lvert mathbf 2-mathbf 3rvertleqslant 1,land,lvert mathbf 1-mathbf 3rvert gt 1$$
$endgroup$
add a comment |
$begingroup$
An equivalence relation $sim$ satisfies three axioms.
Reflexivity. $x sim x$ for all $x$.
Symmetry. If $x sim y$ then $y sim x$ for all $x, y$.
Transitivity. If $x sim y$ and $y sim z$ then $x sim z$ for all $x, y, z$.
If all three hold, then $sim$ is an equivalence relation. If any one of them fails to hold, then $sim$ is not an equivalence relation. Any equivalence relation induces a partition of a set, and any partition of a set induces an equivalence relation.
To prove that your relation breaks Axiom 3, recall that for any $x, y, z $ $|x - y| leq |x - z| + |z - y|$. This property is called the triangle inequality.
$endgroup$
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
|
show 3 more comments
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%2f3118282%2fhow-do-i-determine-if-this-relation-is-an-equivalence-relation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
- Reflexivity means $xRx$ which is $|x-x|=0le 1$ verified.
- Symmetric means $xRyimplies yRx$ which is $|x-y|le 1implies |y-x|le 1$ verified too.
Now transitivity is not verified.
- transitivity means $xRytext{ AND } yRzimplies xRz$
So can you find $x,y$ at distance $1$ apart, $y,z$ at distance $1$ apart, but $x,z$ are further apart ?
A simple example is $x=1,y=2,z=3$ since $|x-y|=|1-2|=1le 1$ and $|y-z|=|3-2|=1le 1$ but $|x-z|=|1-3|=2>1quad$ so $require{cancel}xcancel{R}z$
Of course you could choose any other numbers, for instance $7,8,9$ or $-0.5,0,0.6$, the book selected $1,2,3$ because these are "easy" numbers to plug in.
$endgroup$
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
1
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
add a comment |
$begingroup$
- Reflexivity means $xRx$ which is $|x-x|=0le 1$ verified.
- Symmetric means $xRyimplies yRx$ which is $|x-y|le 1implies |y-x|le 1$ verified too.
Now transitivity is not verified.
- transitivity means $xRytext{ AND } yRzimplies xRz$
So can you find $x,y$ at distance $1$ apart, $y,z$ at distance $1$ apart, but $x,z$ are further apart ?
A simple example is $x=1,y=2,z=3$ since $|x-y|=|1-2|=1le 1$ and $|y-z|=|3-2|=1le 1$ but $|x-z|=|1-3|=2>1quad$ so $require{cancel}xcancel{R}z$
Of course you could choose any other numbers, for instance $7,8,9$ or $-0.5,0,0.6$, the book selected $1,2,3$ because these are "easy" numbers to plug in.
$endgroup$
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
1
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
add a comment |
$begingroup$
- Reflexivity means $xRx$ which is $|x-x|=0le 1$ verified.
- Symmetric means $xRyimplies yRx$ which is $|x-y|le 1implies |y-x|le 1$ verified too.
Now transitivity is not verified.
- transitivity means $xRytext{ AND } yRzimplies xRz$
So can you find $x,y$ at distance $1$ apart, $y,z$ at distance $1$ apart, but $x,z$ are further apart ?
A simple example is $x=1,y=2,z=3$ since $|x-y|=|1-2|=1le 1$ and $|y-z|=|3-2|=1le 1$ but $|x-z|=|1-3|=2>1quad$ so $require{cancel}xcancel{R}z$
Of course you could choose any other numbers, for instance $7,8,9$ or $-0.5,0,0.6$, the book selected $1,2,3$ because these are "easy" numbers to plug in.
$endgroup$
- Reflexivity means $xRx$ which is $|x-x|=0le 1$ verified.
- Symmetric means $xRyimplies yRx$ which is $|x-y|le 1implies |y-x|le 1$ verified too.
Now transitivity is not verified.
- transitivity means $xRytext{ AND } yRzimplies xRz$
So can you find $x,y$ at distance $1$ apart, $y,z$ at distance $1$ apart, but $x,z$ are further apart ?
A simple example is $x=1,y=2,z=3$ since $|x-y|=|1-2|=1le 1$ and $|y-z|=|3-2|=1le 1$ but $|x-z|=|1-3|=2>1quad$ so $require{cancel}xcancel{R}z$
Of course you could choose any other numbers, for instance $7,8,9$ or $-0.5,0,0.6$, the book selected $1,2,3$ because these are "easy" numbers to plug in.
answered 4 hours ago
zwimzwim
12.2k831
12.2k831
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
1
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
add a comment |
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
1
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
Does picking numbers always help or do you have to be careful?
$endgroup$
– ChrisD93
4 hours ago
1
1
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
I just want to be sure about this now, if it was |x-y| >= 1 then that would not be reflexive, because 0 is not >= 1, correct?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
One counterexample is enough to prove the relation is not transitive. So as soon as you picked some numbers that invalidate it, you are OK. For your second question, yes, it would not be reflexive, you are correct.
$endgroup$
– zwim
4 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
$begingroup$
@ChrisD93 Yes, that is a perfect counterexample. :)
$endgroup$
– Nico
3 hours ago
add a comment |
$begingroup$
Let $xRy$ if and only if $|x-y|le 1$.
Reflexivity: Notice $|x-x|=0le 1$. Thus $xRx$.
Symmetry: Let $xRy$. Then $|x-y|=|y-x|=1$, which implies $yRx$.
The numbers for the proof that $R$ is not transitive are cooked up (there are many such examples), but you can see why there is a problem:
$|1-2|=1le 1$, which proves that $1R2$. Similarly, $|2-3|le 1$, so $2R3$. But then we can compute $|1-3|=2notle 1$, so $1not R 3$.
This is contradicts the requirement of transitivity, which would imply (in particular) that
$$1R2;wedge; 2R3quadRightarrowquad 1R3.$$
$endgroup$
add a comment |
$begingroup$
Let $xRy$ if and only if $|x-y|le 1$.
Reflexivity: Notice $|x-x|=0le 1$. Thus $xRx$.
Symmetry: Let $xRy$. Then $|x-y|=|y-x|=1$, which implies $yRx$.
The numbers for the proof that $R$ is not transitive are cooked up (there are many such examples), but you can see why there is a problem:
$|1-2|=1le 1$, which proves that $1R2$. Similarly, $|2-3|le 1$, so $2R3$. But then we can compute $|1-3|=2notle 1$, so $1not R 3$.
This is contradicts the requirement of transitivity, which would imply (in particular) that
$$1R2;wedge; 2R3quadRightarrowquad 1R3.$$
$endgroup$
add a comment |
$begingroup$
Let $xRy$ if and only if $|x-y|le 1$.
Reflexivity: Notice $|x-x|=0le 1$. Thus $xRx$.
Symmetry: Let $xRy$. Then $|x-y|=|y-x|=1$, which implies $yRx$.
The numbers for the proof that $R$ is not transitive are cooked up (there are many such examples), but you can see why there is a problem:
$|1-2|=1le 1$, which proves that $1R2$. Similarly, $|2-3|le 1$, so $2R3$. But then we can compute $|1-3|=2notle 1$, so $1not R 3$.
This is contradicts the requirement of transitivity, which would imply (in particular) that
$$1R2;wedge; 2R3quadRightarrowquad 1R3.$$
$endgroup$
Let $xRy$ if and only if $|x-y|le 1$.
Reflexivity: Notice $|x-x|=0le 1$. Thus $xRx$.
Symmetry: Let $xRy$. Then $|x-y|=|y-x|=1$, which implies $yRx$.
The numbers for the proof that $R$ is not transitive are cooked up (there are many such examples), but you can see why there is a problem:
$|1-2|=1le 1$, which proves that $1R2$. Similarly, $|2-3|le 1$, so $2R3$. But then we can compute $|1-3|=2notle 1$, so $1not R 3$.
This is contradicts the requirement of transitivity, which would imply (in particular) that
$$1R2;wedge; 2R3quadRightarrowquad 1R3.$$
answered 4 hours ago
NicoNico
330110
330110
add a comment |
add a comment |
$begingroup$
Reflexive: For any x such that xRx ---> x <= 1
No, reflexivity requires that $defR{operatorname R}forall x{in}Bbb R~(xR x)$, which is clearly true (given the definitions for absolute value, substraction, and the $leqslant$ comparator).$$forall x{in}Bbb R~(lvert x-xrvertleqslant 1)$$
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
No, symmetry requires that $forall x{in}Bbb R,forall y{in}Bbb R~(xR yto yR x)$, which is clearly true. $$forall x{in}Bbb R,forall y{in}Bbb R~(lvert x-yrvertleqslant 1tolvert y-xrvertleqslant 1)$$
Transivity requires that $forall x{in}Bbb R,forall y{in}Bbb R,forall z{in}Bbb R;((xR yland yR z)to xR z)$. The truth value for this universal statement not so obvious, so we shall look into the possibility of counterexamples. We just need to demonstrate one counterexample to disprove a universal quantified statement.
Our relation, $R$ is not transitive if $exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;(xR yland yR zland xrequire{cancel}cancel{R}z)$ . That is to say, should there exist some $x,y,z$ where $y$ is at most a distance of one from each of $x$ and $z$, but $x$ is more than one from $z$.
$$exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;big(lvert x-yrvert leqslant 1,land, lvert y-zrvertleqslant 1,land,lvert x-zrvert gt 1big)$$
So what real numbers could possible make that so?
Well, $1,2,3$ easily fit that bill. $$lvert mathbf 1-mathbf 2rvert leqslant 1,land, lvert mathbf 2-mathbf 3rvertleqslant 1,land,lvert mathbf 1-mathbf 3rvert gt 1$$
$endgroup$
add a comment |
$begingroup$
Reflexive: For any x such that xRx ---> x <= 1
No, reflexivity requires that $defR{operatorname R}forall x{in}Bbb R~(xR x)$, which is clearly true (given the definitions for absolute value, substraction, and the $leqslant$ comparator).$$forall x{in}Bbb R~(lvert x-xrvertleqslant 1)$$
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
No, symmetry requires that $forall x{in}Bbb R,forall y{in}Bbb R~(xR yto yR x)$, which is clearly true. $$forall x{in}Bbb R,forall y{in}Bbb R~(lvert x-yrvertleqslant 1tolvert y-xrvertleqslant 1)$$
Transivity requires that $forall x{in}Bbb R,forall y{in}Bbb R,forall z{in}Bbb R;((xR yland yR z)to xR z)$. The truth value for this universal statement not so obvious, so we shall look into the possibility of counterexamples. We just need to demonstrate one counterexample to disprove a universal quantified statement.
Our relation, $R$ is not transitive if $exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;(xR yland yR zland xrequire{cancel}cancel{R}z)$ . That is to say, should there exist some $x,y,z$ where $y$ is at most a distance of one from each of $x$ and $z$, but $x$ is more than one from $z$.
$$exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;big(lvert x-yrvert leqslant 1,land, lvert y-zrvertleqslant 1,land,lvert x-zrvert gt 1big)$$
So what real numbers could possible make that so?
Well, $1,2,3$ easily fit that bill. $$lvert mathbf 1-mathbf 2rvert leqslant 1,land, lvert mathbf 2-mathbf 3rvertleqslant 1,land,lvert mathbf 1-mathbf 3rvert gt 1$$
$endgroup$
add a comment |
$begingroup$
Reflexive: For any x such that xRx ---> x <= 1
No, reflexivity requires that $defR{operatorname R}forall x{in}Bbb R~(xR x)$, which is clearly true (given the definitions for absolute value, substraction, and the $leqslant$ comparator).$$forall x{in}Bbb R~(lvert x-xrvertleqslant 1)$$
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
No, symmetry requires that $forall x{in}Bbb R,forall y{in}Bbb R~(xR yto yR x)$, which is clearly true. $$forall x{in}Bbb R,forall y{in}Bbb R~(lvert x-yrvertleqslant 1tolvert y-xrvertleqslant 1)$$
Transivity requires that $forall x{in}Bbb R,forall y{in}Bbb R,forall z{in}Bbb R;((xR yland yR z)to xR z)$. The truth value for this universal statement not so obvious, so we shall look into the possibility of counterexamples. We just need to demonstrate one counterexample to disprove a universal quantified statement.
Our relation, $R$ is not transitive if $exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;(xR yland yR zland xrequire{cancel}cancel{R}z)$ . That is to say, should there exist some $x,y,z$ where $y$ is at most a distance of one from each of $x$ and $z$, but $x$ is more than one from $z$.
$$exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;big(lvert x-yrvert leqslant 1,land, lvert y-zrvertleqslant 1,land,lvert x-zrvert gt 1big)$$
So what real numbers could possible make that so?
Well, $1,2,3$ easily fit that bill. $$lvert mathbf 1-mathbf 2rvert leqslant 1,land, lvert mathbf 2-mathbf 3rvertleqslant 1,land,lvert mathbf 1-mathbf 3rvert gt 1$$
$endgroup$
Reflexive: For any x such that xRx ---> x <= 1
No, reflexivity requires that $defR{operatorname R}forall x{in}Bbb R~(xR x)$, which is clearly true (given the definitions for absolute value, substraction, and the $leqslant$ comparator).$$forall x{in}Bbb R~(lvert x-xrvertleqslant 1)$$
Symm: For any x,y such that xRy ---> |x-y| <= 1 and 1>= |x-y|
No, symmetry requires that $forall x{in}Bbb R,forall y{in}Bbb R~(xR yto yR x)$, which is clearly true. $$forall x{in}Bbb R,forall y{in}Bbb R~(lvert x-yrvertleqslant 1tolvert y-xrvertleqslant 1)$$
Transivity requires that $forall x{in}Bbb R,forall y{in}Bbb R,forall z{in}Bbb R;((xR yland yR z)to xR z)$. The truth value for this universal statement not so obvious, so we shall look into the possibility of counterexamples. We just need to demonstrate one counterexample to disprove a universal quantified statement.
Our relation, $R$ is not transitive if $exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;(xR yland yR zland xrequire{cancel}cancel{R}z)$ . That is to say, should there exist some $x,y,z$ where $y$ is at most a distance of one from each of $x$ and $z$, but $x$ is more than one from $z$.
$$exists x{in}Bbb R,exists y{in}Bbb R,exists z{in}Bbb R;big(lvert x-yrvert leqslant 1,land, lvert y-zrvertleqslant 1,land,lvert x-zrvert gt 1big)$$
So what real numbers could possible make that so?
Well, $1,2,3$ easily fit that bill. $$lvert mathbf 1-mathbf 2rvert leqslant 1,land, lvert mathbf 2-mathbf 3rvertleqslant 1,land,lvert mathbf 1-mathbf 3rvert gt 1$$
answered 3 hours ago
Graham KempGraham Kemp
85.9k43378
85.9k43378
add a comment |
add a comment |
$begingroup$
An equivalence relation $sim$ satisfies three axioms.
Reflexivity. $x sim x$ for all $x$.
Symmetry. If $x sim y$ then $y sim x$ for all $x, y$.
Transitivity. If $x sim y$ and $y sim z$ then $x sim z$ for all $x, y, z$.
If all three hold, then $sim$ is an equivalence relation. If any one of them fails to hold, then $sim$ is not an equivalence relation. Any equivalence relation induces a partition of a set, and any partition of a set induces an equivalence relation.
To prove that your relation breaks Axiom 3, recall that for any $x, y, z $ $|x - y| leq |x - z| + |z - y|$. This property is called the triangle inequality.
$endgroup$
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
|
show 3 more comments
$begingroup$
An equivalence relation $sim$ satisfies three axioms.
Reflexivity. $x sim x$ for all $x$.
Symmetry. If $x sim y$ then $y sim x$ for all $x, y$.
Transitivity. If $x sim y$ and $y sim z$ then $x sim z$ for all $x, y, z$.
If all three hold, then $sim$ is an equivalence relation. If any one of them fails to hold, then $sim$ is not an equivalence relation. Any equivalence relation induces a partition of a set, and any partition of a set induces an equivalence relation.
To prove that your relation breaks Axiom 3, recall that for any $x, y, z $ $|x - y| leq |x - z| + |z - y|$. This property is called the triangle inequality.
$endgroup$
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
|
show 3 more comments
$begingroup$
An equivalence relation $sim$ satisfies three axioms.
Reflexivity. $x sim x$ for all $x$.
Symmetry. If $x sim y$ then $y sim x$ for all $x, y$.
Transitivity. If $x sim y$ and $y sim z$ then $x sim z$ for all $x, y, z$.
If all three hold, then $sim$ is an equivalence relation. If any one of them fails to hold, then $sim$ is not an equivalence relation. Any equivalence relation induces a partition of a set, and any partition of a set induces an equivalence relation.
To prove that your relation breaks Axiom 3, recall that for any $x, y, z $ $|x - y| leq |x - z| + |z - y|$. This property is called the triangle inequality.
$endgroup$
An equivalence relation $sim$ satisfies three axioms.
Reflexivity. $x sim x$ for all $x$.
Symmetry. If $x sim y$ then $y sim x$ for all $x, y$.
Transitivity. If $x sim y$ and $y sim z$ then $x sim z$ for all $x, y, z$.
If all three hold, then $sim$ is an equivalence relation. If any one of them fails to hold, then $sim$ is not an equivalence relation. Any equivalence relation induces a partition of a set, and any partition of a set induces an equivalence relation.
To prove that your relation breaks Axiom 3, recall that for any $x, y, z $ $|x - y| leq |x - z| + |z - y|$. This property is called the triangle inequality.
edited 4 hours ago
answered 4 hours ago
Tomislav OstojichTomislav Ostojich
571616
571616
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
|
show 3 more comments
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
I know that, but for this case how would I know if it's reflexive or not? Would I plug in numbers?
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
To determine whether it is reflexive, you have to use the property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93 look at my answer again. To prove that it is not transitive, you need to use the triangle inequality property of absolute values.
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
We did not learn that
$endgroup$
– ChrisD93
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
$begingroup$
@ChrisD93, well, now you did. :)
$endgroup$
– Tomislav Ostojich
4 hours ago
|
show 3 more comments
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%2f3118282%2fhow-do-i-determine-if-this-relation-is-an-equivalence-relation%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