Definition:Set Intersection
This page is about set intersection in the context of set theory. For other uses, see intersection.
Definition
Let $S$ and $T$ be sets.
The (set) intersection of $S$ and $T$ is written $S \cap T$.
It means the set which consists of all the elements which are contained in both of $S$ and $T$:
- $x \in S \cap T \iff x \in S \land x \in T$
or, more formally:
- $A = S \cap T \iff \forall z: \paren {z \in A \iff z \in S \land z \in T}$
We can write:
- $S \cap T := \set {x: x \in S \land x \in T}$
and can voice it $S$ intersect $T$.
It can be seen that, in this form, $\cap$ is a binary operation which acts on sets.
One often says that two sets intersect if and only if they have non-empty intersection.
Set of Sets
Let $\Bbb S$ be a set of sets.
The intersection of $\Bbb S$ is:
- $\bigcap \Bbb S := \set {x: \forall S \in \Bbb S: x \in S}$
That is, the set of all objects that are elements of all the elements of $\Bbb S$.
Thus:
- $\bigcap \set {S, T} := S \cap T$
Family of Sets
Let $I$ be an indexing set.
Let $\family {S_i}_{i \mathop \in I}$ be a family of sets indexed by $I$.
Then the intersection of $\family {S_i}$ is defined as:
- $\ds \bigcap_{i \mathop \in I} S_i := \set {x: \forall i \in I: x \in S_i}$
Countable Intersection
Let $\mathbb S$ be a set of sets.
Let $\sequence {S_n}_{n \mathop \in \N}$ be a sequence in $\mathbb S$.
Let $S$ be the intersection of $\sequence {S_n}_{n \mathop \in \N}$:
- $\ds S = \bigcap_{n \mathop \in \N} S_n$
Then $S$ is a countable intersection of sets in $\mathbb S$.
Finite Intersection
Let $S = S_1 \cap S_2 \cap \ldots \cap S_n$.
Then:
- $\ds S = \bigcap_{i \mathop \in \N^*_n} S_i := \set {x: \forall i \in \N^*_n: x \in S_i}$
where $\N^*_n = \set {1, 2, 3, \ldots, n}$.
If it is clear from the context that $i \in \N^*_n$, we can also write $\ds \bigcap_{\N^*_n} S_i$.
Illustration by Venn Diagram
The intersection $S \cap T$ of the two sets $S$ and $T$ is illustrated in the following Venn diagram by the red area:
Also known as
The intersection of sets is also known as the product, but this is usually considered old-fashioned nowadays.
Besides, it is used on $\mathsf{Pr} \infty \mathsf{fWiki}$ to mean a different concept.
The term meet can also be seen, but this is usually reserved for meet in order theory.
Some authors use the notation $S \ T$ or $S \cdot T$ for $S \cap T$, but this is non-standard and can be confusing.
Examples
Example: $2$ Arbitrarily Chosen Sets: $1$
Let:
\(\ds S\) | \(=\) | \(\ds \set {a, b, c}\) | ||||||||||||
\(\ds T\) | \(=\) | \(\ds \set {c, e, f, b}\) |
Then:
- $S \cap T = \set {b, c}$
Example: $2$ Arbitrarily Chosen Sets: $2$
Let:
\(\ds A\) | \(=\) | \(\ds \set {1, 2, 3, 4, 5, 6}\) | ||||||||||||
\(\ds B\) | \(=\) | \(\ds \set {1, 4, 5, 6, 7, 8}\) |
Then:
- $A \cap B = \set {1, 4, 5, 6}$
Example: $2$ Arbitrarily Chosen Sets of Complex Numbers: $1$
Let:
\(\ds A\) | \(=\) | \(\ds \set {3, -i, 4, 2 + i, 5}\) | ||||||||||||
\(\ds B\) | \(=\) | \(\ds \set {-i, 0, -1, 2 + i}\) |
Then:
- $A \cap B = \set {-i, 2 + i}$
Example: $2$ Arbitrarily Chosen Sets of Complex Numbers: $2$
Let:
\(\ds A\) | \(=\) | \(\ds \set {3, -i, 4, 2 + i, 5}\) | ||||||||||||
\(\ds C\) | \(=\) | \(\ds \set {-\sqrt 2 i, \dfrac 1 2, 3}\) |
Then:
- $A \cap C = \set 3$
Example: $3$ Arbitrarily Chosen Sets
Let:
\(\ds A_1\) | \(=\) | \(\ds \set {1, 2, 3, 4}\) | ||||||||||||
\(\ds A_2\) | \(=\) | \(\ds \set {1, 2, 5}\) | ||||||||||||
\(\ds A_3\) | \(=\) | \(\ds \set {2, 4, 6, 8, 12}\) |
Then:
- $A_1 \cap A_2 \cap A_3 = \set 2$
Example: $3$ Arbitrarily Chosen Sets of Complex Numbers
Let:
\(\ds A\) | \(=\) | \(\ds \set {3, -i, 4, 2 + i, 5}\) | ||||||||||||
\(\ds B\) | \(=\) | \(\ds \set {-i, 0, -1, 2 + i}\) | ||||||||||||
\(\ds C\) | \(=\) | \(\ds \set {-\sqrt 2 i, \dfrac 1 2, 3}\) |
Then:
- $B \cap C = \O$
and so it follows that:
- $A \cap \paren {B \cap C} = \O$
Example: $4$ Arbitrarily Chosen Sets of Complex Numbers
Let:
\(\ds A\) | \(=\) | \(\ds \set {1, i, -i}\) | ||||||||||||
\(\ds B\) | \(=\) | \(\ds \set {2, 1, -i}\) | ||||||||||||
\(\ds C\) | \(=\) | \(\ds \set {i, -1, 1 + i}\) | ||||||||||||
\(\ds D\) | \(=\) | \(\ds \set {0, -i, 1}\) |
Then:
- $\paren {A \cup C} \cap \paren {B \cup D} = \set {1, -i}$
Example: Blue-Eyed British People
Let:
\(\ds B\) | \(=\) | \(\ds \set {\text {British people} }\) | ||||||||||||
\(\ds C\) | \(=\) | \(\ds \set {\text {Blue-eyed people} }\) |
Then:
- $B \cap C = \set {\text {Blue-eyed British people} }$
Example: Overlapping Integer Sets
Let:
\(\ds A\) | \(=\) | \(\ds \set {x \in \Z: 2 \le x}\) | ||||||||||||
\(\ds B\) | \(=\) | \(\ds \set {x \in \Z: x \le 5}\) |
Then:
- $A \cap B = \set {2, 3, 4, 5}$
and so is finite.
Also see
- Definition:Set Union, a related operation.
- Intersection of Singleton, where it is shown that $\Bbb S = \set S \implies \bigcap \Bbb S = S$
- Intersection of Empty Set, where it is shown (paradoxically) that $\Bbb S = \set \O \implies \bigcap \Bbb S = \Bbb U$
- Results about set intersections can be found here.
Internationalization
Intersection is translated:
In German: | durchschnitt | (literally: (act of) cutting) | ||
In Dutch: | doorsnede |
Historical Note
The concept of set intersection, or logical multiplication, was stated by Leibniz in his initial conception of symbolic logic.
The symbol $\cap$, informally known as cap, was first used by Hermann Günter Grassmann in Die Ausdehnungslehre from $1844$.
However, he was using it as a general operation symbol, not specialized for set intersection.
It was Giuseppe Peano who took this symbol and used it for intersection, in his $1888$ work Calcolo geometrico secondo l'Ausdehnungslehre di H. Grassmann.
Peano also created the large symbol $\bigcap$ for general intersection of more than two sets.
This appeared in his Formulario Mathematico, 5th ed. of $1908$.
Sources
- 1951: Nathan Jacobson: Lectures in Abstract Algebra: Volume $\text { I }$: Basic Concepts ... (previous) ... (next): Introduction $\S 1$: Operations on Sets
- 1955: John L. Kelley: General Topology ... (previous) ... (next): Chapter $0$: Subsets and Complements; Union and Intersection
- 1959: E.M. Patterson: Topology (2nd ed.) ... (previous) ... (next): Chapter $\text {II}$: Topological Spaces: $\S 8$. Notations and definitions of set theory
- 1960: Paul R. Halmos: Naive Set Theory ... (previous) ... (next): $\S 4$: Unions and Intersections
- 1961: John G. Hocking and Gail S. Young: Topology ... (previous) ... (next): A Note on Set-Theoretic Concepts
- 1964: W.E. Deskins: Abstract Algebra ... (previous) ... (next): $\S 1.1$: Definition $1.2$
- 1964: Steven A. Gaal: Point Set Topology ... (previous) ... (next): Introduction to Set Theory: $1$. Elementary Operations on Sets
- 1964: William K. Smith: Limits and Continuity ... (previous) ... (next): $\S 2.1$: Sets
- 1965: A.M. Arthurs: Probability Theory ... (previous) ... (next): Chapter $1$: Set Theory: $1.3$: Set operations
- 1965: Claude Berge and A. Ghouila-Houri: Programming, Games and Transportation Networks ... (previous) ... (next): $1$. Preliminary ideas; sets, vector spaces: $1.1$. Sets
- 1965: J.A. Green: Sets and Groups ... (previous) ... (next): $\S 1.3$. Intersection
- 1965: Seth Warner: Modern Algebra ... (previous) ... (next): Chapter $\text I$: Algebraic Structures: $\S 3$: Unions and Intersections of Sets
- 1966: Richard A. Dean: Elements of Abstract Algebra ... (previous) ... (next): $\S 0.2$. Sets
- 1967: George McCarty: Topology: An Introduction with Application to Topological Groups ... (previous) ... (next): Introduction: Set-Theoretic Notation
- 1968: A.N. Kolmogorov and S.V. Fomin: Introductory Real Analysis ... (previous) ... (next): $1$ Set Theory: $1$. Sets and Functions: $1.2$: Operations on sets
- 1968: Ian D. Macdonald: The Theory of Groups ... (previous) ... (next): Appendix: Elementary set and number theory
- 1969: C.R.J. Clapham: Introduction to Abstract Algebra ... (previous) ... (next): Chapter $1$: Integral Domains: $\S 2$. Operations: Example $2$
- 1970: Avner Friedman: Foundations of Modern Analysis ... (previous) ... (next): $\S 1.1$: Rings and Algebras
- 1970: B. Hartley and T.O. Hawkes: Rings, Modules and Linear Algebra ... (previous) ... (next): Chapter $1$: Rings - Definitions and Examples: $2$: Some examples of rings: Ring Example $6$
- 1971: George E. Andrews: Number Theory ... (previous) ... (next): $\text {2-2}$ Divisibility: Exercise $10$
- 1971: Allan Clark: Elements of Abstract Algebra ... (previous) ... (next): Chapter $1$: The Notation and Terminology of Set Theory: $\S 5$
- 1971: Robert H. Kasriel: Undergraduate Topology ... (previous) ... (next): $\S 1.4$: Union and Intersection of Sets: Definition $4.2$
- 1971: Gaisi Takeuti and Wilson M. Zaring: Introduction to Axiomatic Set Theory: $\S 5.6$
- 1972: A.G. Howson: A Handbook of Terms used in Algebra and Analysis ... (previous) ... (next): $\S 2$: Sets and functions: Sets
- 1975: T.S. Blyth: Set Theory and Abstract Algebra ... (previous) ... (next): $\S 1$. Sets; inclusion; intersection; union; complementation; number systems
- 1975: Bert Mendelson: Introduction to Topology (3rd ed.) ... (previous) ... (next): Chapter $1$: Theory of Sets: $\S 3$: Set Operations: Union, Intersection and Complement
- 1975: W.A. Sutherland: Introduction to Metric and Topological Spaces ... (previous) ... (next): Notation and Terminology
- 1977: Gary Chartrand: Introductory Graph Theory ... (previous) ... (next): Appendix $\text{A}.1$: Sets and Subsets
- 1978: Thomas A. Whitelaw: An Introduction to Abstract Algebra ... (previous) ... (next): $\S 7$: Unions and Intersections
- 1979: John E. Hopcroft and Jeffrey D. Ullman: Introduction to Automata Theory, Languages, and Computation ... (previous) ... (next): Chapter $1$: Preliminaries: $1.4$ Set Notation: Operations on Sets $2)$
- 1981: Murray R. Spiegel: Theory and Problems of Complex Variables (SI ed.) ... (previous) ... (next): $1$: Complex Numbers: Point Sets: $12.$
- 1982: P.M. Cohn: Algebra Volume 1 (2nd ed.) ... (previous) ... (next): Chapter $1$: Sets and mappings: $\S 1.2$: Sets
- 1986: Geoffrey Grimmett and Dominic Welsh: Probability: An Introduction ... (previous) ... (next): $1$: Events and probabilities: $1.2$: Outcomes and events
- 1991: Richard S. Millman and George D. Parker: Geometry: A Metric Approach with Models (2nd ed.) ... (previous) ... (next): $\S 1.2$: Sets and Equivalence Relations
- 1993: Keith Devlin: The Joy of Sets: Fundamentals of Contemporary Set Theory (2nd ed.) ... (previous) ... (next): $\S 1$: Naive Set Theory: $\S 1.2$: Operations on Sets
- 1993: Keith Devlin: The Joy of Sets: Fundamentals of Contemporary Set Theory (2nd ed.) ... (previous) ... (next): $\S 1$: Naive Set Theory: $\S 1.3$: Notation for Sets: Exercise $1.3.1 \ \text{(ii)}$
- 1996: H. Jerome Keisler and Joel Robbin: Mathematical Logic and Computability ... (previous) ... (next): Appendix $\text A$: Sets and Functions: $\text{A}.2$: Boolean Operations
- 1998: David Nelson: The Penguin Dictionary of Mathematics (2nd ed.) ... (previous) ... (next): intersection: 1. (meet, product)
- 2000: James R. Munkres: Topology (2nd ed.) ... (previous) ... (next): $1$: Set Theory and Logic: $\S 1$: Fundamental Concepts
- 2002: Thomas Jech: Set Theory (3rd ed.) ... (previous) ... (next): Chapter $1$: Separation Schema
- 2005: René L. Schilling: Measures, Integrals and Martingales ... (previous) ... (next): $\S 2$
- 2008: Paul Halmos and Steven Givant: Introduction to Boolean Algebras ... (previous) ... (next): Appendix $\text{A}$: Set Theory: Operations on Sets
- 2008: David Joyner: Adventures in Group Theory (2nd ed.) ... (previous) ... (next): Chapter $1$: Elementary, my dear Watson: $\S 1.2$: Elements, my dear Watson
- 2008: David Nelson: The Penguin Dictionary of Mathematics (4th ed.) ... (previous) ... (next): intersection: 1. (meet, product)
- 2011: Robert G. Bartle and Donald R. Sherbert: Introduction to Real Analysis (4th ed.) ... (previous) ... (next): $\S 1.1$: Sets and Functions
- 2012: M. Ben-Ari: Mathematical Logic for Computer Science (3rd ed.) ... (previous) ... (next): Appendix $\text{A}.2$: Definition $\text{A}.8$
- 2014: Christopher Clapham and James Nicholson: The Concise Oxford Dictionary of Mathematics (5th ed.) ... (previous) ... (next): intersection