Reflexive Relation: R A A, Ara. R A
Reflexive Relation: R A A, Ara. R A
Reflexive Relation: R A A, Ara. R A
Reflexive Relation
A binary relation R is called reflexive if and only if ∀a ∈ A, aRa. So, a relation R is reflexive if it
relates every element of A to itself.
1 The relation ≥ (“is greater than or equal to”) on the set of real numbers.
2 Similarity of triangles.
3 The relation R = {(1, 1) , (1, 2) , (2, 2) , (3, 3) , (3, 1)} on the set A = {1, 2, 3} .
Figure 1.
Reflexive relations are always represented by a matrix that has 1 on the main diagonal. The
digraph of a reflexive relation has a loop from each node to itself.
Irreflexive Relation
A binary relation R on a set A is called irreflexive if aRa does not hold for any a ∈ A. This means
that there is no element in R which is related to itself.
1 The relation < (“is less than”) on the set of real numbers.
https://www.math24.net/properties-relations/#example2 2/12
15/01/2021 Properties of Relations
Figure 2.
The matrix of an irreflexive relation has all 0 s on its main diagonal. The directed graph for the
′
Symmetric Relation
A binary relation R on a set A is called symmetric if for all a, b ∈ A it holds that if aRb then bRa.
In other words, the relative order of the components in an ordered pair does not matter – if a
binary relation contains an (a, b) element, it will also include the symmetric element (b, a) .
Figure 3.
For a symmetric relation, the logical matrix M is symmetric about the main diagonal. The
transpose of the matrix M is always equal to the original matrix M . In a digraph of a symmetric
T
relation, for every edge between distinct nodes, there is an edge in the opposite direction.
Antisymmetric Relation
1 The relation ≥ (“is greater than or equal to”) on the set of real numbers.
2 The subset relation ⊆ on a power set.
3 The relation R = {(1, 1) , (2, 1) , (2, 3) , (3, 1) , (3, 3)} on the set A = {1, 2, 3} .
https://www.math24.net/properties-relations/#example2 3/12
15/01/2021 Properties of Relations
Figure 4.
In a matrix M = [aij ] representing an antisymmetric relation R, all elements symmetric about the
main diagonal are not equal to each other: a ij ≠ aji for i ≠ j. The digraph of an antisymmetric
relation may have loops, however connections between two distinct vertices can only go one way.
Asymmetric Relation
1 The relation > (“is greater than”) on the set of real numbers.
2 The family relation “is father of”.
3 The relation R = {(2, 1) , (2, 3) , (3, 1)} on the set A = {1, 2, 3} .
Figure 5.
The matrix for an asymmetric relation is not symmetric with respect to the main diagonal and
contains no diagonal elements. The digraph of an asymmetric relation must have no loops and no
edges between distinct vertices in both directions.
https://www.math24.net/properties-relations/#example2 4/12
15/01/2021 Properties of Relations
Transitive Relation
A binary relation R on a set A is called transitive if for all a, b, c ∈ A it holds that if aRb and bRc,
then aRc.
This condition must hold for all triples a, b, c in the set. If there exists some triple a, b, c ∈ A such
that (a, b) ∈ R and (b, c) ∈ R, but (a, c) ∉ R, then the relation R is not transitive.
1 The relation > (“is greater than”) on the set of real numbers.
2 The relation “is parallel to” on the set of straight lines.
3 The relation R = {(1, 2) , (1, 3) , (2, 2) , (2, 3) , (3, 3)} on the set A = {1, 2, 3} .
Figure 6.
In a matrix M = [aij ] of a transitive relation R, for each pair of (i, j) − and (j, k) −entries with
value 1 there exists the (i, k) −entry with value 1. The presence of 1 s on the main diagonal does
′
Ads by
Send feedback Why this ad?
Solved Problems
Click or tap a problem to see the solution.
Example 1
https://www.math24.net/properties-relations/#example2 5/12
15/01/2021 Properties of Relations
4 antisymmetric
5 transitive
Example 2
The binary relation
Example 3
Determine the properties of the binary relation R represented by the digraph.
Example 4
Determine the properties of the binary relation T represented by the digraph.
https://www.math24.net/properties-relations/#example2 6/12
15/01/2021 Properties of Relations
Example 5
A relation R is defined on a set A by its matrix M R. Determine the properties of the relation.
1 0 0 1
⎡ ⎤
0 1 1 0
⎢ ⎥
MR = ⎢ ⎥.
⎢0 1 1 0⎥
⎣ ⎦
1 0 0 1
Example 6
A relation S is defined on a set A by its matrix M S. Determine the properties of the relation.
1 1 1 0
⎡ ⎤
0 1 0 1
⎢ ⎥
MS = ⎢ ⎥.
⎢0 0 1 0⎥
⎣ ⎦
1 0 1 0
Example 1.
The binary relation
5 transitive
Solution.
https://www.math24.net/properties-relations/#example2 7/12
15/01/2021 Properties of Relations
1 The relation R is reflexive since it contains all 4 pairs (a, a) , (b, b) , (c, c) , and (d, d) .
2 The relation R is reflexive, so it cannot be irreflexive.
3 R is not symmetric. For example, (a, b) ∈ R, but (b, a) ∉ R.
Example 2.
The binary relation
Solution.
2 The relation S is irreflexive since it does not contain the diagonal elements (a, a) , (b, b) ,
(c, c) , and (d, d) .
3 S is not symmetric. For example, (b, d) ∈ S, but (d, b) ∉ S.
4 The relation S is asymmetric since the reverse of every ordered pair is not an element of S.
5 S is not transitive. For example, (b, d) , (d, a) ∈ S, but (b, a) ∉ S.
Example 3.
Determine the properties of the binary relation R represented by the digraph.
https://www.math24.net/properties-relations/#example2 8/12
15/01/2021 Properties of Relations
Solution.
The relation R is not reflexive since not all set elements have loops on the graph.
R is also not irreflexive because the digraph has self-loops for certain set elements.
The relation is not symmetric since there are edges that only go in one direction.
The relation R is antisymmetric because there are no edges that go in the opposite direction for
each edge.
Example 4.
Determine the properties of the binary relation T represented by the digraph.
Solution.
The relation T is reflexive since all set elements have self-loops on the digraph.
https://www.math24.net/properties-relations/#example2 9/12
15/01/2021 Properties of Relations
T is not symmetric since the graph has edges that only go in one direction.
The relation T is antisymmetric because all edges of the graph only go one way.
T is transitive. The relation contains the overlapping pair of elements (3, 1) (1, 2) , and the item
(3, 2) . For (3, 2) , (2, 4) , there is the item (3, 4) . Similarly, for (3, 4) , (4, 5) , there is element
(3, 5) in the relation.
Example 5.
A relation R is defined on a set A by its matrix M R. Determine the properties of the relation.
1 0 0 1
⎡ ⎤
0 1 1 0
⎢ ⎥
MR = ⎢ ⎥.
⎢0 1 1 0⎥
⎣ ⎦
1 0 0 1
Solution.
The relation R is reflexive since it has 1s on the main diagonal.
The relation R is symmetric because the matrix M coincides with its transpose M
R R
T
:
1 0 0 1
⎡ ⎤
0 1 1 0
T ⎢ ⎥
MR = M = ⎢ ⎥.
R
⎢0 1 1 0⎥
⎣ ⎦
1 0 0 1
The relation R is transitive. The transitivity property is valid for all overlapping pairs:
Example 6.
A relation S is defined on a set A by its matrix M S. Determine the properties of the relation.
https://www.math24.net/properties-relations/#example2 10/12