#Transitive relation
31 messages · Page 1 of 1 (latest)
send full question
there is a set X and a relation R i have to determine
whether the relation is
1.) Reflexive
2.) Symmetric
3.) Transitive
A transitive relation is one where if you have elements (a,b) and (b,c), then you must necessarily have (a,c) too.
For example, consider the relation of equality. If a = b, b = c, then a = c. Thus this relation is transitive
R ={(1,1),(1,2),(2,1)}
acc to this rule
relation is transitive
ive 1->2 , 2->1 and 1->1
so its transitive
Yeah but does it apply to all
having all the pairs is necessary or not?
I mean my maths teacher sure did say it was necessary
We did this too at the start of the year
Yea its for all
is it like
if a,b E r and b,a E r
then a,c E r
or
a,b must E r and b,a must E r
then a,c E r
(a,b E r), (b,c E r), (a,c E r)
Like take a relation of ewuality
x = y, y = z then x = z. So this relation is transitive
You can take any variable in (x,y,z)
You have (1,1),(1,2) (a = 1, b = 1, c = 2) transitivity requires (a,c) i.e. (1,2)
basically
a!=c
?
i got it i dont have 2,2
ive 2-> 1 and 1 -> 2
but not 2 -> 2
thanks, i appreciate the support ^^