Show that the relation R=∅ on the empty set S=∅ is reflexive, symmetric, and transitive

Let’s refresh the relevant definitions that will help us to solve this exercise.

Definition: “A relation R on a set A is called reflexive if (a, a) ∈ R for every element a ∈ A.”

Definition: “A relation R on a set A is called symmetric if (b, a) ∈ R whenever (a,b) ∈ R, for all a,b ∈ A.”

Definition: “A relation R on a set A is called transitive if whenever (a,b)∈R and (b,c)∈R, then (a,c) ∈ R, for all a,b,c ∈ A.”

The definitions above are from the textbook “Discrete Mathematics and its applications” By Rosen.

A vacuous proof of a conditional statement p->q is a proof where we show that p is false, then the conditional statement must be true, according to the truth values for a conditional statement. This type of proof is usually used to prove special cases of some theorems.

Reflexive:

If x∈S, then (x,x)∈R for every element a ∈ A

x∈S is false because S=∅

Therefore, it is reflexive by vacuous proof.

Symmetric:

If (a,b)∈R, then (b,a)∈R for all a,b ∈ A

∀a,b (a,b)∉R

Therefore, it is symmetric by a vacuous proof.

Transitive:

If (a,b)∈R and (b,c)∈R, then (a,c) ∈ R, for all a,b,c ∈ A

∀a,b (a,b)∉R, therefore (a,b)∈R and (b,c)∈R is false.

Therefore, it is transitive by a vacuous proof.

Related exercises: