Consider two relations on the set of real numbers
$R_1=\{(a,b) \in R^2\,|\,a>b\}$ $R_2=\{(a,b) \in R^2 \,|\, a\geq b\}$
What is $R_2 \circ R_1 ?$
I know that $(a,b) \in R_2\circ R_1$ iff $(a,c) \in R_1$ and $(c,b) \in R_2$.
This implies that $(a,b) \in R_2 \circ R_1$ iff $a\gt c$ and $c \geq b$ for all a,b,c that have their domain as real numbers. The answer to this in Rosen is given to be $R_1$ but how did they conclude this?