![]() |
Disjoint Sets are one of the types of many pair of sets, which are used in Set Theory, other than this other types are equivalent sets, equal sets, etc. Set Theory is the branch of mathematics that deals with the collection of objects and generalized various properties for these collections of objects. In this article, we will learn about Disjoint Sets in detail including their definition, condition, and Venn diagram. We will also learn about how to check disjoint sets and disjointed unions of sets along with the examples. Disjoint sets are used in various fields of mathematics and data structures. Let’s start our learning on the topic of Disjoint Sets. ![]() Table of Content What is Disjoint Set?
For example, A = {1, 2, a} and B = {3, 4, b} then, A ∩ B = ϕ. For this example, A and B are disjoint sets as both do not contain the same element. Disjoint Set DefinitionDisjoint sets are sets that do not contain any common element. The sets which when intersected results in an empty set or null set are called Disjoint Sets. The disjoint sets are also called mutually exclusive sets or independent sets. If P = {a, b} and Q = {c, d} then, P ∩ Q = ϕ as there is no same element in set P and set Q. Thus, P and Q are called disjoint sets. Condition for Disjoint SetsIf A and B are two disjoint sets then, their intersection must be an empty set i.e.,
How to Check if Sets are Disjoint or Not?To check whether the given sets are disjoint or not we follow below steps:
Disjoint Set ExampleExample: Check whether the given sets A = {20, 25, 39} and B = {5, 19} are disjoint or not. Answer:
Disjoint Set Venn DiagramIn set theory, we represent the sets in the form of Venn diagrams. In the Venn diagram for disjoint sets, there is no overlapping of sets as there is no common element present in the sets. Following is the Venn diagram for disjoint sets A and B: Learn more about Venn Diagram. Pairwise Disjoint SetPairwise Disjoint set is the group of subsets. If A is the set of collection of sets. X and Y be the two sets in A. If X and Y are subsets of A, X ≠ Y, and X ∩ Y = ϕ, then X and Y are called pairwise disjoint sets. The pairwise disjoint set is also called a mutually disjoint set. The mathematically pairwise disjoint set is given as:
Disjoint Union of SetUnion is the set operation performed on two sets resulting in a set containing all the elements of two sets. The disjoint union of sets is different from the regular union operation of sets. The disjoint union is a binary operation on two disjoint sets. After performing the disjoint union operation, the resultant set should satisfy the condition for the disjoint set. The disjoint union of a set is also called discriminated union as well. The resultant set after the disjoint union of the set contains the element in ordered pair (p, q) where q defines the index from where element p is selected. For performing the disjoint union of sets, we have to do some changes in the given sets, and these changes and operation is given as follows:
Example: If P = {9, 12} and Q = {5, 13} are disjoint sets then find a disjoint union of sets. Answer:
Are Two Empty Sets Disjoint?According to the definition and condition of the disjoint sets, if the intersection of sets results in an empty set, then the sets are called disjoint sets. When we perform the intersection of two empty sets it results in an empty set i.e., it satisfies the condition for disjoint sets.
Thus, the empty set is a disjoint set of itself. Difference Between Joint and Disjoint Sets
Read, More Solved Examples on Disjoint SetsExample 1: Check whether the given sets A = {p, q} and B = {r, s} are disjoint or not. Answer:
Example 2: Show that the sets P = {20, 40} and Q = {10, 30, 50} are disjoint sets. Answer:
Example 3: Determine whether the given sets X = {12, 39, 48} and Y = {15, 60} are disjoint or not. Answer:
Example 4: If P = {2, 7, 12} and Q = {8, 14} are disjoint sets then find a disjoint union of sets. Answer:
Example 5: Which of the following sets are disjoint? (i) A = {3, 18} and B = {9, 17} (ii) X = {2, 4} and Y = {4, 8} Answer:
FAQs on Disjoint SetsDefine Disjoint Sets.
Write the Condition for Disjoint Sets.
How to find Disjoint Sets?
Can Two Empty Aets be Disjointed?
What are Mutually Disjoint Sets?
Write the Set Representation for the Disjoint Union of a Set.
|
Reffered: https://www.geeksforgeeks.org
Class 11 |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 12 |