Jump to content

Cartesian product: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Cartesian square and Cartesian power: Inserted missing multiplicative sign.
Line 69: Line 69:
The ''cartesian power'' of a [[Set (mathematics)|set]] ''X'' can be defined as:
The ''cartesian power'' of a [[Set (mathematics)|set]] ''X'' can be defined as:


: <math> X^n = \underbrace{ X \times X \cdots\times X }_{n}= \left\{ (x_1, x_2, \ldots, x_n) \ | \ x_1 \in X \land x_2 \in X \land \ldots x_n \in X \right\}.</math>
: <math> X^n = \underbrace{ X \times X \times \cdots \times X }_{n}= \left\{ (x_1, x_2, \ldots, x_n) \ | \ x_1 \in X \land x_2 \in X \land \cdots \land x_n \in X \right\}.</math>


An example of this is '''R<sup>3</sup>''' = '''R''' &times; '''R''' &times; '''R''', with '''R''' again the set of real numbers, and more generally '''R<sup>''n''</sup>'''.
An example of this is '''R<sup>3</sup>''' = '''R''' &times; '''R''' &times; '''R''', with '''R''' again the set of real numbers, and more generally '''R<sup>''n''</sup>'''.

Revision as of 22:40, 2 July 2009

In mathematics, a Cartesian product (or product set) is the direct product of two sets. The Cartesian product is named after René Descartes, whose formulation of analytic geometry gave rise to this concept.

Specifically, the Cartesian product of two sets X (for example the points on an x-axis) and Y (for example the points on a y-axis), denoted X × Y, is the set of all possible ordered pairs whose first component is a member of X and whose second component is a member of Y (e.g. the whole of the x-y plane):

For example, the Cartesian product of the 13-element set of standard playing card ranks {Ace, King, Queen, Jack, 10, 9, 8, 7, 6, 5, 4, 3, 2} and the four-element set of card suits {♠, ♥, ♦, ♣} is the 52-element set of all possible playing cards {(Ace, ♠), (King, ♠), ..., (2, ♠), (Ace, ♥), ..., (3, ♣), (2, ♣)}. The corresponding Cartesian product has 52 = 13x4 elements.

A Cartesian product of two finite sets can be represented by a table, with one set as the rows and the other as the columns, and forming the ordered pairs, the cells of the table, by choosing the element of the set from the row and the column.

Basic properties

Let and be sets.

In cases where the two input sets are not the same, the Cartesian product is not commutative because the ordered pairs are reversed.

Although the elements of each of the ordered pairs in the sets will be the same, the pairing will differ.

For example:

{1,2} x {3,4} = {(1,3), (1,4), (2,3), (2,4)}

{3,4} x {1,2} = {(3,1), (3,2), (4,1), (4,2)}

One exception is with the empty set, which acts as a "zero" and for equal sets.

and, supposing G,T are sets and G=T:

Strictly speaking, the Cartesian Product is not associative.

The Cartesian Product acts nicely with respect to intersections.

Notice that in most cases the above statement is not true if we replace intersection with union.

However, for intersection and union it holds for:

and,

n-ary product

The Cartesian product can be generalized to the n-ary Cartesian product over n sets X1, ..., Xn:

Indeed, it can be identified to (X1 × ... × Xn-1) × Xn. It is a set of n-tuples.

Cartesian square and Cartesian power

The Cartesian square (or binary Cartesian product) of a set X is the Cartesian product X2 = X × X. An example is the 2-dimensional plane R2 = R × R where R is the set of real numbers - all points (x,y) where x and y are real numbers (see the Cartesian coordinate system).

The cartesian power of a set X can be defined as:

An example of this is R3 = R × R × R, with R again the set of real numbers, and more generally Rn.

See also:

Infinite products

It is possible to define the Cartesian product of an arbitrary (possibly infinite) family of sets. If I is any index set, and {Xi | iI} is a collection of sets indexed by I, then the Cartesian product of the sets in X is defined to be

that is, the set of all functions defined on the index set such that the value of the function at a particular index i is an element of Xi .

For each j in I, the function

defined by πj(f) = f(j) is called the j -th projection map.

An important case is when the index set is N the natural numbers: this Cartesian product is the set of all infinite sequences with the i -th term in its corresponding set X. For example, each element of

can be visualized as a vector with an infinite number of real-number components.

The special case Cartesian exponentiation occurs when all the factors Xi involved in the product are the same set X. In this case,

is the set of all functions from I to X. This case is important in the study of cardinal exponentiation.

The definition of finite Cartesian products can be seen as a special case of the definition for infinite products. In this interpretation, an n-tuple can be viewed as a function on {1, 2, ..., n} that takes its value at i to be the i-th element of the tuple (in some settings, this is taken as the very definition of an n-tuple).

Nothing in the definition of an infinite Cartesian product implies that the Cartesian product of nonempty sets must itself be nonempty. This assertion is equivalent to the axiom of choice.

Abbreviated form

If several sets are being multiplied together, e.g. X1, X2, X3, …, then some authors[1] choose to abbreviate the Cartesian product as simply ×Xi.

Cartesian product of functions

If f is a function from A to B and g is a function from X to Y, their cartesian product f×g is a function from A×X to B×Y with

As above this can be extended to tuples and infinite collections of functions.

Category theory

Although the Cartesian product is traditionally applied to sets, category theory provides a more general interpretation of the product of mathematical structures. This is distinct from, although related to, the notion of a Cartesian square in category theory, which is a generalization of the fiber product.

Graph theory

In graph theory the Cartesian product of two graphs G and H is the graph denoted by G×H whose vertex set is the (ordinary) Cartesian product V(GV(H) and such that two vertices (u,v) and (u′,v′) are adjacent in G×H if and only if u is adjacent to u′ and v is adjacent to v′. Unlike the ordinary Cartesian product, the Cartesian product of graphs is not a product in the sense of category theory. Instead it is more like a tensor product.

See also

Notes

  1. ^ Osborne, M., and Rubinstein, A., 1994. A Course in Game Theory. MIT Press.