Skip to main content
Back to Sets, Relations & Functions
JEE Main 2019
Sets, Relations & Functions
Sets and Relations
Easy

Question

If A,BA, B and CC are three sets such that AB=ACA \cap B=A \cap C and AB=ACA \cup B=A \cup C, then :

Options

Solution

Key Concepts and Formulas

  • Set Equality: Two sets XX and YY are equal (X=YX=Y) if and only if XYX \subseteq Y and YXY \subseteq X. This means every element in XX is in YY, and every element in YY is in XX.
  • Set Decomposition: Any set XX can be decomposed with respect to another set AA using the identity X=(XA)(XAc)X = (X \cap A) \cup (X \cap A^c), where AcA^c is the complement of AA. This partitions XX into two disjoint parts: elements common to XX and AA, and elements in XX but not in AA.
  • Properties of Set Operations: We will use the commutative property of intersection (XY=YXX \cap Y = Y \cap X) and the definition of union and set difference.

Step-by-Step Solution

We are given two conditions for sets A,B,A, B, and CC:

  1. AB=ACA \cap B = A \cap C
  2. AB=ACA \cup B = A \cup C

We need to determine the relationship between BB and CC.

Step 1: Decompose Sets BB and CC using Set AA

To prove that B=CB=C, we will show that their corresponding components, when decomposed with respect to AA, are equal. Using the set decomposition identity, we can write: B=(BA)(BAc)B = (B \cap A) \cup (B \cap A^c) (Equation 1) C=(CA)(CAc)C = (C \cap A) \cup (C \cap A^c) (Equation 2)

Our goal is to prove that BA=CAB \cap A = C \cap A and BAc=CAcB \cap A^c = C \cap A^c.

Step 2: Utilize the First Given Condition (AB=ACA \cap B = A \cap C)

The first given condition directly provides the equality for the first part of our decomposition: AB=ACA \cap B = A \cap C Since set intersection is commutative, we can rewrite this as: BA=CAB \cap A = C \cap A (Result 1) This establishes the equality of the first components.

Step 3: Utilize the Second Given Condition (AB=ACA \cup B = A \cup C) to Prove Equality of the Second Components

Now we need to show that BAc=CAcB \cap A^c = C \cap A^c. This is equivalent to showing BA=CAB \setminus A = C \setminus A. We will prove this by showing mutual inclusion: BACAB \setminus A \subseteq C \setminus A and CABAC \setminus A \subseteq B \setminus A.

  • Part 3a: Prove BACAB \setminus A \subseteq C \setminus A Let xx be an arbitrary element such that xBAx \in B \setminus A. By the definition of set difference, this means xBx \in B and xAx \notin A. Since xBx \in B, it must also be an element of ABA \cup B (because BABB \subseteq A \cup B). We are given that AB=ACA \cup B = A \cup C. Therefore, xACx \in A \cup C. The condition xACx \in A \cup C implies that xAx \in A or xCx \in C. However, we know from our initial assumption that xAx \notin A. Therefore, if xACx \in A \cup C and xAx \notin A, it must be that xCx \in C. So, we have xCx \in C and xAx \notin A. By the definition of set difference, this means xCAx \in C \setminus A. Thus, we have shown that if xBAx \in B \setminus A, then xCAx \in C \setminus A. This implies BACAB \setminus A \subseteq C \setminus A.

  • Part 3b: Prove CABAC \setminus A \subseteq B \setminus A Let yy be an arbitrary element such that yCAy \in C \setminus A. By the definition of set difference, this means yCy \in C and yAy \notin A. Since yCy \in C, it must also be an element of ACA \cup C. We are given that AC=ABA \cup C = A \cup B. Therefore, yABy \in A \cup B. The condition yABy \in A \cup B implies that yAy \in A or yBy \in B. However, we know from our initial assumption that yAy \notin A. Therefore, if yABy \in A \cup B and yAy \notin A, it must be that yBy \in B. So, we have yBy \in B and yAy \notin A. By the definition of set difference, this means yBAy \in B \setminus A. Thus, we have shown that if yCAy \in C \setminus A, then yBAy \in B \setminus A. This implies CABAC \setminus A \subseteq B \setminus A.

Since BACAB \setminus A \subseteq C \setminus A and CABAC \setminus A \subseteq B \setminus A, we can conclude: BA=CAB \setminus A = C \setminus A Using the identity XA=XAcX \setminus A = X \cap A^c, we get: BAc=CAcB \cap A^c = C \cap A^c (Result 2) This establishes the equality of the second components.

Step 4: Combine Results to Conclude Set Equality

We have established the equality of both corresponding components:

  • From Result 1: BA=CAB \cap A = C \cap A
  • From Result 2: BAc=CAcB \cap A^c = C \cap A^c

Substitute these equalities back into the decomposition equations (Equation 1 and Equation 2): B=(BA)(BAc)=(CA)(CAc)B = (B \cap A) \cup (B \cap A^c) = (C \cap A) \cup (C \cap A^c) C=(CA)(CAc)C = (C \cap A) \cup (C \cap A^c)

Since both BB and CC are equal to the same expression (CA)(CAc)(C \cap A) \cup (C \cap A^c), we can conclude that B=CB=C.

Common Mistakes & Tips

  • Cancellation Law for Sets: Do not assume that AB=ACA \cap B = A \cap C implies B=CB=C on its own. Both intersection and union conditions are necessary.
  • Element-wise Proof: For proving set equality or subset relations, starting with an arbitrary element and showing it belongs to the other set is a rigorous and universally applicable method.
  • Decomposition Strategy: Breaking down sets based on another set (AA in this case) into disjoint parts is a powerful technique when dealing with conditions involving intersections and unions with that set.

Summary

By decomposing sets BB and CC into components relative to set AA (namely, elements within AA and elements outside AA), we used the given conditions to prove that the corresponding components of BB and CC are equal. Specifically, AB=ACA \cap B = A \cap C directly gave us BA=CAB \cap A = C \cap A, and the condition AB=ACA \cup B = A \cup C, combined with an element-wise proof, allowed us to show that BA=CAB \setminus A = C \setminus A, which implies BAc=CAcB \cap A^c = C \cap A^c. Since both disjoint components of BB are equal to the corresponding components of CC, we conclude that B=CB=C.

The final answer is B\boxed{B}.

Practice More Sets, Relations & Functions Questions

View All Questions