My book says that both of these statements are true. I don't understand why the first is true. Suppose $A = \{1, 2, 3, 4\}$, and define the relations as follows:
$R_1 = \{(1, 1), (2, 2)\} $
$R_2 = \{(3, 3), (4, 4)\}$
These two relations are reflexive, but the intersection is the empty set. The empty set is not reflexive for a non-empty set $A$. Why am I wrong here?
Neither of these relations is reflexive: Reflexivity means that for all elements $a \in A, (a,a) \in R$. In this case, $(3,3) \notin R_1$ and $(1,1) \notin R_2$.