How do I go about proving this?
2026-04-06 01:25:58.1775438758
Let $R_1$ and $R_2$ be reflexive relations on a set $S$. Prove that $R_1\cup R_2$ and $R_1 \cap R_2$ are reflexive.
2.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Basically, to prove a relation $R$ is reflexive on a set $S$, we need to prove $(s, s) \in R$ for all $s \in S$. Since we already know this is true for $R_1$ and $R_2$, it becomes very easy to prove this for their intersection and union.
Given an element $s \in S$, we know that $(s, s) \in R_1$ and $(s, s) \in R_2$ because $R_1, R_2$ are reflexive.
Since $(s, s)$ is in both sets, it is also in the intersection of the sets, so $(s, s) \in R_1 \cap R_2$. Therefore, $R_1 \cap R_2$ is reflexive.
Since $(s, s) \in R_1$ and $R_1 \subseteq (R_1 \cup R_2)$, we can deduce that $(s, s) \in R_1 \cup R_2$. Therefore, $R_1 \cup R_1$ is reflexive.