If $R_1$ and $R_2$ are both subrings of $R$ , how to prove that $R_1 \cap R_2$ is also a subring of $R$.
here is my attempt
(1)Since $R_1$ is a subring of $R$ then it must contain zero (identity with respect to addition) same thing for $R_2$ and so $R_1 \cap R_2$ must have at least zero so it is nonempty.
(2)Now how to prove that if $x,y \in R_1 \cap R_2$ then $x-y \in R_1 \cap R_2$ and $xy \in R_1 \cap R_2$ how can we guarantee that?
If $x, y\in R_1\cap R_2$, then $x,y\in R_1$ and $x,y \in R_2$. Now look at $x-y$ and $xy$ again and see if you can't figure out why they are also in $R_1\cap R_2$.