i) Which type of relation is shown in below expression
R1 = { (a,b) | a = b }
The relation is binary. Since for any , this relation is reflexive. If then and hence that is the relation is symmetric. If and then and thus the relation is transitive. Therefore, is equivalence relation.
Comments