I am having trouble finding if the following relation is transitive or intransitive. I would be very thankful if someone could help me out by explaining transitivity and its rules with regard to this example,
$$R = \{ (1,3),(1,1),(3,1),(1,2),(3,3)(4,4) \} .$$
Thanks.
A relation on a set is transitive if, when we have (a,b) and (b,c), we have also (a,c).
So here, we just check some cases. 4 is on on its own - so we don't really care about 4.
Let's look at 1 and 3. We have (1,3) and (3,1) - do we have (1,1)? Yes, we do. Similarly, we have (3,1) and (1,3), and we also have (3,3). These are all the relations on 3.
But then we consider 1 and 2...