Difference between revisions of "Disjoint sets"

 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Disjoint set ==
+
Two [[set]]s are said to be '''disjoint''' if they have no [[element]] in common. For example,
Two sets are disjoint if they have no element in common. For example,
+
<math>\{1,2,3,4\}</math> and <math>\{5,6,7,8\}</math> are disjoint sets, while <math>\{1, 2, 3\}</math> and <math>\{2, 4, 6\}</math> are not disjoint.
{1,2,3,4} and {5,6,7,8} are disjoint sets.
+
 
 +
Disjointness can be generalized to several sets in more than one way.  One possibility is the notion of ''pairwise disjoint'': a number of sets are pairwise disjoint if every pair of the sets are disjoint. For example, the three sets <math>\{1, 2\}</math>, <math>\{3, 4\}</math> and <math>\{5, 6\}</math> are pairwise disjoint.  Alternatively, one can ask for the weaker condition that the sets have [[empty set | empty]] [[intersection]].  For instance, the three sets <math>\{1, 2\}</math>, <math>\{1, 3\}</math> and <math>\{2, 4\}</math> have empty intersection but are not pairwise disjoint.
 +
 
 +
{{stub}}

Latest revision as of 13:38, 29 October 2006

Two sets are said to be disjoint if they have no element in common. For example, $\{1,2,3,4\}$ and $\{5,6,7,8\}$ are disjoint sets, while $\{1, 2, 3\}$ and $\{2, 4, 6\}$ are not disjoint.

Disjointness can be generalized to several sets in more than one way. One possibility is the notion of pairwise disjoint: a number of sets are pairwise disjoint if every pair of the sets are disjoint. For example, the three sets $\{1, 2\}$, $\{3, 4\}$ and $\{5, 6\}$ are pairwise disjoint. Alternatively, one can ask for the weaker condition that the sets have empty intersection. For instance, the three sets $\{1, 2\}$, $\{1, 3\}$ and $\{2, 4\}$ have empty intersection but are not pairwise disjoint.

This article is a stub. Help us out by expanding it.