Let $\{G_i\}_{i \in I}$ be an indexed family of order relations in a set $A$. Show that $\bigcap_{i \in I}G_i$ is an order relation in $A$.
My attempt:
Since $G_i$ is reflexive for all $i \in I$,
$\forall x \in A, (x,x) \in G_i \forall i \in I$
$\implies \forall x \in A, (x,x) \in \bigcap_{i \in I}G_i$
Is this the right way of proving the reflexive part? And could anyone help me with the antisymmetric and transitive part. Any help would be appreciated.
Let $G = \displaystyle \bigcap_{i \in I} G_i$.
Reflexivity
$$\begin{array}{rcl} \forall x \in A: && \forall i \in I: (x,x) \in G_i \\ &\implies& (x,x) \in G \end{array}$$
Antisymmetry
$$\begin{array}{rcl} \forall x,y \in A: && (x,y) \in G \land (y,x) \in G \\ &\implies& \forall i \in I: (x,y) \in G_i \land (y,x) \in G_i \\ &\implies& x = y \end{array}$$
Transitivity
$$\begin{array}{rcl} \forall x,y,z \in A: && (x,y) \in G \land (y,z) \in G \\ &\implies& \forall i \in I: (x,y) \in G_i \land (y,z) \in G_i \\ &\implies& \forall i \in I: (x,z) \in G_i \\ &\implies& (x,z) \in G \end{array}$$