What is a symmetric relation?
A relation is symmetric if whenever:
(x, y) is in the relation
then (y, x) is also in the relation.
Example
Relation: {(1,2), (2,1), (3,3)}
This relation is symmetric.
Real-world example
Friendship:
If A is a friend of B, then B is a friend of A.