Let R be the binary relation defined on the set N5 0 1 2 3
Let R be the binary relation defined on the set N_5 = {0, 1, 2, 3, 4} by x R y iff y = x + 1. Write R as a set by listing each individual tuple.
Solution
Each tuple for R is given as follows:
Please note that the relation is defined as y=x+1,
so to satisfy the relation the tuples are given as(x, y)=> (0, 1), (1, 2), (2, 3), (3, 4)
