Information about Countable



In mathematics, a countable set is a set with the same cardinality (i.e., number of elements) as some subset of the set of natural numbers. The term was originated by Georg Cantor; it stems from the fact that the natural numbers are often called counting numbers. A set that is not countable is called uncountable.

Note that countable set is sometimes given an alternate definition: a set with as many elements as the set of natural numbers. The difference between the two definitions is that under the former, finite sets are also considered to be countable, while under the latter definition, they are not considered to be countable. To resolve this ambiguity, the term at most countable is sometimes used for the former notion, and countably infinite for the latter.

Definition

A set S is called countable if there exists an injective function


If f is also surjective, thus making f bijective, then S is called countably infinite or denumerable.

As noted above, this terminology is not universal: some authors define denumerable to mean what is here called "countable"; some define countable to mean what is here called "countably infinite".

The next result offers an alternative definition of a countable set S in terms of a surjective function:

THEOREM: Let S be a set. The following statements are equivalent:
  1. S is countable, i.e. there exists an injective function .
  2. Either S is empty or there exists a surjective function .

Gentle introduction

A set is a collection of elements, and may be described in many ways. One way is simply to list all of its elements; for example, the set consisting of the integers 3, 4, and 5 may be denoted . This is only effective for small sets, however; for larger sets, this would be time-consuming and error-prone. Instead of listing every single element, sometimes ellipsis ('…') is used, if the writer believes that the reader can easily guess what is missing; for example, presumably denotes the set of integers between 1 and 100, inclusive. Even in this case, however, it is still possible to list all the elements, because the set is finite; it has a specific number of elements.

Some sets are infinite; these sets have more than n elements for any integer n. For example, the set of natural numbers, denotable by , has infinitely many elements, and we can't use any normal number to give its size. Nonetheless, it turns out that infinite sets do have a well-defined notion of size (or more properly, of cardinality, which is the technical term for the number of elements in a set), and not all infinite sets have the same cardinality.

To understand what this means, we must first examine what it doesn't mean. For example, there are infinitely many odd integers, infinitely many even integers, and (hence) infinitely many integers overall. However, it turns out that the number of odd integers, which is the same as the number of even integers, is also the same as the number of integers overall. This is because we arrange things such that for every integer, there is a distinct odd integer: … −2 → -3, −1 → −1, 0 → 1, 1 → 3, 2 → 5, …; or, more generally, n → 2n + 1. What we have done here is arranged the integers and the odd integers into a one-to-one correspondence (or bijection), which is a function that maps between two sets such that each element of each set corresponds to a single element in the other set.

However, not all infinite sets have the same cardinality. For example, Georg Cantor (who introduced this branch of mathematics) demonstrated that the real numbers cannot be put into one-to-one correspondence with the natural numbers (non-negative integers), and therefore that the set of real numbers has a greater cardinality than the set of natural numbers.

Mathematicians, somewhat misleadingly, describe a set as countable if: (1) it is finite, or (2) it has the same cardinality as the set of natural numbers. Equivalently, they describe a set as countable if it has the same cardinality of some subset of the set of natural numbers. Otherwise, they describe it as uncountable.

A more formal introduction

It might then seem natural to divide the sets into different classes: put all the sets containing one element together; all the sets containing two elements together; ...; finally, put together all infinite sets and consider them as having the same size. This view is not tenable, however, under the natural definition of size.

To elaborate this we need the concept of a bijection. Do the sets { 1, 2, 3 } and { a, b, c } have the same size?

"Obviously, yes."
"How do you know?"
"Well it's obvious. Look, they've both got 3 elements".
"What's a 3?"


This may seem a strange situation but, although a "bijection" seems a more advanced concept than a "number", the usual development of mathematics in terms of set theory defines functions before numbers, as they are based on much simpler sets. This is where the concept of a bijection comes in: define the correspondence

a ↔ 1, b ↔ 2, c ↔ 3


Since every element of { a, b, c } is paired with precisely one element of { 1, 2, 3 } (and vice versa) this defines a bijection.

We now generalize this situation and define two sets to be of the same size precisely when there is a bijection between them. For all finite sets this gives us the usual definition of "the same size". What does it tell us about the size of infinite sets?

Consider the sets A = { 1, 2, 3, ... }, the set of positive integers and B = { 2, 4, 6, ... }, the set of even positive integers. We claim that, under our definition, these sets have the same size, and that therefore B is countably infinite. Recall that to prove this we need to exhibit a bijection between them. But this is easy: 1 ↔ 2, 2 ↔ 4, 3 ↔ 6, 4 ↔ 8, ...

As in the earlier example, every element of A has been paired off with precisely one element of B, and vice versa. Hence they have the same size. This gives an example of a set which is of the same size as one of its proper subsets, a situation which is impossible for finite sets.

Likewise, the set of all ordered pairs of natural numbers is countably infinite, as can be seen by following a path like the one in the picture:
Enlarge picture
The Cantor pairing function assigns one natural number to each pair of natural numbers
The resulting mapping is like this: 0 ↔ (0,0), 1 ↔ (1,0), 2 ↔ (0,1), 3 ↔ (2,0), 4 ↔ (1,1), 5 ↔ (0,2), 6 ↔ (3,0) … It is evident that this mapping will cover all such ordered pairs.

Interestingly: if you treat each pair as being the numerator and denominator of a vulgar fraction, then for every positive fraction, we can come up with a distinct number corresponding to it. This representation includes also the natural numbers, since every natural number is also a fraction N/1. So we can conclude that there are exactly as many positive rational numbers as there are positive integers. This is true also for all rational numbers, as can be seen below (a more complex presentation is needed to deal with negative numbers).

THEOREM: The Cartesian product of finitely many countable sets is countable.

This form of triangular mapping recursively generalizes to vectors of finitely many natural numbers by repeatedly mapping the first two elements to a natural number. For example, (0,2,3) maps to (5,3) which maps to 41.

Sometimes more than one mapping is useful. This is where you map the set which you want to show countably infinite, onto another set; and then map this other set to the natural numbers. For example, the positive rational numbers can easily be mapped to (a subset of) the pairs of natural numbers because p/q maps to (pq).

What about infinite subsets of countably infinite sets? Do these have fewer elements than N?

THEOREM: Every subset of a countable set is countable. In particular, every infinite subset of a countably infinite set is countably infinite.

For example, the set of prime numbers is countable, by mapping the n-th prime number to n:
  • 2 maps to 1
  • 3 maps to 2
  • 5 maps to 3
  • 7 maps to 4
  • 11 maps to 5
  • 13 maps to 6
  • 17 maps to 7
  • 19 maps to 8
  • 23 maps to 9
  • etc.
What about sets being "larger than" N? An obvious place to look would be Q, the set of all rational numbers, which is "clearly" much bigger than N. But looks can be deceiving, for we assert

THEOREM: Q (the set of all rational numbers) is countable.

Q can be defined as the set of all fractions a/b where a and b are integers and b > 0. This can be mapped onto the subset of ordered triples of natural numbers (a, b, c) such that b > 0, a and b are coprime, and c ∈ {0, 1} such that c = 0 if a/b ≥ 0 and c = 1 otherwise.
  • 0 maps to (0,1,0)
  • 1 maps to (1,1,0)
  • −1 maps to (1,1,1)
  • 1/2 maps to (1,2,0)
  • −1/2 maps to (1,2,1)
  • 2 maps to (2,1,0)
  • −2 maps to (2,1,1)
  • 1/3 maps to (1,3,0)
  • −1/3 maps to (1,3,1)
  • 3 maps to (3,1,0)
  • −3 maps to (3,1,1)
  • 1/4 maps to (1,4,0)
  • −1/4 maps to (1,4,1)
  • 2/3 maps to (2,3,0)
  • −2/3 maps to (2,3,1)
  • 3/2 maps to (3,2,0)
  • −3/2 maps to (3,2,1)
  • 4 maps to (4,1,0)
  • −4 maps to (4,1,1)
  • ...
By a similar development, the set of algebraic numbers is countable, and so is the set of definable numbers.

THEOREM: (Assuming the axiom of countable choice) The union of countably many countable sets is countable.

For example, given countable sets a, b, c ...

Using a variant of the triangular enumeration we saw above:
  • a0 maps to 0
  • a1 maps to 1
  • b0 maps to 2
  • a2 maps to 3
  • b1 maps to 4
  • c0 maps to 5
  • a3 maps to 6
  • b2 maps to 7
  • c1 maps to 8
  • d0 maps to 9
  • a4 maps to 10
  • ...
Note that this only works if the sets a, b, c,... are disjoint. If not, then the union is even smaller and is therefore also countable by a previous theorem.

THEOREM: The set of all finite-length sequences of natural numbers is countable.

This set is the union of the length-1 sequences, the length-2 sequences, the length-3 sequences, each of which is a countable set (finite Cartesian product). So we are talking about a countable union of countable sets, which is countable by the previous theorem.

THEOREM: The set of all finite subsets of the natural numbers is countable.

If you have a finite subset, you can order the elements into a finite sequence. There are only countably many finite sequences, so also there are only countably many finite subsets.

Further theorems about uncountable sets

Remember our example of the Scrabble words. Although we can keep asking for more tiles from the bag, each word we form is finitely long. The number of possible words is the same as the number of natural numbers. If we permit infinitely long words, then the number of possible "words" is greater than this.

In fact, with infinitely long words, the number of words is the same as the number of real numbers.

We noted earlier that there are no more fractions than there are natural numbers. The decimal expansion of a fraction is always a finitely long decimal number followed by a repeating decimal.
  • 0.33333333333 ...
  • 12.648986986986986986 ...
  • 1.75
Let's say we use our decimal point to also indicate the start of the repeater:
  • ..3
  • 12.648.986
  • 1.75.
Then we can express any fraction using a finitely long decimal expansion with repeating bit. It's clear that this is the same situation as with our finitely long scrabble words, and so once again the number of possible fractions is not greater than the number of natural numbers.

The minimal model of set theory is countable

If there is a set which is a standard model (see inner model) of ZFC set theory, then there is a minimal standard model (see Constructible universe). The Löwenheim-Skolem theorem can be used to show that this minimal model is countable. It includes all the algebraic numbers and all effectively computable transcendental numbers, as well as many other kinds of numbers.

Total orders

Countable sets can be totally ordered in various ways, e.g.:
  • well orders (see also ordinal number):
  • the usual order of natural numbers
  • the integers in the order 0, 1, 2, 3, .., -1, -2, -3, ..
  • other:
  • the usual order of integers
  • the usual order of rational numbers

See also

In linguistics, a count noun (also countable noun) is a noun which can be modified by a numeral and occur in both singular and plural form, as well as co-occurring with quantificational determiners like every, each, several, most, etc.
..... Click the link for more information.
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.
In mathematics, the cardinality of a set is a measure of the "number of elements of the set". There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers.
..... Click the link for more information.
cardinal numbers, or cardinals for short, are a generalized kind of number used to denote the size of a set, known as its cardinality. For finite sets the cardinality is given by a natural number, being simply the number of elements in the set.
..... Click the link for more information.
subset of a set B if A is "contained" inside B. Notice that A and B may coincide. The relationship of one set being a subset of another is called inclusion or containment.
..... 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.
Georg Cantor

Born March 3 1845(1845--)
Saint Petersburg, Russia
Died January 6 1918 (aged 74)
Halle, Germany
..... Click the link for more information.
uncountable set is an infinite set which is too big to be countable. The uncountability of a set is closely related to its cardinal number; a set is uncountable if its cardinal number is larger than that of the natural numbers.
..... Click the link for more information.
non-injective function.]] In mathematics, an injective function is a function which associates distinct arguments to distinct values. More precisely, a function f is said to be injective if it maps distinct x in the domain to distinct y
..... Click the link for more information.
non-surjective function.]] In mathematics, a function f is said to be surjective if its values span its whole codomain; that is, for every y in the codomain, there is at least one x in the domain such that f(x) = y .
..... Click the link for more information.
In mathematics, a bijection, or a bijective function is a function f from a set X to a set Y with the property that, for every y in Y, there is exactly one x in X such that
f(x) = y.
..... Click the link for more information.
In set theory, an infinite set is a set that is not a finite set. Infinite sets may be countable or uncountable. Some examples are:
  • the set of all integers, , is a countably infinite set; and
  • the set of all real numbers is an uncountably infinite set.

..... 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.
The integers (from the Latin integer, which means with untouched integrity, whole, entire) are the set of numbers including the whole numbers (0, 1, 2, 3, …) and their negatives (0, −1, −2, −3, …).
..... Click the link for more information.
In mathematics, a bijection, or a bijective function is a function f from a set X to a set Y with the property that, for every y in Y, there is exactly one x in X such that
f(x) = y.
..... Click the link for more information.
function expresses dependence between two quantities, one of which is given (the independent variable, argument of the function, or its "input") and the other produced (the dependent variable, value of the function, or "output").
..... Click the link for more information.
subset of a set B if A is "contained" inside B. Notice that A and B may coincide. The relationship of one set being a subset of another is called inclusion or containment.
..... Click the link for more information.
In mathematics, a bijection, or a bijective function is a function f from a set X to a set Y with the property that, for every y in Y, there is exactly one x in X such that
f(x) = y.
..... Click the link for more information.
The integers (from the Latin integer, which means with untouched integrity, whole, entire) are the set of numbers including the whole numbers (0, 1, 2, 3, …) and their negatives (0, −1, −2, −3, …).
..... Click the link for more information.
In mathematics, an ordered pair is a collection of two not necessarily distinct objects, one of which is distinguished as the first coordinate (or first entry or
..... Click the link for more information.
A numerator is a person who counts, also called a tabulator, or a numeral used to indicate a count. The most common use of the word today is to name the part of a fraction that tells the number or count of equal parts.
..... Click the link for more information.
Denominator is the name for the bottom part of a fraction. It tells you how many equal parts make up a whole, and is also used in the name of the fraction: "halves", "thirds", "quarters", "fifths", "sixths" and so on.
..... Click the link for more information.
In mathematics, the Cartesian product is a direct product of sets. The Cartesian product is named after René Descartes, whose formulation of analytic geometry gave rise to this concept.
..... Click the link for more information.
Mapping may refer to:
  • Cartography, mapmaking
  • Surveying, accurately determining the position of points in 3-D space
  • Photogrammetry, inferring 3-D information from stereo photographs

..... Click the link for more information.
Recursive may refer to:
  • Recursion
  • Recursively enumerable language
  • Recursively enumerable set
  • Recursive filter
  • Recursive function
  • Recursive language
  • Recursive acronym
  • Recursive set
  • Primitive recursive function

..... Click the link for more information.
In mathematics, a vector space (or linear space) is a collection of objects (called vectors) that, informally speaking, may be scaled and added. More formally, a vector space is a set on which two operations, called (vector) addition and (scalar) multiplication, are
..... Click the link for more information.
In mathematics, a rational number is a number which can be expressed as a ratio of two integers. Non-integer rational numbers (commonly called fractions) are usually written as the vulgar fraction , where b is not zero.
..... 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, a rational number is a number which can be expressed as a ratio of two integers. Non-integer rational numbers (commonly called fractions) are usually written as the vulgar fraction , where b is not zero.
..... 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