Let $R_1$ and $R_2$ be two partial order relations defined on a set S. Show that $R_1 \cap R_2$ is also a partial order on S.
I am struggling to represent $R_1$ and $R_2$ in a way I can operate with $\cap$.
Let $R_1$ and $R_2$ be two partial order relations defined on a set S. Show that $R_1 \cap R_2$ is also a partial order on S.
I am struggling to represent $R_1$ and $R_2$ in a way I can operate with $\cap$.
On
$\forall x \in S$, we have $(x, x) \in R_1$ and $(x, x) \in R_2$, thus $$ (x, x) \in R_1 \cap R_2 $$
if $(x,y) \in R_1 \cap R_2$ and $(y, x) \in R_1 \cap R_2$, then $$ (x,y) \in R_1 \text{ and } (y, x) \in R_1 $$ thus $x = y$.
if $(x, y) \in R_1 \cap R_2$ and $(y, z) \in R_1 \cap R_2$, we have $$ (x,y)\in R_1, (y,z)\in R_1 \implies (x, z) \in R_1 \\ (x,y)\in R_2, (y, z)\in R_2 \implies (x, z) \in R_2 $$ thus $(x,z) \in R_1 \cap R_2$.
$R_1$ and $R_2$ are by definition subsets of $S \times S$ which are reflexive, antisymmetric, and transitive. Now we need to check that $R_1 \cap R_2$ is also reflexive, antisymmetric, and transitive.