This one stumped me: Determine if the relations R on $\mathbb{R} $ are reflexive, symmetric, transitive, antisymmetric: $ (x,y) \in R$ iff $x=1$.
It is reflexive since 1=1. It is symmetric since it is the case that for all $x=1, 1=1$ Is it transitive? For it to be transitive, it has to be the case that $\forall x,y,z \in A, (x,y) \in R \wedge (y,z) \in R, \rightarrow (x,z) \in R.$ I want to say yes to that, but I am not certain. I am sure it is antisymmetric since $(1,1)$ and $(1,1) \in R$ but it is also the case that $1=1$.
How does one handle a case like this? Thanks!
This is not reflexive, as $(0,0) \not\in R$.
This is not symmetric, as $(1,0) \in R$ but $(0,1) \not\in R$.
This is transitive as if $(x,y) \in R$ and $(y, z) \in R$ then $x=1$ and thus $(x,z)\in R$.
This is antisymmetric because if $(x,y) \in R$ and $(y,x) \in R$ then $x=1$ and $y=1$.