Q: Suppose $R_{1}$ and $R_{2}$ are relations on A. Give a proof or counterexample to justify your answer. If $R_{1}$ and $R_{2}$ are reflexive, must $R_{1} \cup R_{2}$ be reflexive?
A: My reasoning is as follows:
Let $A$ be a set. Let $\alpha \in A$ and $\alpha$ is arbitrary. Let $R_{1}$ be a relation on $A$. Let $R_{2}$ be an arbitrary relation on A.
If $\alpha \in A$ such that $R_{1}=\{(_{\alpha}R_{\alpha})\}$ then $R_{1}$ is reflexive.
Then $R_{1} \cup R_{2} = \forall \alpha \in A((_{\alpha}R_{\alpha}))$
Since $\alpha$ were arbitrary, this proves that $R_{1} \cup R_{2}$ must be reflexive.
$\blacksquare$
Please let me know what you think and how I can improve my proof writing. Thank you.
I think you may have misunderstood something about the relation $R_1\cup R_2$, but I'm not completely sure what it is. Let me try to explain what the relation $R_1\cup R_2$ looks like, and then give my version of a proof why it is reflexive.
You are given that $R_1$ and $R_2$ are two reflexive relations. If $A=\{1,2,3\}$, then you might have that
$$R_1 = \{(1,1),(1,2),(2,2),(3,3)\}$$ and $$R_2 = \{(1,1),(2,1),(2,2),(3,1),(3,3)\}.$$ You see that these two relations are both reflexive, because for all $x\in A$, we have that $(x,x)\in R_1$, and also $(x,x)\in R_2$.
From these two relations, we make a new relation, namely the union $R_1\cup R_2$. This is just one new relation on $A$. Let me call it $R$, so $R=R_1\cup R_2$. What does $R$ look like? It is just the union of the relations $R_1$ and $R_2$, so if $(x,y)$ is a pair of either $R_1$ or $R_2$, then it will also be a pair of $R$. We have $$R = \{(1,1),(1,2),(2,1),(2,2),(3,1),(3,3)\}.$$ You see that this relation is still reflexive, so this is an affirmative example of what you are trying to prove.
Now to the general proof. Take $x\in A$. I want to prove that $R=R_1\cup R_2$ is reflexive. Since $R_1$ and $R_2$ are both reflexive by assumption (I really only need one of them to be reflexive), then for any $x\in A$, I have that $(x,x)\in R_1$ and $(x,x)\in R_2$. Since $R=R_1\cup R_2$, I then also have that $(x,x)\in R$. This proves that $R_1\cup R_2$ is reflexive.