Difference between revisions of "Intersection"

m
m (Geometrical definition)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
+
The '''intersection''' of two or more [[set]]s is the set of [[element]]s that are common to all of them.  Thus, the intersection of the sets <math>\{1, 2, 3\}</math> and <math>\{1, 3, 5\}</math> is the set <math>\{1, 3\}</math>. 
 +
 
 +
Intersection is denoted by the symbol <math>\cap</math>, so the preceding example could be written <math>\{1, 2, 3\} \cap \{1, 3, 5\} = \{1, 3\}</math>.  One can also use the symbol for intersection in the way one uses a capital sigma (<math>\Sigma</math>) for sums, i.e. <math>\bigcap_{i = 1}^n A_i = A_1 \cap A_2 \cap \ldots \cap A_n</math> is the intersection of the <math>n</math> sets <math>A_1, A_2, \ldots, A_n</math>.
  
The '''intersection''' of two or more [[set]]s is the set of [[element]]s which are common to all of them.  Thus, the intersection of the sets <math>\{1, 2, 3, 4\}</math> and <math>\{1, 3, 5\}</math> is the set <math>\{1, 3\}</math>.
+
==Properties==
 +
*For any sets <math>A, B</math>, <math>A \cap B \subseteq A</math> and <math>A \cap B \subseteq B</math>.  Thus <math>A \cap B = A</math> if and only if <math>A \subseteq B</math>.
  
 +
==Geometric Definition==
 +
In [[geometry]], a [[line]] may be considered to be a set of [[point]]s with a particular property (the property of being on that line).  Then the intersection of two lines reduces to the set definition of intersection.  This also extends to other curves and surfaces.
  
In [[geometry]], a [[line]] may be considered to be a set of [[point]]s with a particular property (the property of being on that line).  Then the intersection of two lines reduces to the set definition of intersection.
+
Especially in the geometric context, two objects are said to ''intersect'' if their intersection is non-[[empty set | empty]].
  
 
== See also ==
 
== See also ==
 +
* [[Subset]]
 
* [[Union]]
 
* [[Union]]
 +
 +
{{stub}}

Latest revision as of 22:41, 11 April 2019

The intersection of two or more sets is the set of elements that are common to all of them. Thus, the intersection of the sets $\{1, 2, 3\}$ and $\{1, 3, 5\}$ is the set $\{1, 3\}$.

Intersection is denoted by the symbol $\cap$, so the preceding example could be written $\{1, 2, 3\} \cap \{1, 3, 5\} = \{1, 3\}$. One can also use the symbol for intersection in the way one uses a capital sigma ($\Sigma$) for sums, i.e. $\bigcap_{i = 1}^n A_i = A_1 \cap A_2 \cap \ldots \cap A_n$ is the intersection of the $n$ sets $A_1, A_2, \ldots, A_n$.

Properties

  • For any sets $A, B$, $A \cap B \subseteq A$ and $A \cap B \subseteq B$. Thus $A \cap B = A$ if and only if $A \subseteq B$.

Geometric Definition

In geometry, a line may be considered to be a set of points with a particular property (the property of being on that line). Then the intersection of two lines reduces to the set definition of intersection. This also extends to other curves and surfaces.

Especially in the geometric context, two objects are said to intersect if their intersection is non- empty.

See also

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