[Math] Relations. Check whether symmetric,reflexive or transitive .

discrete mathematics

Q6. Let R and S be relations on a set A. Assuming A has at least three elements, state whether each of the following statements is true or false. If it is false, give a counterexample on the set A = {1,2,3}.

If R and S are symmetric then R ∩ S is symmetric.
If R and S are symmetric the R ∪ S is symmetric.
If R and S are reflexive then R ∩ S is reflexive.
If R and S are reflexive then R ∪ S is reflexive.
If R and S are transitive then R ∪ S is transitive.
If R is reflexive then R ∩ R-1 is not empty.
If R is symmetric then R ∩ R-1 is not empty.

How to check whether is true or false? and what does it mean by give a counterexample?
Please help.
Thank you.

Best Answer

Suppose $R$ and $S$ are symmetric, and let $(a,b) \in R \cap S$. Then because $(a,b) \in R$ and $R$ is symmetric, $(b,a) \in R$. Similarly, $(b,a) \in S$, and so $(b,a) \in R \cap S$. Since we started with the assumption that $(a,b) \in R \cap S$ and discovered that $(b,a) \in R \cap S$, it follows that $R \cap S$ must be symmetric.

You should be able to apply nearly identical reasoning to the case of reflexivity as well. Let me know if this helps you to get the idea to solve the others.