Transitivity of a relation on a set.

8.3k Views Asked by At

enter image description here

My book says the answer is B. But how. I understand that the relation is reflexive as (a,a) belongs to R for all a belonging to the given set. Furthermore I understand that the relation is not reflexive as (a,b) belongs to R does not imply that (b,a) belongs to R for all a,b belonging to the given set. What I don't understand is how is the relation transitive ? I mean they have given (1,3) and (3,2) and (1,2) in the relation which makes it transitive for one case. But doesn't transitivity mean that (a,b) belongs to R and (b,c) belongs to R implies that (a,c) belongs to R for all a,b,c belonging to the given set. Isn't the for all violated here? In transitivity? So shouldn't it be not transitive ? Or am I missing something.

EDIT

My book's statement:

enter image description here

2

There are 2 best solutions below

12
On

For it not to be transitive, you need an a,b,c such that (a,b) and (b,c) are in R, but (a,c) is not (a,b,c need not be different). Are seeing any instance of this? Let's see. Here are all pairs of pairs (a,b) and (b,c) in R:

(1,1) and (1,1)

(1,1) and (1,2)

(1,1) and (1,3)

(1,2) and (2,2)

(2,2) and (2,2)

(3,2) and (2,2)

(1,3) and (3,2)

(3,3) and (3,2)

(1,3) and (3,3)

(3,3) and (3,3)

Now, let's see if the (a,c) pair is in R in all those cases as well:

(1,1) and (1,1) => (1,1) Yes!

(1,1) and (1,2) => (1,2) Yes!

(1,1) and (1,3) => (1,3) Yes!

(1,2) and (2,2) => (1,2) Yes!

(2,2) and (2,2) => (2,2) Yes!

(3,2) and (2,2) => (3,2) Yes!

(1,3) and (3,2) => (1,2) Yes!

(3,3) and (3,2) => (3,2) Yes!

(1,3) and (3,3) => (1,3) Yes!

(3,3) and (3,3) => (3,3) Yes!

Yes, they all are ... so it is transitive.

0
On

Your book defines transitive to be, if (a implies b) and (b implies c) then (a implies c).

It seems easy to be confused from the fact that there is no such case in the relation where the above statement occurs. In this instance the proof of transitivity is known as the vacuous proof. Also known as a vacuous truth. This occurs when we have a statement If P-->then Q, when P is known to be false.

Take for example the statement,

----"All elephants you own have rainbow stripes",

Explanation: When it is known you own no elephants. This statement is still true.

A more practical example is given by the wikipedia article on "Vacuous truth", which states,

----For example, the statement "all cell phones in the room are turned off" will be true whenever there are no cell phones in the room. In this case, the statement "all cell phones in the room are turned on" would also be vacuously true, as would the conjunction of the two: "all cell phones in the room are turned on and turned off"."

In the case of the given relation. It is known we have no (a1,a2,) in R such that (a2,a1) is in R. So the transitivity is true.

Hope that helps(:

--Link to wikipedia article on vacuous truth https://en.wikipedia.org/wiki/Vacuous_truth