Let $R$ be an equivalence relation on $A$ and let $S$ be an equivalence relation on $B$. Define a $T$ on $ A \times B$ by $((a_1,b_1),(a_2,b_2)) \in T \leftrightarrow (a_1,a_2) \in R$ and $(b_1,b_2) \in S$. Prove that $T$ is an equivalence relation.
My attempt:
We need to prove that $T$ is an equivalence relation.
Definition 6.2.3 states that $R$ is an equivalence relation if $R$ is reflexive, symmetric, and transitive.
R is reflexive if $(\forall x \in S)(x,x) \in R]$
R is symmetric if $(\forall x,y \in S)[(x,y) \in R \rightarrow (y,x) \in R]$
R is transitive if $(\forall x, y, z \in S)[((x,y) \in R \land (y,z) \in R) \rightarrow (x,z) \in R]$
What if we let $x = (a_1,b_1), y = (a_2,b_2),$ and $z=(a_3,b_3)$?
For $T$ to be reflexive, we need $(\forall (a_1),(b_1) \in S)[((a_1,b_1),(a_1,b_1)) \in T $
For all $T$ to be symmetric, we need $(\forall (a_1,b_1),(a_2,b_2) \in S)[(a_1,b_1),(a_2,b_2) \in T \rightarrow (a_2,b_2),(a_1,b_1) \in T$
For all $T$ to be transitive, we need $(\forall (a_1,b_1),(a_2,b_2),(a_3,b_3) \in S]((a_1,b_1),(a_2,b_2) \in T \land ((a_2,b_2),(a_3,b_3)) \in T \rightarrow ((a_1,b_1), (a_3,b_3)) \in T$
We have proven that $T$ is an equivalence relation.
I'm not sure if I did this correctly, but the problem did ask to prove that $T$ is an equivalence relation and the definition fits perfectly. I don't know if there's some other fancy thing that I need to do or is that it?