This is an exercise of the assignment we have:
Suppose $R_1$ and $R_2$ are relations on A. Prove (with a formal proof) or confute (with a counterexample) that if $R_1$ and $R_2$ are symmetric and transitive, then $R_1$ $\cup$ $R_2$ is still symmetric and transitive.
I am not so familiar with relations, so that's why I am asking.
I am supposing that there's a tuple $(x, y) \in R_1 \cup R_2$, which means that $(x, y) \in R_1 \lor (x, y) \in R_2$, so we have a proof of the type $P \lor Q$, then we have to prove $P$ and $Q$.
So we have to 2 cases:
Case 1:
$(x, y) \in R_1$
Since $R_1$ is symmetric, then also $(y, x) \in R_1$
(But I don't know how to continue... Same for the Case 2)
Case 2:
$(x, y) \in R_2$