Let $R$ and $S$ be binary relations on $\mathbb{N}$ defined as follows:
$x \mathrel{R} y$ if $x > y+2$ and $x \mathrel{S} y$ if $x = y -2$ Let $T = R \circ S$ (composition).
(5,2) belongs to $T$ and (5,0) belongs to $T$
(5,2) belongs to $T$ and (5,0) does not belong to $T$
(5,2) does not belong to $T$ and (5,0) belonsg to $T$
(5,2) does not belong to $T$ and (5,0) does not belong to $T$
The answer is 4 but I am not sure why it is 4, and what is the best approach to solve this kind of problem?
Thank you.