I need some help on how to approach this problem. I can't seem to find any examples that help me understand this, so if anyone has an approach example to post I would be very grateful:
"Consider a relation $R$ defined on the set of integers. Determine for the following if the relation is reflexive, symmetric, and transitive: $R = \{(x, y)|x = 2y \}.$"
I assume you have a clear concept about the definition of Relations.
As given, $R=\{(x,y) : x=2y\}$ i.e. in the set of integers the relation $R$ is defined as,
for $x,y\in\mathbb{Z}$, $x R y \iff x=2y$.
Now $R$ is not reflexive, as $1\ne2$ so, $1\not R 1$ i.e. $(1,1)\notin R$.
$R$ is not symmetric, as $2R1\iff 2=2\times1$ but $1\not R 2$ as $\exists$ no integer $n$ s.t. $1=2n$.
$R$ is not transitive, as $4R2$ and $8R4$ but $8\not R 2$.