Suppose that R and S are reflexive relations on a set A. Show that R - S is irreflexive, i.e.,
$$\forall x \in A, (x,x) \notin R\setminus S$$
We have:
$$\forall r\in R, (r,r) \in R\\ \forall s\in S, (s,s) \in S$$
Or is that not correct? So R - S does what? I'm confused. Not sure how to subtract relations. I'm most confused by the definition given for irreflexivity above, since it says (x,x) is not in R, rather than R - S... when R was already declared to be reflexive...
Assume that the relations $R,S$ on a set $A$ are both reflexive, i.e. :
The relation $R-S$ on $A$ is the set
i.e. we have to start from $R$ and "throw away" from it all couples belonging to $S$.
Due to the fact that both $R,S$ are reflexive, we have that for all $x \in A, (x,x) \in R$ and $(x,x) \in S$.
Thus, no couple $(x,x)$ will be in $R-S$, and so $R-S$ is irreflexive.