Which of the following represent the reflexive transitive closure of

Which of the following represent the reflexive transitive closure of R={x,y | y=x+1 and x,y∈N}

  1. A.

    R={x,y | y>x and x,y∈N}

  2. B.

    R={x,y | y=x+1 or y=x and x,y∈N}

  3. C.

    R={x,y | yx and x,y∈N}

  4. D.

    R={x,y | y ≥ x and x,y∈N}

Attempted by 51 students.

Show answer & explanation

Correct answer: D

Given relation: R = {(x,y) ∈ N×N | y = x + 1}.

Transitive closure (without reflexivity): Applying the relation repeatedly gives pairs of the form y = x + n for any integer n ≥ 1.

  • n = 1: y = x + 1 (original relation)

  • n = 2: y = x + 2 (composition of the relation with itself)

  • In general: y = x + n for all integers n ≥ 1

Reflexive transitive closure: Include the case n = 0 (reflexivity), so y = x + n for n ≥ 0. This condition is equivalent to y ≥ x.

Conclusion: The reflexive transitive closure is {(x,y) ∈ N×N | y ≥ x}.

Explore the full course: Dsssb Tgt Computer Science Paper 2