Concept:
A relation $R$ on a set $X$ is:
• Reflexive: if $(a,a) \in R$ for all $a \in X$
• Symmetric: if $(a,b) \in R \Rightarrow (b,a) \in R$
• Transitive: if $(a,b),(b,c) \in R \Rightarrow (a,c) \in R$
Step 1: Check Reflexivity
All elements $(a_i,a_i)$ are present in $R$.
Hence, relation is reflexive.
Step 2: Check Symmetry
Each ordered pair is of the form $(a_i,a_i)$, so its reverse $(a_i,a_i)$ is also present.
Hence, relation is symmetric.
Step 3: Check Transitivity
If $(a_i,a_i)$ and $(a_i,a_i)$ are in $R$, then $(a_i,a_i)$ is also in $R$.
Hence, relation is transitive.
Final Conclusion:
The relation is reflexive, symmetric and transitive.