Lecture Week 9 - Relations
Lecture Week 9 - Relations
or
Change Profile to Silent Mode
RELATIONS
Date-22nd Dec. 2019 By-Aananda Bhattarai
Agenda:
1. Digraphs
2. Matrix Representation
2. Symmetric Relations
3. Transitive Relations
4. Equivalence Relations
5. Anti-symmetric Relations
6. Anti-Reflexive Relations
i.e R = {(1, 2), (3, 2), (3, 1), (4, 3), (4, 2), (4, 1), (5, 4),....}
The relation R = { (1, 2), (2, 1), (2, 3), (2, 2), (3, 2) } on
the set A = {1, 2, 3} is symmetric. Its digraph is as below:
Consequently,
A relation R is symmetric if and only if the matrix of R is
symmetric.
0 1 0
M= 1 1 1
0 1 0
More precisely:
We say a relation R on a set A is transitive if
a R b and b R c a R c
2. A = {1, 2, 3, 4} ,
R = {(1, 3), (1, 2), (2, 2), (3, 1), (4, 2), (3, 4)}
Hence R is not antisymmetric since both (1, 3) R and
(3, 1) R (notice that since (1, 2) R and (2, 1) R, R is
not symmetric either).
Date-22nd Dec. 2019 By-Aananda Bhattarai
Anti – Symmetric Relations (Contd.):
It is easy to interpret "antisymmetry" in both the
digraph and matrix representations of the relation.