Equivalence Relation, prove dom(R) = range(R) = X

Ceci020
Messages
10
Reaction score
0

Homework Statement


Given:
R is an equivalence relation over a nonempty set X

Prove:
dom(R) = X
and range(R) = X

Homework Equations

The Attempt at a Solution


I have the following thoughts:
About the given:
Since R is an equivalence relation over X by hypothesis, R satisfies:
Reflexivity: <x,x> belongs to R
Symmetry: <x,y> belongs to R, and <y,x> belongs to R
Transitivity: <x,y> belongs to R, <y,z> belongs to R, and <x,z> belongs to R

with x, y, z E X

About the conclusion:
Base on definition of domain and range of a relation R over a set X, I have:
dom(R) = {x E X : there exists y belongs to Y such that <x,y> E R}
range(R) = {y E Y : there exists x belongs to X such that <x,y> E R} What I'm confused is that I don't know how to connect my ideas together. The properties that R satisfies is with x, y, and z E X. And R is a subset of X x X. There is no Y whatsoever. So what should I do (or say) next to come to the conclusion?Thank you for your help.
 
Physics news on Phys.org
Ceci020 said:

Homework Statement


Given:
R is an equivalence relation over a nonempty set X

Prove:
dom(R) = X
and range(R) = X


Homework Equations




The Attempt at a Solution


I have the following thoughts:
About the given:
Since R is an equivalence relation over X by hypothesis, R satisfies:
Reflexivity: <x,x> belongs to R
Symmetry: <x,y> belongs to R, and <y,x> belongs to R
Transitivity: <x,y> belongs to R, <y,z> belongs to R, and <x,z> belongs to R

with x, y, z E X

About the conclusion:
Base on definition of domain and range of a relation R over a set X, I have:
dom(R) = {x E X : there exists y belongs to Y such that <x,y> E R}
range(R) = {y E Y : there exists x belongs to X such that <x,y> E R}


What I'm confused is that I don't know how to connect my ideas together. The properties that R satisfies is with x, y, and z E X. And R is a subset of X x X. There is no Y whatsoever. So what should I do (or say) next to come to the conclusion?


Thank you for your help.

Reflexive is ALL you need. <x,x> is in R for ALL x in X, yes?
 
I'm sorry but can you explain a little bit more?

I think that since for all x in X, <x,x> is always in R holds, then according to the conditions of the domain, there indeed exists x E X such that there also exists a Y (namely, y = x) that makes <x,y> E R. But how about the range?

thank you
 
Ceci020 said:
I'm sorry but can you explain a little bit more?

I think that since for all x in X, <x,x> is always in R holds, then according to the conditions of the domain, there indeed exists x E X such that there also exists a Y (namely, y = x) that makes <x,y> E R. But how about the range?

thank you

If <a,b> is in R, then 'a' is in the domain and 'b' is in the range, right?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top