Prove that $R$ is an equivalence relation on $F$.
Question: Let $S = {1, 2, 3, 4}$. Let $F$ be the set of all functions $f: S to S$. Let $R$ be the relation on $F$ defined by
For any $f, g in F$, $fRg$ if and only if $f (1) + f (2) = g (1) + g (2)$.
Prove that $R$ is an equivalence relation on $F$.
I understand that to do this we must prove that $R$ is reflexive, symmetric, and transitive. I'm just having trouble using the definitions of these 3 properties to make an actual proof.
discrete-mathematics
add a comment |
Question: Let $S = {1, 2, 3, 4}$. Let $F$ be the set of all functions $f: S to S$. Let $R$ be the relation on $F$ defined by
For any $f, g in F$, $fRg$ if and only if $f (1) + f (2) = g (1) + g (2)$.
Prove that $R$ is an equivalence relation on $F$.
I understand that to do this we must prove that $R$ is reflexive, symmetric, and transitive. I'm just having trouble using the definitions of these 3 properties to make an actual proof.
discrete-mathematics
1
Please use MathJax in future :)
– Shaun
Nov 25 at 1:59
1
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark $checkmark$ next to it. This scores points for you and for the person who answered your question. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, What should I do if someone answers my question?.
– Shaun
Nov 25 at 2:14
add a comment |
Question: Let $S = {1, 2, 3, 4}$. Let $F$ be the set of all functions $f: S to S$. Let $R$ be the relation on $F$ defined by
For any $f, g in F$, $fRg$ if and only if $f (1) + f (2) = g (1) + g (2)$.
Prove that $R$ is an equivalence relation on $F$.
I understand that to do this we must prove that $R$ is reflexive, symmetric, and transitive. I'm just having trouble using the definitions of these 3 properties to make an actual proof.
discrete-mathematics
Question: Let $S = {1, 2, 3, 4}$. Let $F$ be the set of all functions $f: S to S$. Let $R$ be the relation on $F$ defined by
For any $f, g in F$, $fRg$ if and only if $f (1) + f (2) = g (1) + g (2)$.
Prove that $R$ is an equivalence relation on $F$.
I understand that to do this we must prove that $R$ is reflexive, symmetric, and transitive. I'm just having trouble using the definitions of these 3 properties to make an actual proof.
discrete-mathematics
discrete-mathematics
edited Nov 25 at 2:35
Shaun
8,686113680
8,686113680
asked Nov 25 at 1:56
Humdrum
134
134
1
Please use MathJax in future :)
– Shaun
Nov 25 at 1:59
1
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark $checkmark$ next to it. This scores points for you and for the person who answered your question. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, What should I do if someone answers my question?.
– Shaun
Nov 25 at 2:14
add a comment |
1
Please use MathJax in future :)
– Shaun
Nov 25 at 1:59
1
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark $checkmark$ next to it. This scores points for you and for the person who answered your question. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, What should I do if someone answers my question?.
– Shaun
Nov 25 at 2:14
1
1
Please use MathJax in future :)
– Shaun
Nov 25 at 1:59
Please use MathJax in future :)
– Shaun
Nov 25 at 1:59
1
1
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark $checkmark$ next to it. This scores points for you and for the person who answered your question. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, What should I do if someone answers my question?.
– Shaun
Nov 25 at 2:14
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark $checkmark$ next to it. This scores points for you and for the person who answered your question. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, What should I do if someone answers my question?.
– Shaun
Nov 25 at 2:14
add a comment |
2 Answers
2
active
oldest
votes
I'll try and get you started:
Reflexivity:
Let $fin F$. Then $f(1)+f(2)=dots$.
You need $f$ in $g$'s place.
Symmetry:
Let $f,gin F$. Then we have
$$begin{align}
fRg &iff f(1)+f(2)=g(1)+g(2) \
&iff g(1)+g(2)=f(1)+f(2)quadtext{ (by symmetry of equality)} \
&iff dots
end{align}$$
You need to conclude $gRf$ (preferably using "if and only if" statements, although implication is sufficient).
Transitivity:
Let $f, g,hin F$ with $fRg$ and $gRh$. Then, by definition of $R$, we have $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=dots$
You need to conclude that $fRh$.
add a comment |
Reflexivity: For all $f in F$, we have $f(1)+f(2)=f(1)+f(2)$ so $f R f$
symmetric: Let $f, g in F$ and $fRg$, then $f(1)+f(2)=g(1)+g(2) Rightarrow g(1)+g(2)=f(1)+f(2) Rightarrow g R f$
Transitivity: Let $f,g,h in F$ and $f R g$ and $g R h$ then $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=h(1)+h(2)$ $Rightarrow$ $f(1)+f(2)=h(1)+h(2) Rightarrow f R h.$
So $R$ is an equivalence relation on $F$.
1
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
1
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
1
You're welcome :)
– Shaun
Nov 25 at 2:41
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%2f3012335%2fprove-that-r-is-an-equivalence-relation-on-f%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
I'll try and get you started:
Reflexivity:
Let $fin F$. Then $f(1)+f(2)=dots$.
You need $f$ in $g$'s place.
Symmetry:
Let $f,gin F$. Then we have
$$begin{align}
fRg &iff f(1)+f(2)=g(1)+g(2) \
&iff g(1)+g(2)=f(1)+f(2)quadtext{ (by symmetry of equality)} \
&iff dots
end{align}$$
You need to conclude $gRf$ (preferably using "if and only if" statements, although implication is sufficient).
Transitivity:
Let $f, g,hin F$ with $fRg$ and $gRh$. Then, by definition of $R$, we have $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=dots$
You need to conclude that $fRh$.
add a comment |
I'll try and get you started:
Reflexivity:
Let $fin F$. Then $f(1)+f(2)=dots$.
You need $f$ in $g$'s place.
Symmetry:
Let $f,gin F$. Then we have
$$begin{align}
fRg &iff f(1)+f(2)=g(1)+g(2) \
&iff g(1)+g(2)=f(1)+f(2)quadtext{ (by symmetry of equality)} \
&iff dots
end{align}$$
You need to conclude $gRf$ (preferably using "if and only if" statements, although implication is sufficient).
Transitivity:
Let $f, g,hin F$ with $fRg$ and $gRh$. Then, by definition of $R$, we have $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=dots$
You need to conclude that $fRh$.
add a comment |
I'll try and get you started:
Reflexivity:
Let $fin F$. Then $f(1)+f(2)=dots$.
You need $f$ in $g$'s place.
Symmetry:
Let $f,gin F$. Then we have
$$begin{align}
fRg &iff f(1)+f(2)=g(1)+g(2) \
&iff g(1)+g(2)=f(1)+f(2)quadtext{ (by symmetry of equality)} \
&iff dots
end{align}$$
You need to conclude $gRf$ (preferably using "if and only if" statements, although implication is sufficient).
Transitivity:
Let $f, g,hin F$ with $fRg$ and $gRh$. Then, by definition of $R$, we have $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=dots$
You need to conclude that $fRh$.
I'll try and get you started:
Reflexivity:
Let $fin F$. Then $f(1)+f(2)=dots$.
You need $f$ in $g$'s place.
Symmetry:
Let $f,gin F$. Then we have
$$begin{align}
fRg &iff f(1)+f(2)=g(1)+g(2) \
&iff g(1)+g(2)=f(1)+f(2)quadtext{ (by symmetry of equality)} \
&iff dots
end{align}$$
You need to conclude $gRf$ (preferably using "if and only if" statements, although implication is sufficient).
Transitivity:
Let $f, g,hin F$ with $fRg$ and $gRh$. Then, by definition of $R$, we have $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=dots$
You need to conclude that $fRh$.
edited Nov 25 at 2:38
answered Nov 25 at 2:09
Shaun
8,686113680
8,686113680
add a comment |
add a comment |
Reflexivity: For all $f in F$, we have $f(1)+f(2)=f(1)+f(2)$ so $f R f$
symmetric: Let $f, g in F$ and $fRg$, then $f(1)+f(2)=g(1)+g(2) Rightarrow g(1)+g(2)=f(1)+f(2) Rightarrow g R f$
Transitivity: Let $f,g,h in F$ and $f R g$ and $g R h$ then $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=h(1)+h(2)$ $Rightarrow$ $f(1)+f(2)=h(1)+h(2) Rightarrow f R h.$
So $R$ is an equivalence relation on $F$.
1
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
1
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
1
You're welcome :)
– Shaun
Nov 25 at 2:41
add a comment |
Reflexivity: For all $f in F$, we have $f(1)+f(2)=f(1)+f(2)$ so $f R f$
symmetric: Let $f, g in F$ and $fRg$, then $f(1)+f(2)=g(1)+g(2) Rightarrow g(1)+g(2)=f(1)+f(2) Rightarrow g R f$
Transitivity: Let $f,g,h in F$ and $f R g$ and $g R h$ then $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=h(1)+h(2)$ $Rightarrow$ $f(1)+f(2)=h(1)+h(2) Rightarrow f R h.$
So $R$ is an equivalence relation on $F$.
1
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
1
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
1
You're welcome :)
– Shaun
Nov 25 at 2:41
add a comment |
Reflexivity: For all $f in F$, we have $f(1)+f(2)=f(1)+f(2)$ so $f R f$
symmetric: Let $f, g in F$ and $fRg$, then $f(1)+f(2)=g(1)+g(2) Rightarrow g(1)+g(2)=f(1)+f(2) Rightarrow g R f$
Transitivity: Let $f,g,h in F$ and $f R g$ and $g R h$ then $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=h(1)+h(2)$ $Rightarrow$ $f(1)+f(2)=h(1)+h(2) Rightarrow f R h.$
So $R$ is an equivalence relation on $F$.
Reflexivity: For all $f in F$, we have $f(1)+f(2)=f(1)+f(2)$ so $f R f$
symmetric: Let $f, g in F$ and $fRg$, then $f(1)+f(2)=g(1)+g(2) Rightarrow g(1)+g(2)=f(1)+f(2) Rightarrow g R f$
Transitivity: Let $f,g,h in F$ and $f R g$ and $g R h$ then $f(1)+f(2)=g(1)+g(2)$ and $g(1)+g(2)=h(1)+h(2)$ $Rightarrow$ $f(1)+f(2)=h(1)+h(2) Rightarrow f R h.$
So $R$ is an equivalence relation on $F$.
edited Nov 25 at 2:37
Shaun
8,686113680
8,686113680
answered Nov 25 at 2:05
mathnoob
1,794422
1,794422
1
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
1
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
1
You're welcome :)
– Shaun
Nov 25 at 2:41
add a comment |
1
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
1
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
1
You're welcome :)
– Shaun
Nov 25 at 2:41
1
1
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
NB: It's "equivalence relation", not "equivalent relation".
– Shaun
Nov 25 at 2:40
1
1
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
Ah thank you for correcting me!
– mathnoob
Nov 25 at 2:41
1
1
You're welcome :)
– Shaun
Nov 25 at 2:41
You're welcome :)
– Shaun
Nov 25 at 2:41
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.
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.
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%2f3012335%2fprove-that-r-is-an-equivalence-relation-on-f%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
1
Please use MathJax in future :)
– Shaun
Nov 25 at 1:59
1
After you ask a question here, if you get an acceptable answer, you should "accept" the answer by clicking the check mark $checkmark$ next to it. This scores points for you and for the person who answered your question. You can find out more about accepting answers here: How do I accept an answer?, Why should we accept answers?, What should I do if someone answers my question?.
– Shaun
Nov 25 at 2:14