Skip to main content
Back to Sets, Relations & Functions
JEE Main 2021
Sets, Relations & Functions
Sets and Relations
Medium

Question

Let WW denote the words in the English dictionary. Define the relation RR by R={(x,y)W×WR=\{(x, y) \in W \times W \mid the words xx and yy have at least one letter in common}. Then, RR is

Options

Solution

Key Concepts and Formulas

  • Reflexive Relation: A relation RR on a set AA is reflexive if for every element xAx \in A, (x,x)R(x, x) \in R.
  • Symmetric Relation: A relation RR on a set AA is symmetric if for every x,yAx, y \in A, if (x,y)R(x, y) \in R, then (y,x)R(y, x) \in R.
  • Transitive Relation: A relation RR on a set AA is transitive if for every x,y,zAx, y, z \in A, if (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, then (x,z)R(x, z) \in R.

Step-by-Step Solution

Step 1: Understanding the Problem and the Relation We are given a set WW, which represents all words in the English dictionary. A relation RR is defined on W×WW \times W such that (x,y)R(x, y) \in R if and only if the words xx and yy have at least one letter in common. We need to determine if this relation RR is reflexive, symmetric, and transitive.

Step 2: Checking for Reflexivity

  • Objective: To determine if for every word xWx \in W, the pair (x,x)(x, x) is in RR.
  • Condition for (x,x)R(x, x) \in R: According to the definition of RR, (x,x)R(x, x) \in R if word xx has at least one letter in common with itself.
  • Reasoning: Consider any word xx from the English dictionary. A word is composed of letters. Any word xx will inherently share all its letters with itself. For instance, the word "hello" shares the letters 'h', 'e', 'l', 'l', 'o' with itself. Since a word always has at least one letter (in fact, many), it will always have at least one letter in common with itself.
  • Conclusion: Therefore, for every xWx \in W, (x,x)R(x, x) \in R. The relation RR is reflexive.

Step 3: Checking for Symmetry

  • Objective: To determine if for any two words x,yWx, y \in W, if (x,y)R(x, y) \in R, then (y,x)R(y, x) \in R.
  • Condition for (x,y)R(x, y) \in R: This means word xx and word yy share at least one common letter.
  • Reasoning: Suppose (x,y)R(x, y) \in R. This implies there exists a letter, say 'L', which is present in word xx and also present in word yy. If 'L' is in xx and 'L' is in yy, then it is also true that 'L' is in yy and 'L' is in xx. The property of sharing a letter is mutual. If word xx has a letter in common with word yy, then word yy must also have that same letter in common with word xx.
  • Conclusion: Therefore, if (x,y)R(x, y) \in R, then (y,x)R(y, x) \in R. The relation RR is symmetric.

Step 4: Checking for Transitivity

  • Objective: To determine if for any three words x,y,zWx, y, z \in W, if (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, then (x,z)R(x, z) \in R.

  • Condition for (x,y)R(x, y) \in R and (y,z)R(y, z) \in R: This means word xx shares at least one letter with word yy, and word yy shares at least one letter with word zz.

  • Reasoning: To check for transitivity, we need to see if the shared letter property "propagates" from xx to yy and then from yy to zz, necessarily implying a shared letter between xx and zz. We can test this with a counterexample.

    • Let x=’cat’x = \text{'cat'}. The letters in xx are {c,a,t}\{c, a, t\}.
    • Let y=’bat’y = \text{'bat'}. The letters in yy are {b,a,t}\{b, a, t\}.
    • Let z=’bee’z = \text{'bee'}. The letters in zz are {b,e}\{b, e\}.

    Now, let's check the conditions:

    1. Is (x,y)R(x, y) \in R? Do 'cat' and 'bat' have at least one letter in common? Yes, they share 'a' and 't'. So, (x,y)R(x, y) \in R.
    2. Is (y,z)R(y, z) \in R? Do 'bat' and 'bee' have at least one letter in common? Yes, they share 'b'. So, (y,z)R(y, z) \in R.

    Now, we must check if (x,z)R(x, z) \in R necessarily follows. Do 'cat' and 'bee' have at least one letter in common?

    • Letters in 'cat': {c,a,t}\{c, a, t\}.
    • Letters in 'bee': {b,e}\{b, e\}. The intersection of these sets is empty: {c,a,t}{b,e}=\{c, a, t\} \cap \{b, e\} = \emptyset. Therefore, 'cat' and 'bee' do not share any letters. This means (x,z)R(x, z) \notin R.

    Since we found a specific instance where (x,y)R(x, y) \in R and (y,z)R(y, z) \in R, but (x,z)R(x, z) \notin R, the relation RR is not transitive.

  • Conclusion: The relation RR is not transitive.

Common Mistakes & Tips

  • Transitivity Counterexamples: When checking for transitivity, always try to construct a scenario where the first two conditions hold but the third (the consequence) does not. This is often the most challenging property to prove or disprove.
  • Word Properties: Remember that words are sets of letters. The order of letters or repetition of letters within a word does not affect whether they share a common letter for the purpose of this relation. For example, 'apple' and 'apply' share 'a', 'p', 'l'.
  • Intersection of Sets: For transitivity, consider the sets of letters of the words. If L(x)L(x) is the set of letters in word xx, then (x,y)R(x,y) \in R if L(x)L(y)L(x) \cap L(y) \neq \emptyset. Transitivity requires that if L(x)L(y)L(x) \cap L(y) \neq \emptyset and L(y)L(z)L(y) \cap L(z) \neq \emptyset, then L(x)L(z)L(x) \cap L(z) \neq \emptyset. Our counterexample shows this is not always true.

Summary We analyzed the relation RR on the set of English words WW, where (x,y)R(x, y) \in R if words xx and yy share at least one letter. We found that the relation is reflexive because every word shares letters with itself. It is symmetric because if word xx shares a letter with word yy, then word yy shares that same letter with word xx. However, the relation is not transitive, as demonstrated by the counterexample of 'cat', 'bat', and 'bee', where 'cat' shares a letter with 'bat', and 'bat' shares a letter with 'bee', but 'cat' and 'bee' share no letters.

The final answer is A\boxed{A}.

Practice More Sets, Relations & Functions Questions

View All Questions