ART

In mathematics, a set is a well-defined collection of distinct objects, considered as an object in its own right.[1][2] The arrangement of the objects in the set does not matter. A set may be denoted by placing its objects between a pair of curly braces. For example, the numbers 2, 4, and 6 are distinct objects when considered separately; when considered collectively, they form a single set of size three, written as {2, 4, 6}, which could also be written as {2, 6, 4}, {4, 2, 6}, {4, 6, 2}, {6, 2, 4} or {6, 4, 2}.[3] Sets can also be denoted using capital roman letters in italic such as A {\displaystyle A} A, B {\displaystyle B} B, C {\displaystyle C} C.[4][5]

The concept of a set is one of the most fundamental in mathematics.[6] Developed at the end of the 19th century,[7] the theory of sets is now a ubiquitous part of mathematics, and can be used as a foundation from which nearly all of mathematics can be derived.[6]

Etymology

The German word Menge, rendered as "set" in English, was coined by Bernard Bolzano in his work The Paradoxes of the Infinite.[8][9][10]
Definition
Passage with a translation of the original set definition of Georg Cantor. The German word Menge for set is translated with aggregate here.

A set is a well-defined collection of distinct objects.[1][2] The objects that make up a set (also known as the set's elements or members)[11] can be anything: numbers, people, letters of the alphabet, other sets, and so on.[12] Georg Cantor, one of the founders of set theory, gave the following definition of a set at the beginning of his Beiträge zur Begründung der transfiniten Mengenlehre:[13]

A set is a gathering together into a whole of definite, distinct objects of our perception [Anschauung] or of our thought—which are called elements of the set.

Sets are conventionally denoted with capital letters.[14][15][4] Sets A and B are equal if and only if they have precisely the same elements.[16]

For technical reasons, Cantor's definition turned out to be inadequate; today, in contexts where more rigor is required, one can use axiomatic set theory, in which the notion of a "set" is taken as a primitive notion, and the properties of sets are defined by a collection of axioms.[17] The most basic properties are that a set can have elements, and that two sets are equal (one and the same) if and only if every element of each set is an element of the other; this property is called the extensionality of sets.[18]

Set notation
Main article: Set notation

There are two common ways of describing or specifying the members of a set: roster notation and set builder notation.[19][20] These are examples of extensional and intensional definitions of sets, respectively.[21]

Roster notation

The Roster notation (or enumeration notation) method of defining a set consist of listing each member of the set.[19][22][23] More specifically, in roster notation (an example of extensional definition),[21] the set is denoted by enclosing the list of members in curly brackets:

A = {4, 2, 1, 3}
B = {blue, white, red}.

For sets with many elements, the enumeration of members can be abbreviated.[24][25] For instance, the set of the first thousand positive integers may be specified in roster notation as

{1, 2, 3, ..., 1000},

where the ellipsis ("...") indicates that the list continues in according to the demonstrated pattern.[24]

In roster notation, listing a member repeatedly does not change the set, for example, the set {11, 6, 6} is identical to the set {11, 6}.[26][failed verification] Moreover, the order in which the elements of a set are listed is irrelevant (unlike for a sequence or tuple), so {6, 11} is yet again the same set.[26][5]
Set-builder notation
Main article: Set-builder notation

In set-builder notation, the set is specified as a selection from a larger set, determined by a condition involving the elements.[27][28] For example, a set F can be specified as follows:

F = { n ∣ n is an integer, and 0 ≤ n ≤ 19 } . {\displaystyle F=\{n\mid n{\text{ is an integer, and }}0\leq n\leq 19\}.} {\displaystyle F=\{n\mid n{\text{ is an integer, and }}0\leq n\leq 19\}.}

In this notation, the vertical bar ("|") means "such that", and the description can be interpreted as "F is the set of all numbers n, such that n is an integer in the range from 0 to 19 inclusive". Sometimes, the colon (":") is used instead of the vertical bar.[29]

Set-builder notation is an example of intensional definition.[21]
Other ways of defining sets

Another method of defining a set is by using a rule or semantic description:[30]

A is the set whose members are the first four positive integers.
B is the set of colors of the French flag.

This is another example of intensional definition.[21]
Membership
Main article: Element (mathematics)

If B is a set and x is one of the objects of B, this is denoted as x ∈ B, and is read as "x is an element of B", as "x belongs to B", or "x is in B".[31] If y is not a member of B then this is written as y ∉ B, read as "y is not an element of B", or "y is not in B".[32][4][33]

For example, with respect to the sets A = {1, 2, 3, 4}, B = {blue, white, red}, and F = {n | n is an integer, and 0 ≤ n ≤ 19},

4 ∈ A and 12 ∈ F; and
20 ∉ F and green ∉ B.

Subsets
Main article: Subset

If every element of set A is also in B, then A is said to be a subset of B, written A ⊆ B (pronounced A is contained in B).[34] Equivalently, one can write B ⊇ A, read as B is a superset of A, B includes A, or B contains A.[35][4] The relationship between sets established by ⊆ is called inclusion or containment. Two sets are equal if they contain each other: A ⊆ B and B ⊆ A is equivalent to A = B.[27]

If A is a subset of B, but not equal to B, then A is called a proper subset of B, written A ⊊ B, or simply A ⊂ B[34] (A is a proper subset of B), or B ⊋ A (B is a proper superset of A, B ⊃ A).[4]

The expressions A ⊂ B and B ⊃ A are used differently by different authors; some authors use them to mean the same as A ⊆ B[36][32] (respectively B ⊇ A), whereas others use them to mean the same as A ⊊ B[34] (respectively B ⊋ A).
A is a subset of B

Examples:

The set of all humans is a proper subset of the set of all mammals.
{1, 3} ⊆ {1, 2, 3, 4}.
{1, 2, 3, 4} ⊆ {1, 2, 3, 4}.

There is a unique set with no members,[37] called the empty set (or the null set), which is denoted by the symbol ∅ or {} (other notations are used; see empty set).[4] The empty set is a subset of every set,[38] and every set is a subset of itself:[39]

∅ ⊆ A.
A ⊆ A.

Partitions
Main article: Partition of a set

A partition of a set S is a set of nonempty subsets of S, such that every element x in S is in exactly one of these subsets. That is, the subsets are pairwise disjoint (meaning any two sets of the partition contain no element in common), and the union of all the subsets of the partition is S.[40][41]
Power sets
Main article: Power set

The power set of a set S is the set of all subsets of S.[27] The power set contains S itself and the empty set because these are both subsets of S. For example, the power set of the set {1, 2, 3} is {{1, 2, 3}, {1, 2}, {1, 3}, {2, 3}, {1}, {2}, {3}, ∅}. The power set of a set S is usually written as P(S).[27][42][4][5]

The power set of a finite set with n elements has 2n elements.[43] For example, the set {1, 2, 3} contains three elements, and the power set shown above contains 23 = 8 elements.

The power set of an infinite (either countable or uncountable) set is always uncountable. Moreover, the power set of a set is always strictly "bigger" than the original set, in the sense that there is no way to pair every element of S with exactly one element of P(S). (There is never an onto map or surjection from S onto P(S).)[44]
Cardinality
Main article: Cardinality

The cardinality of a set S, denoted |S|, is the number of members of S.[45] For example, if B = {blue, white, red}, then |B| = 3. Repeated members in roster notation are not counted,[46][47] so |{blue, white, red, blue, white}| = 3, too.

The cardinality of the empty set is zero.[48]

Some sets have infinite cardinality. The set N of natural numbers, for instance, is infinite.[27] Some infinite cardinalities are greater than others. For instance, the set of real numbers has greater cardinality than the set of natural numbers.[49] However, it can be shown that the cardinality of a straight line (i.e., the number of points on a line) is the same as the cardinality of any segment of that line, of the entire plane, and indeed of any finite-dimensional Euclidean space.[50]
Special sets
The natural numbers ℕ are contained in the integers ℤ, which are contained in the rational numbers ℚ, which are contained in the real numbers ℝ, which are contained in the complex numbers ℂ

There are some sets or kinds of sets that hold great mathematical importance, and are referred to with such regularity that they have acquired special names—and notational conventions to identify them. One of these is the empty set, denoted { } or ∅.[51][4] A set with exactly one element, x, is a unit set, or singleton, {x};[16] the latter is usually distinct from x.[52]

Many of these sets are represented using bold (e.g. P) or blackboard bold (e.g. ℙ) typeface.[53] These include:[4]

P or ℙ, denoting the set of all primes: P = {2, 3, 5, 7, 11, 13, 17, ...}.[54]
N or ℕ, denoting the set of all natural numbers: N = {0, 1, 2, 3, ...} (sometimes defined excluding 0).[53]
Z or ℤ, denoting the set of all integers (whether positive, negative or zero): Z = {..., −2, −1, 0, 1, 2, ...}.[53]
Q or ℚ, denoting the set of all rational numbers (that is, the set of all proper and improper fractions): Q = {a/b | a, b ∈ Z, b ≠ 0}. For example, 1/4 ∈ Q and 11/6 ∈ Q. All integers are in this set since every integer a can be expressed as the fraction a/1 (Z ⊊ Q).[53]
R or ℝ, denoting the set of all real numbers. This set includes all rational numbers, together with all irrational numbers (that is, algebraic numbers that cannot be rewritten as fractions such as √2, as well as transcendental numbers such as π, e).[53]
C or ℂ, denoting the set of all complex numbers: C = {a + bi | a, b ∈ R}. For example, 1 + 2i ∈ C.[53]
H or ℍ, denoting the set of all quaternions: H = {a + bi + cj + dk | a, b, c, d ∈ R}. For example, 1 + i + 2j − k ∈ H.[55]

Further information: Blackboard_bold § Usage

Each of the above sets of numbers has an infinite number of elements, and each can be considered to be a proper subset of the sets listed below it. The primes are used less frequently than the others outside of number theory and related fields.

Positive and negative sets are sometimes denoted by superscript plus and minus signs, respectively. For example, ℚ+ represents the set of positive rational numbers.
Basic operations
Main article: Algebra of sets

There are several fundamental operations for constructing new sets from given sets.
Unions
The union of A and B, denoted A ∪ B
Main article: Union (set theory)

Two sets can be "added" together. The union of A and B, denoted by A ∪ B,[4] is the set of all things that are members of either A or B.

Examples:

{1, 2} ∪ {1, 2} = {1, 2}.
{1, 2} ∪ {2, 3} = {1, 2, 3}.
{1, 2, 3} ∪ {3, 4, 5} = {1, 2, 3, 4, 5}

Some basic properties of unions:

A ∪ B = B ∪ A.
A ∪ (B ∪ C) = (A ∪ B) ∪ C.
A ⊆ (A ∪ B).
A ∪ A = A.
A ∪ ∅ = A.
A ⊆ B if and only if A ∪ B = B.

Intersections
Main article: Intersection (set theory)

A new set can also be constructed by determining which members two sets have "in common". The intersection of A and B, denoted by A ∩ B,[4] is the set of all things that are members of both A and B. If A ∩ B = ∅, then A and B are said to be disjoint.
The intersection of A and B, denoted A ∩ B.

Examples:

{1, 2} ∩ {1, 2} = {1, 2}.
{1, 2} ∩ {2, 3} = {2}.
{1, 2} ∩ {3, 4} = ∅.

Some basic properties of intersections:

A ∩ B = B ∩ A.
A ∩ (B ∩ C) = (A ∩ B) ∩ C.
A ∩ B ⊆ A.
A ∩ A = A.
A ∩ ∅ = ∅.
A ⊆ B if and only if A ∩ B = A.

Complements
The relative complement
of B in A
The complement of A in U
The symmetric difference of A and B
Main article: Complement (set theory)

Two sets can also be "subtracted". The relative complement of B in A (also called the set-theoretic difference of A and B), denoted by A \ B (or A − B),[4] is the set of all elements that are members of A, but not members of B. It is valid to "subtract" members of a set that are not in the set, such as removing the element green from the set {1, 2, 3}; doing so will not affect the elements in the set.

In certain settings, all sets under discussion are considered to be subsets of a given universal set U. In such cases, U \ A is called the absolute complement or simply complement of A, and is denoted by A′ or Ac.[4]

A′ = U \ A

Examples:

{1, 2} \ {1, 2} = ∅.
{1, 2, 3, 4} \ {1, 3} = {2, 4}.
If U is the set of integers, E is the set of even integers, and O is the set of odd integers, then U \ E = E′ = O.

Some basic properties of complements include the following:

A \ B ≠ B \ A for A ≠ B.
A ∪ A′ = U.
A ∩ A′ = ∅.
(A′)′ = A.
∅ \ A = ∅.
A \ ∅ = A.
A \ A = ∅.
A \ U = ∅.
A \ A′ = A and A′ \ A = A′.
U′ = ∅ and ∅′ = U.
A \ B = A ∩ B′.
if A ⊆ B then A \ B = ∅.

An extension of the complement is the symmetric difference, defined for sets A, B as

A Δ B = ( A ∖ B ) ∪ ( B ∖ A ) . {\displaystyle A\,\Delta \,B=(A\setminus B)\cup (B\setminus A).} A\,\Delta \,B=(A\setminus B)\cup (B\setminus A).

For example, the symmetric difference of {7, 8, 9, 10} and {9, 10, 11, 12} is the set {7, 8, 11, 12}. The power set of any set becomes a Boolean ring with symmetric difference as the addition of the ring (with the empty set as neutral element) and intersection as the multiplication of the ring.
Cartesian product
Main article: Cartesian product

A new set can be constructed by associating every element of one set with every element of another set. The Cartesian product of two sets A and B, denoted by A × B,[4] is the set of all ordered pairs (a, b) such that a is a member of A and b is a member of B.

Examples:

{1, 2} × {red, white, green} = {(1, red), (1, white), (1, green), (2, red), (2, white), (2, green)}.
{1, 2} × {1, 2} = {(1, 1), (1, 2), (2, 1), (2, 2)}.
{a, b, c} × {d, e, f} = {(a, d), (a, e), (a, f), (b, d), (b, e), (b, f), (c, d), (c, e), (c, f)}.

Some basic properties of Cartesian products:

A × ∅ = ∅.
A × (B ∪ C) = (A × B) ∪ (A × C).
(A ∪ B) × C = (A × C) ∪ (B × C).

Let A and B be finite sets; then the cardinality of the Cartesian product is the product of the cardinalities:

| A × B | = | B × A | = | A | × | B |.

Applications

Set theory is seen as the foundation from which virtually all of mathematics can be derived. For example, structures in abstract algebra, such as groups, fields and rings, are sets closed under one or more operations.

One of the main applications of naive set theory is in the construction of relations. A relation from a domain A to a codomain B is a subset of the Cartesian product A × B. For example, considering the set S = { rock, paper, scissors } of shapes in the game of the same name, the relation "beats" from S to S is the set B = { (scissors,paper), (paper,rock), (rock,scissors) }; thus x beats y in the game if the pair (x,y) is a member of B. Another example is the set F of all pairs (x, x2), where x is real. This relation is a subset of R' × R, because the set of all squares is subset of the set of all real numbers. Since for every x in R, one and only one pair (x,...) is found in F, it is called a function. In functional notation, this relation can be written as F(x) = x2.
Axiomatic set theory
Main article: Axiomatic set theory

Although initially naive set theory, which defines a set merely as any well-defined collection, was well accepted, it soon ran into several obstacles. It was found that this definition spawned several paradoxes, most notably:

Russell's paradox – It shows that the "set of all sets that do not contain themselves," i.e. the "set" {x|x is a set and x ∉ x} does not exist.
Cantor's paradox – It shows that "the set of all sets" cannot exist.

The reason is that the phrase well-defined is not very well-defined. It was important to free set theory of these paradoxes, because nearly all of mathematics was being redefined in terms of set theory. In an attempt to avoid these paradoxes, set theory was axiomatized based on first-order logic, and thus axiomatic set theory was born.

For most purposes, however, naive set theory is still useful.
Principle of inclusion and exclusion
Main article: Inclusion–exclusion principle
The inclusion-exclusion principle can be used to calculate the size of the union of sets: the size of the union is the size of the two sets, minus the size of their intersection.

The inclusion–exclusion principle is a counting technique that can be used to count the number of elements in a union of two sets—if the size of each set and the size of their intersection are known. It can be expressed symbolically as

| A ∪ B | = | A | + | B | − | A ∩ B | . {\displaystyle |A\cup B|=|A|+|B|-|A\cap B|.} {\displaystyle |A\cup B|=|A|+|B|-|A\cap B|.}

A more general form of the principle can be used to find the cardinality of any finite union of sets:

\( {\displaystyle {\begin{aligned}\left|A_{1}\cup A_{2}\cup A_{3}\cup \ldots \cup A_{n}\right|=&\left(\left|A_{1}\right|+\left|A_{2}\right|+\left|A_{3}\right|+\ldots \left|A_{n}\right|\right)\\&{}-\left(\left|A_{1}\cap A_{2}\right|+\left|A_{1}\cap A_{3}\right|+\ldots \left|A_{n-1}\cap A_{n}\right|\right)\\&{}+\ldots \\&{}+\left(-1\right)^{n-1}\left(\left|A_{1}\cap A_{2}\cap A_{3}\cap \ldots \cap A_{n}\right|\right).\end{aligned}}} \)

De Morgan's laws

Augustus De Morgan stated two laws about sets.

If A and B are any two sets then,

(A ∪ B)′ = A′ ∩ B′

The complement of A union B equals the complement of A intersected with the complement of B.

(A ∩ B)′ = A′ ∪ B′

The complement of A intersected with B is equal to the complement of A union to the complement of B.
See also

Philosophy portal

Algebra of sets
Alternative set theory
Axiomatic set theory
Category of sets
Class (set theory)
Dense set
Family of sets
Fuzzy set
Internal set
Mathematical object
Mereology
Multiset
Naive set theory
Principia Mathematica
Rough set
Russell's paradox
Sequence (mathematics)
Set notation
Taxonomy
Tuple

Notes

P. K. Jain; Khalil Ahmad; Om P. Ahuja (1995). Functional Analysis. New Age International. p. 1. ISBN 978-81-224-0801-0.
Samuel Goldberg (1 January 1986). Probability: An Introduction. Courier Corporation. p. 2. ISBN 978-0-486-65252-8.
D. Van Dalen; H. C. Doets; H. De Swart (9 May 2014). Sets: Naïve, Axiomatic and Applied: A Basic Compendium with Exercises for Use in Set Theory for Non Logicians, Working and Teaching Mathematicians and Students. Elsevier Science. p. 1. ISBN 978-1-4831-5039-0.
"Comprehensive List of Set Theory Symbols". Math Vault. 2020-04-11. Retrieved 2020-08-19.
"Introduction to Sets". www.mathsisfun.com. Retrieved 2020-08-19.
Paul R. Halmos (19 April 2017). Naive Set Theory. Courier Dover Publications. p. 1. ISBN 978-0-486-81487-2.
José Ferreirós (16 August 2007). Labyrinth of Thought: A History of Set Theory and Its Role in Modern Mathematics. Birkhäuser Basel. ISBN 978-3-7643-8349-7.
Steve Russ (9 December 2004). The Mathematical Works of Bernard Bolzano. OUP Oxford. ISBN 978-0-19-151370-1.
William Ewald; William Bragg Ewald (1996). From Kant to Hilbert Volume 1: A Source Book in the Foundations of Mathematics. OUP Oxford. p. 249. ISBN 978-0-19-850535-8.
Paul Rusnock; Jan Sebestík (25 April 2019). Bernard Bolzano: His Life and Work. OUP Oxford. p. 430. ISBN 978-0-19-255683-7.
Thomas H.. Cormen; Thomas H Cormen; Charles E Leiserson; Ronald L Rivest; Clifford Stein (2001). Introduction To Algorithms. MIT Press. p. 1070. ISBN 978-0-262-03293-3.
(Paul Halmos 1960, p. 1)
"Eine Menge, ist die Zusammenfassung bestimmter, wohlunterschiedener Objekte unserer Anschauung oder unseres Denkens – welche Elemente der Menge genannt werden – zu einem Ganzen." "Archived copy". Archived from the original on 2011-06-10. Retrieved 2011-04-22.
Seymor Lipschutz; Marc Lipson (22 June 1997). Schaum's Outline of Discrete Mathematics. McGraw Hill Professional. p. 1. ISBN 978-0-07-136841-4.
(Paul Halmos 1960, p. 1)
Stoll, Robert (1974). Sets, Logic and Axiomatic Theories. W. H. Freeman and Company. pp. 5.
Jose Ferreiros (1 November 2001). Labyrinth of Thought: A History of Set Theory and Its Role in Modern Mathematics. Springer Science & Business Media. ISBN 978-3-7643-5749-8.
(Paul Halmos 1960, p. 2)
Charles Roberts (24 June 2009). Introduction to Mathematical Proofs: A Transition. CRC Press. p. 45. ISBN 978-1-4200-6956-3.
Ignacio Bello; Anton Kaul; Jack R. Britton (29 January 2013). Topics in Contemporary Mathematics. Cengage Learning. p. 47. ISBN 1-133-10742-7.
Frank Ruda (6 October 2011). Hegel's Rabble: An Investigation into Hegel's Philosophy of Right. Bloomsbury Publishing. p. 151. ISBN 978-1-4411-7413-0.
David Johnson; David B. Johnson; Thomas A. Mowry (June 2004). Finite Mathematics: Practical Applications (Docutech Version). W. H. Freeman. p. 220. ISBN 978-0-7167-6297-3.
Susanna S. Epp (4 August 2010). Discrete Mathematics with Applications. Cengage Learning. p. 13. ISBN 0-495-39132-8.
Alfred Basta; Stephan DeLong; Nadine Basta (1 January 2013). Mathematics for Information Technology. Cengage Learning. p. 3. ISBN 1-285-60843-7.
Laura Bracken; Ed Miller (15 February 2013). Elementary Algebra. Cengage Learning. p. 36. ISBN 0-618-95134-2.
Stephen B. Maurer; Anthony Ralston (21 January 2005). Discrete Algorithmic Mathematics. CRC Press. p. 11. ISBN 978-1-4398-6375-6.
John F. Lucas (1990). Introduction to Abstract Mathematics. Rowman & Littlefield. p. 108. ISBN 978-0-912675-73-2.
Weisstein, Eric W. "Set". mathworld.wolfram.com. Retrieved 2020-08-19.
Ralph C. Steinlage (1987). College Algebra. West Publishing Company. ISBN 978-0-314-29531-6.
(Paul Halmos 1960, p. 4)
(Paul Halmos 1960, p. 2)
Marek Capinski; Peter E. Kopp (2004). Measure, Integral and Probability. Springer Science & Business Media. p. 2. ISBN 978-1-85233-781-0.
"Set Symbols". www.mathsisfun.com. Retrieved 2020-08-19.
Felix Hausdorff (2005). Set Theory. American Mathematical Soc. p. 30. ISBN 978-0-8218-3835-8.
Peter Comninos (6 April 2010). Mathematical and Computer Programming Techniques for Computer Graphics. Springer Science & Business Media. p. 7. ISBN 978-1-84628-292-8.
(Paul Halmos 1960, p. 3)
K.T. Leung; Doris Lai-chue Chen (1 July 1992). Elementary Set Theory, Part I/II. Hong Kong University Press. p. 27. ISBN 978-962-209-026-2.
(Paul Halmos 1960, p. 8)
(Paul Halmos 1960, p. 3)
Toufik Mansour (27 July 2012). Combinatorics of Set Partitions. CRC Press. ISBN 978-1-4398-6333-6.
(Paul Halmos 1960, p. 28)
(Paul Halmos 1960, p. 19)
(Paul Halmos 1960, p. 20)
Edward B. Burger; Michael Starbird (18 August 2004). The Heart of Mathematics: An invitation to effective thinking. Springer Science & Business Media. p. 183. ISBN 978-1-931914-41-3.
Yiannis N. Moschovakis (1994). Notes on Set Theory. Springer Science & Business Media. ISBN 978-3-540-94180-4.
Arthur Charles Fleck (2001). Formal Models of Computation: The Ultimate Limits of Computing. World Scientific. p. 3. ISBN 978-981-02-4500-9.
William Johnston (25 September 2015). The Lebesgue Integral for Undergraduates. The Mathematical Association of America. p. 7. ISBN 978-1-939512-07-9.
Karl J. Smith (7 January 2008). Mathematics: Its Power and Utility. Cengage Learning. p. 401. ISBN 0-495-38913-7.
John Stillwell (16 October 2013). The Real Numbers: An Introduction to Set Theory and Analysis. Springer Science & Business Media. ISBN 978-3-319-01577-4.
David Tall (11 April 2006). Advanced Mathematical Thinking. Springer Science & Business Media. p. 211. ISBN 978-0-306-47203-9.
(Paul Halmos 1960, p. 8)
(Paul Halmos 1960, Sect.2) As an analogy, Halmos remarks that box containing a hat is not the same as a hat.
George Tourlakis (13 February 2003). Lectures in Logic and Set Theory: Volume 2, Set Theory. Cambridge University Press. p. 137. ISBN 978-1-139-43943-5.
Abhijit Das (19 April 2016). Computational Number Theory. CRC Press. p. 2. ISBN 978-1-4822-0582-4.

D.L. Johnson (6 December 2012). Elements of Logic via Numbers and Sets. Springer Science & Business Media. p. 165. ISBN 978-1-4471-0603-6.

References

Dauben, Joseph W. (1979). Georg Cantor: His Mathematics and Philosophy of the Infinite. Boston: Harvard University Press. ISBN 0-691-02447-2.
Halmos, Paul R. (1960). Naive Set Theory. Princeton, N.J.: Van Nostrand. ISBN 0-387-90092-6.
Stoll, Robert R. (1979). Set Theory and Logic. Mineola, N.Y.: Dover Publications. ISBN 0-486-63829-4.
Velleman, Daniel (2006). How To Prove It: A Structured Approach. Cambridge University Press. ISBN 0-521-67599-5.

External links

Cantor's "Beiträge zur Begründung der transfiniten Mengenlehre" (in German)

Undergraduate Texts in Mathematics

Graduate Texts in Mathematics

Graduate Studies in Mathematics

Mathematics Encyclopedia

World

Index

Hellenica World - Scientific Library

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License