My book says that a relation R on A is
- reflexive, if $\ (a,a) \in R, \ for\ every \ a \in A$
- symmetric, if $\ (a_1,a_2) \in R \implies (a_2,a_1) \in R,\ for\ all\ a_1,a_2 \in A$
Although I know what a symmetric relation is, I can't understand the formal definition. My interpretation of definition 2 is that because of the "for all", all the ordered pairs should be a part of R, in other words $R = A \times A $ which is obviously wrong.
So, my question is that why is the "for all" present in the 2nd definition? Also, do "for all" and "for every" suggest different things in the definition?
The statement should be read as:
Hence we don't consider all pairs $(a_1, a_2) \in A$, only $(a_1, a_2) \in R$. However, every element $a_i \in A$ may be used to "try" to form these pairs.