This is exercise $4.3.15$ from the book How to Prove it by Velleman $($$2^{nd}$ edition$)$:
Suppose $R_1$ and $R_2$ are relations on $A$. For each part, give either a proof or a counterexample to justify your answer.
$(a)$ If $R_1$ and $R_2$ are reflexive, must $R_1\setminus R_2$ be reflexive$?$
$(b)$ If $R_1$ and $R_2$ are symmetric, must $R_1\setminus R_2$ be symmetric$?$
$(a)$ If $R_1$ and $R_2$ are transitive, must $R_1\setminus R_2$ be transitive$?$
Here are my answers:
Part $(a)$: Counterexample:
Suppose $A=\{1\}$, $R_1=\{(1,1)\}$, and $R_2=\{(1,1)\}$. Then $R_1\setminus R_2=\{\}$. Thus $R_1$ and $R_2$ are both transitive but $R_1\setminus R_2$ is not transitive and hence a counterexample.
Part $(b)$: Proof:
Suppose $R_1$ and $R_2$ are symmetric. Let $a$ and $b$ be arbitrary elements of $A$ such that $(a,b)\in R_1\setminus R_2$ which means $(a,b)\in R_1$ and $(a,b)\notin R_2$. Since $R_1$ is symmetric, $(b,a)\in R_1$ and since $R_2$ is symmetric, $(b,a)\notin R_2$. Ergo $(b,a)\in R_1\setminus R_2$. Since $a$ and $b$ are arbitrary, $R_1\setminus R_2$ is symmetric. Therefore if $R_1$ and $R_2$ are symmetric then $R_1\setminus R_2$ is symmetric. $Q.E.D.$
Part $(c)$: Counterexample:
Suppose $A=\{1,2,3\}$, $R_1=\{(1,3),(3,2),(1,2)\}$, and $R_2=\{(1,2)\}$. Then $R_1\setminus R_2=\{(1,3),(3,2)\}$. Thus $R_1$ and $R_2$ are both transitive but $R_1\setminus R_2$ is not transitive and hence a counterexample.
Here are my questions:
$1.$ Are my answers to parts $(a)$, $(b)$, and $(c)$ correct$?$
$2.$ I was certain about my answer to part $(c)$ until I saw this post. Is my counterexample a valid one$?$ If yes, then why it seems that there is a discrepancy between my answer and the above linked post$?$
Thanks for your attention.
Edit:
Question $2$ is irrelevant and I see it now. I mixed up the counterexample $(a)$ and counterexample $(c)$ in my mind. Thanks.