I would like to check the following relation:
$$R=\{(x,y) |\exists k\in \mathbb{Z} \cdot x*y=3k \},R\subseteq \mathbb{Z} \times \mathbb{Z}$$
- Reflexivity
- Symmetric
- Transitivity
- Asymmetric
Can I write a matrix for this relation? its possible?
What is an element in this relation? $(x,y)$ is $1$ element? for example if I want to check relexivity what should I take? $(x,y)R(x,y)$? OR $(x,x)R(x,x)$?
Suggestions are welcomed! Thanks.
We have $\left(1,1\right)\notin R$. This shows that $R$ not reflexive.
We have $xy=yx$ so if $xy=3k$ then also $yx=3k$. This shows that $R$ is symmetric.
We have $\left(1,3\right)\in R$ and $\left(3,1\right)\in R$ but not $\left(1,1\right)\in R$. This shows that $R$ is not transitive.
We have $\left(1,3\right)\in R$ but not $\left(3,1\right)\notin R$. This shows that $R$ is not asymmetric.
I don't know what a matrix for a relation is, so cannot help you here.