Symmetric relation
A symmetric relation is a type of binary relation. Formally, a binary relation R over a set X is symmetric if:
where the notation aRb means that.
An example is the relation "is equal to", because if is true then is also true. If RT represents the converse of R, then R is symmetric if and only if.
Symmetry, along with reflexivity and transitivity, are the three defining properties of an equivalence relation.
Examples
In mathematics
- "is equal to"
- "is comparable to", for elements of a partially ordered set
- "... and... are odd":
Outside mathematics
- "is married to"
- "is a fully biological sibling of"
- "is a homophone of"
- "is a co-worker of"
- "is a teammate of"
Relationship to asymmetric and antisymmetric relations
By definition, a nonempty relation cannot be both symmetric and asymmetric. However, a relation can be neither symmetric nor asymmetric, which is the case for "is less than or equal to" and "preys on").Symmetric and antisymmetric are actually independent of each other, as these examples show.
| Symmetric | Not symmetric | |
| Antisymmetric | equality | divides, less than or equal to |
| Not antisymmetric | congruence in modular arithmetic | //, most nontrivial permutations |
| Symmetric | Not symmetric | |
| Antisymmetric | is the same person as, and is married | is the plural of |
| Not antisymmetric | is a full biological sibling of | preys on |
Properties
- A symmetric and transitive relation is always quasireflexive.
- One way to count the symmetric relations on n elements, that in their binary matrix representation the upper right triangle determines the relation fully, and it can be arbitrary given, thus there are as many symmetric relations as binary upper triangle matrices, 2n/2.