Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Intersection (set theory)


In mathematics, the intersection of two sets A and B is the set that contains all elements of A that also belong to B (or equivalently, all elements of B that also belong to A), but no other elements.

This article uses mathematical symbols.


The intersection of A and B is written "AB". Formally:

x is an element of AB if and only if

For example, the intersection of the sets {1, 2, 3} and {2, 3, 4} is {2, 3}. The number 9 is not contained in the intersection of the set of prime numbers
{2, 3, 5, 7, 11, …} and the set of odd numbers
{1, 3, 5, 7, 9, 11, …}.

If the intersection of two sets A and B is empty, that is they have no elements in common, then they are said to be disjoint, denoted: AB = Ø. For example the sets {1, 2} and {3, 4} are disjoint, written
{1, 2} ∩{3, 4} = Ø.

More generally, one can take the intersection of several sets at once. The intersection of A, B, C, and D, for example, is ABCD = A ∩(B ∩(CD)). Intersection is an associative operation; thus,
A ∩(BC) = (AB) ∩C.

The most general notion is the intersection of an arbitrary nonempty collection of sets. If M is a nonempty set whose elements are themselves sets, then x is an element of the intersection of M if and only if for every element A of M, x is an element of A. In symbols:

This idea subsumes the above paragraphs, in that for example, ABC is the intersection of the collection {A,B,C}. (The case where M is empty can sometimes be made sense of; see nullary intersection.)

The notation for this last concept can vary considerably.

set theorists will sometimes write "M", while others will instead write "AM A".

The latter notation can be generalized to "iI Ai", which refers to the intersection of the collection {Ai : i ∈ I}. Here I is a nonempty set, and Ai is a set for every i in I.

In the case that the index set I is the set of natural numbers, you might see notation analogous to that of an infinite series:

When formatting is difficult, this can also be written "A1 ∩ A2 ∩ A3 ∩ ...", even though strictly speaking, A1 ∩ (A2 ∩ (A3 ∩ ... makes no sense. (This last example, an intersection of countably many sets, is actually very common; for an example see the article on σ-algebras.)

Finally, let us note that whenever the symbol "∩" is placed before other symbols instead of between them, it should be of a larger size. (Eventually this will be available in HTMLHyperText Markup Language (HTML) is a markup language designed for creating web pages, that is, information presented on the World Wide Web. Defined as a simple "application" of SGML, which is used by organizations with complex publishing requirements, HT as the character entity , but until then, try .)



Read more »

Non User