Information about 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.

For explanation of the symbols used in this article, refer to the table of mathematical symbols.

Basic definition

Enlarge picture
The intersection of A and B
The intersection of A and B is written "AB". Formally:
x is an element of AB if and only if
* x is an element of A and
* x is an element of B.
For example:
* The intersection of the sets {1, 2, 3} and {2, 3, 4} is {2, 3}.
* The number 9 is not 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.

Arbitrary intersections

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 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 HTML as the character entity &bigcap;, but until then, try <big>&cap;</big>.)

Nullary intersection

Note that in the previous section we excluded the case where M was the empty set (∅). The reason is as follows. The intersection of the collection M is defined as the set (see set-builder notation)
If M is empty there are no sets A in M, so the question becomes "which x's satisfy the stated condition?" The answer seems to be every possible x. When M is empty the condition given above is an example of a vacuous truth. So the intersection of the empty family should be the "set of everything". The problem is, there is no such set. Assuming such a set exists leads to a famous problem in naive set theory known as Russell's paradox. For this reason the intersection of the empty set is left undefined.

A partial fix for this problem can be found if we agree to restrict our attention to subsets of a fixed set U called the universe. In this case the intersection of a family of subsets of U can be defined as
Now if M is empty there is no problem. The intersection is just the entire universe U, which is a well-defined set by assumption.

Intersection in SQL

ANSI SQL specification calls for INTERSECT and INTERSECT ALL operators, the latter of which allows duplicate items within the returned set. Currently, IBM's DB2 is the only database that implements INTERSECT ALL[1] and most databases include the INTERSECT operator.

See also

Mathematics (colloquially, maths or math) is the body of knowledge centered on such concepts as quantity, structure, space, and change, and also the academic discipline that studies them. Benjamin Peirce called it "the science that draws necessary conclusions".
..... Click the link for more information.
SET may stand for:
  • Sanlih Entertainment Television, a television channel in Taiwan
  • Secure electronic transaction, a protocol used for credit card processing,

..... Click the link for more information.
u × v means the cross product of vectors u and v (1,2,5) × (3,4,−1) =
(−22, 16, − 2)
cross

·
multiplication 3 · 4 means the multiplication of 3 by 4.
..... Click the link for more information.
If and only if, in logic and fields that rely on it such as mathematics and philosophy, is a logical connective between statements which means that the truth of either one of the statements
..... Click the link for more information.
In logic and/or mathematics, logical conjunction or and is a two-place logical operation that results in a value of true if both of its operands are true, otherwise a value of false!

Definition

Logical conjunction
..... Click the link for more information.
In mathematics, a prime number (or a prime) is a natural number which has exactly two distinct natural number divisors: 1 and itself. An infinitude of prime numbers exists, as demonstrated by Euclid in about 300 BC.
..... Click the link for more information.
In mathematics, the parity of an object refers to whether it is even or odd.

The formal definition of an odd number is an integer of the form n=2k +1, where k is an integer. The definition of an even number is n=2k where k is an integer.
..... Click the link for more information.
associativity is a property that a binary operation can have. It means that, within an expression containing two or more of the same associative operators in a row, the order of operations does not matter as long as the sequence of the operands is not changed.
..... Click the link for more information.
empty set is the unique set which contains no elements. In axiomatic set theory it is postulated to exist by the axiom of empty set. The empty set is also sometimes called the null set
..... Click the link for more information.
IFF, Iff or iff can stand for:
  • if and only if, a mathematical and logical connector indicating that either both statements are true or both are false
  • Identification friend or foe, an electronic radio based identification system utilizing transponders

..... Click the link for more information.
In predicate logic, universal quantification is an attempt to formalize the notion that something (a logical predicate) is true for everything, or every relevant thing.
..... Click the link for more information.
Set theory is the mathematical theory of sets, which represent collections of abstract objects. It encompasses the everyday notions, introduced in primary school, often as Venn diagrams, of collections of objects, and the elements of, and membership in, such collections.
..... Click the link for more information.
index set. The indexing consists of a surjective function from J onto A and the indexed collection is typically called an (indexed) family, often written as (Aj)jJ.
..... Click the link for more information.
In mathematics, a natural number can mean either an element of the set (i.e the positive integers or the counting numbers) or an element of the set (i.e. the non-negative integers).
..... Click the link for more information.
In mathematics, a series is often represented as the sum of a sequence of terms. That is, a series is represented as a list of numbers with addition operations between them, for example this arithmetic sequence:

1 + 2 + 3 + 4 + 5 + ... + 99 + 100.

..... Click the link for more information.
In mathematics, a σ-algebra (or sigma-algebra) over a set X is a nonempty collection Σ of subsets of X that is closed under complementation and countable unions of its members.
..... Click the link for more information.
HTML (Hypertext Markup Language)

File extension: .html, .htm
MIME type: text/html
Type code: TEXT
..... Click the link for more information.
In the markup languages SGML, HTML, XHTML and XML, a character entity reference is a reference to a particular kind of named entity that has been predefined or explicitly declared in a Document Type Definition (DTD).
..... Click the link for more information.
empty set is the unique set which contains no elements. In axiomatic set theory it is postulated to exist by the axiom of empty set. The empty set is also sometimes called the null set
..... Click the link for more information.
In set theory and its applications to logic, mathematics, and computer science, set-builder notation (or commonly, "set notation") is a mathematical notation for describing a set by stating the properties that its members must satisfy.
..... Click the link for more information.
This article or section may contain original research or unverified claims.
Please help Wikipedia by adding references. See the for details.
This article has been tagged since September 2007.

..... Click the link for more information.
naive set theory[1] is one. The informal content of this naive set theory supports both the aspects of mathematical sets familiar in discrete mathematics (for example Venn diagrams and symbolic reasoning about their Boolean algebra), and the everyday usage of
..... Click the link for more information.
Part of the foundation of mathematics, Russell's paradox (also known as Russell's antinomy), discovered by Bertrand Russell in 1901, showed that the naive set theory of Frege leads to a contradiction.
..... Click the link for more information.
In Boolean logic, a universal set of operators or logic gates is one that is adequate for the construction of any Boolean function.


In mathematics, and particularly in applications to set theory and the foundations of mathematics, a universe
..... Click the link for more information.
American National Standards Institute or ANSI (IPA pronunciation: [ænsiː]) is a private nonprofit organization that oversees the development of voluntary consensus standards for products, services, processes,
..... Click the link for more information.
SQL
Paradigm: multi-paradigm
Appeared in: 1974
Designed by: Donald D. Chamberlin and Raymond F. Boyce
Developer: IBM
Latest release: SQL:2003/ 2003
Typing discipline: static, strong
Major implementations: Many
SQL
..... Click the link for more information.
In set theory and other branches of mathematics, two kinds of complements are defined, the relative complement and the absolute complement.

Relative complement

If A and B are sets, then the relative complement of A in
..... Click the link for more information.
intersection graph is a graph that represents the pattern of intersections of a family of sets.

Formally, an intersection graph is an undirected graph formed from a family of sets
Si, i = 0, 1, 2, ...

..... Click the link for more information.
In logic and/or mathematics, logical conjunction or and is a two-place logical operation that results in a value of true if both of its operands are true, otherwise a value of false!

Definition

Logical conjunction
..... Click the link for more information.
naive set theory[1] is one. The informal content of this naive set theory supports both the aspects of mathematical sets familiar in discrete mathematics (for example Venn diagrams and symbolic reasoning about their Boolean algebra), and the everyday usage of
..... Click the link for more information.


This article is copied from an article on Wikipedia.org - the free encyclopedia created and edited by online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of the wikipedia encyclopedia articles provide accurate and timely information please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.
Herod_Archelaus


page counter