To find the minimum number of elements required to be added to R to make it a transitive relation, we first determine the elements of the relation R.
Given the relation:
R={(x,y)∈N×N:loge(x+y)≤2}
Since loge(x+y)≤2, exponentiating both sides gives:
x+y≤e2
Knowing that e≈2.718, we have e2≈7.389. Since x,y∈N={1,2,3,…}, x+y must be a positive integer. Therefore, the inequality simplifies to:
x+y≤7
The set of all possible values for x and y is S={1,2,3,4,5,6}.
Now, let's list the elements of R based on the values of x:
- For x=1: y∈{1,2,3,4,5,6}⟹6 pairs
- For x=2: y∈{1,2,3,4,5}⟹5 pairs
- For x=3: y∈{1,2,3,4}⟹4 pairs
- For x=4: y∈{1,2,3}⟹3 pairs
- For x=5: y∈{1,2}⟹2 pairs
- For x=6: y∈{1}⟹1 pair
The total number of elements currently in R is:
∣R∣=6+5+4+3+2+1=21
To make R transitive, let R′ be the transitive closure of R:
- For every x∈S, we have x+1≤7, which means (x,1)∈R.
- For every y∈S, we have 1+y≤7, which means (1,y)∈R.
By the definition of a transitive relation, if (x,1)∈R′ and (1,y)∈R′, then (x,y) must also belong to R′ for every x,y∈S.
Thus, R′ must contain all elements of the Cartesian product S×S:
S×S={1,2,3,4,5,6}×{1,2,3,4,5,6}
The total number of elements in S×S is:
∣S×S∣=6×6=36
Since S×S is a universal relation on S, it is inherently transitive. Hence, the minimal transitive relation containing R is S×S.
Therefore, the minimum number of elements required to be added to R is:
∣S×S∣−∣R∣=36−21=15