Cartesian product









Cartesian product B{displaystyle scriptstyle Atimes B}scriptstyle Atimes B of the sets A={x,y,z}{displaystyle scriptstyle A={x,y,z}}scriptstyle A={x,y,z} and B={1,2,3}{displaystyle scriptstyle B={1,2,3}}scriptstyle B={1,2,3}


In set theory (and, usually, in other parts of mathematics), a Cartesian product is a mathematical operation that returns a set (or product set or simply product) from multiple sets. That is, for sets A and B, the Cartesian product A × B is the set of all ordered pairs (a, b) where aA and bB. Products can be specified using set-builder notation, e.g.



B={(a,b)∣a∈A  and  b∈B}.{displaystyle Atimes B={,(a,b)mid ain A {mbox{ and }} bin B,}.}Atimes B={,(a,b)mid ain A {mbox{ and }} bin B,}.[1]

A table can be created by taking the Cartesian product of a set of rows and a set of columns. If the Cartesian product rows × columns is taken, the cells of the table contain ordered pairs of the form (row value, column value).


More generally, a Cartesian product of n sets, also known as an n-fold Cartesian product, can be represented by an array of n dimensions, where each element is an n-tuple. An ordered pair is a 2-tuple or couple.


The Cartesian product is named after René Descartes,[2] whose formulation of analytic geometry gave rise to the concept, which is further generalized in terms of direct product.




Contents






  • 1 Examples


    • 1.1 A deck of cards


    • 1.2 A two-dimensional coordinate system




  • 2 Most common implementation (set theory)


    • 2.1 Non-commutativity and non-associativity


    • 2.2 Intersections, unions, and subsets


    • 2.3 Cardinality




  • 3 Cartesian products of several sets


    • 3.1 n-ary Cartesian product


    • 3.2 n-ary Cartesian power


    • 3.3 Infinite Cartesian products




  • 4 Other forms


    • 4.1 Abbreviated form


    • 4.2 Cartesian product of functions


    • 4.3 Cylinder




  • 5 Definitions outside set theory


    • 5.1 Category theory


    • 5.2 Graph theory




  • 6 See also


  • 7 References


  • 8 External links





Examples



A deck of cards




Standard 52-card deck


An illustrative example is the standard 52-card deck. The standard playing card ranks {A, K, Q, J, 10, 9, 8, 7, 6, 5, 4, 3, 2} form a 13-element set. The card suits {♠, , , ♣} form a four-element set. The Cartesian product of these sets returns a 52-element set consisting of 52 ordered pairs, which correspond to all 52 possible playing cards.


Ranks × Suits returns a set of the form {(A, ♠), (A, ), (A, ), (A, ♣), (K, ♠), ..., (3, ♣), (2, ♠), (2, ), (2, ), (2, ♣)}.


Suits × Ranks returns a set of the form {(♠, A), (♠, K), (♠, Q), (♠, J), (♠, 10), ..., (, 6), (, 5), (, 4), (, 3), (, 2)}.


Both sets are distinct, even disjoint.



A two-dimensional coordinate system




Cartesian coordinates of example points


The main historical example is the Cartesian plane in analytic geometry. In order to represent geometrical shapes in a numerical way and extract numerical information from shapes' numerical representations, René Descartes assigned to each point in the plane a pair of real numbers, called its coordinates. Usually, such a pair's first and second components are called its x and y coordinates, respectively (see picture). The set of all such pairs (i.e. the Cartesian product ℝ×ℝ with ℝ denoting the real numbers) is thus assigned to the set of all points in the plane.



Most common implementation (set theory)



A formal definition of the Cartesian product from set-theoretical principles follows from a definition of ordered pair. The most common definition of ordered pairs, the Kuratowski definition, is (x,y)={{x},{x,y}}{displaystyle (x,y)={{x},{x,y}}}(x,y)={{x},{x,y}}. Under this definition, (x,y){displaystyle (x,y)}(x,y) is an element of P(P(X∪Y)){displaystyle {mathcal {P}}({mathcal {P}}(Xcup Y))}{displaystyle {mathcal {P}}({mathcal {P}}(Xcup Y))}, and Y{displaystyle Xtimes Y}Xtimes Y is a subset of that set, where P{displaystyle {mathcal {P}}}{mathcal {P}} represents the power set operator. Therefore, the existence of the Cartesian product of any two sets in ZFC follows from the axioms of pairing, union, power set, and specification. Since functions are usually defined as a special case of relations, and relations are usually defined as subsets of the Cartesian product, the definition of the two-set Cartesian product is necessarily prior to most other definitions.



Non-commutativity and non-associativity


Let A, B, C, and D be sets.


The Cartesian product A × B is not commutative,


B≠A,{displaystyle Atimes Bneq Btimes A,}Atimes Bneq Btimes A,

because the ordered pairs are reversed unless at least one of the following conditions is satisfied:[3]




  • A is equal to B, or


  • A or B is the empty set.


For example:



A = {1,2}; B = {3,4}


A × B = {1,2} × {3,4} = {(1,3), (1,4), (2,3), (2,4)}


B × A = {3,4} × {1,2} = {(3,1), (3,2), (4,1), (4,2)}




A = B = {1,2}

A × B = B × A = {1,2} × {1,2} = {(1,1), (1,2), (2,1), (2,2)}



A = {1,2}; B = ∅


A × B = {1,2} × ∅ = ∅


B × A = ∅ × {1,2} = ∅





Strictly speaking, the Cartesian product is not associative (unless one of the involved sets is empty).


(A×B)×C≠(B×C){displaystyle (Atimes B)times Cneq Atimes (Btimes C)}(Atimes B)times Cneq Atimes (Btimes C)

If for example A = {1}, then (A × A) × A = { ((1,1),1) } ≠ { (1,(1,1)) } = A × (A × A).



Intersections, unions, and subsets





Example sets A={y∈ℝ:1≤y≤4},
B={x∈ℝ:2≤x≤5}, and C={x∈ℝ:4≤x≤7}, demonstrating
A×(BC) = (A×B)∩(A×C),
A×(BC) = (A×B)∪(A×C), and
A×(BC) = (A×B) (A×C).







(AB)×(CD)(A×C)(B×D) can be seen from the same example.






Example sets
A={x∈ℝ:2≤x≤5}, B={x∈ℝ:3≤x≤7},
C={y∈ℝ:1≤y≤3}, D={y∈ℝ:2≤y≤4}, demonstrating
(AB)×(CD) = (A×C)∩(B×D).



The Cartesian product behaves nicely with respect to intersections (see leftmost picture).



(A∩B)×(C∩D)=(A×C)∩(B×D){displaystyle (Acap B)times (Ccap D)=(Atimes C)cap (Btimes D)}(Acap B)times (Ccap D)=(Atimes C)cap (Btimes D)[4]

In most cases the above statement is not true if we replace intersection with union (see middle picture).


(A∪B)×(C∪D)≠(A×C)∪(B×D){displaystyle (Acup B)times (Ccup D)neq (Atimes C)cup (Btimes D)}(Acup B)times (Ccup D)neq (Atimes C)cup (Btimes D)

In fact, we have that:


(A×C)∪(B×D)=[(A∖B)×C]∪[(A∩B)×(C∪D)]∪[(B∖A)×D]{displaystyle (Atimes C)cup (Btimes D)=[(Asetminus B)times C]cup [(Acap B)times (Ccup D)]cup [(Bsetminus A)times D]}(Atimes C)cup (Btimes D)=[(Asetminus B)times C]cup [(Acap B)times (Ccup D)]cup [(Bsetminus A)times D]

For the set difference we also have the following identity:


(A×C)∖(B×D)=[A×(C∖D)]∪[(A∖B)×C]{displaystyle (Atimes C)setminus (Btimes D)=[Atimes (Csetminus D)]cup [(Asetminus B)times C]}(Atimes C)setminus (Btimes D)=[Atimes (Csetminus D)]cup [(Asetminus B)times C]

Here are some rules demonstrating distributivity with other operators (see rightmost picture):[3]



(B∩C)=(A×B)∩(A×C),{displaystyle Atimes (Bcap C)=(Atimes B)cap (Atimes C),}Atimes (Bcap C)=(Atimes B)cap (Atimes C),

(B∪C)=(A×B)∪(A×C),{displaystyle Atimes (Bcup C)=(Atimes B)cup (Atimes C),}Atimes (Bcup C)=(Atimes B)cup (Atimes C),

(B∖C)=(A×B)∖(A×C),{displaystyle Atimes (Bsetminus C)=(Atimes B)setminus (Atimes C),}Atimes (Bsetminus C)=(Atimes B)setminus (Atimes C),


(A×B)∁=(A∁×B∁)∪(A∁×B)∪(A×B∁),{displaystyle (Atimes B)^{complement }=(A^{complement }times B^{complement })cup (A^{complement }times B)cup (Atimes B^{complement }),}{displaystyle (Atimes B)^{complement }=(A^{complement }times B^{complement })cup (A^{complement }times B)cup (Atimes B^{complement }),}[4]


where A∁{displaystyle A^{complement }}{displaystyle A^{complement }} denotes the absolute complement of A.


Other properties related with subsets are:



if A⊆B then A×C⊆C,{displaystyle {text{if }}Asubseteq B{text{ then }}Atimes Csubseteq Btimes C,}{text{if }}Asubseteq B{text{ then }}Atimes Csubseteq Btimes C,


if both A,B≠ then A×B⊆D⟺A⊆C and B⊆D.{displaystyle {text{if both }}A,Bneq emptyset {text{ then }}Atimes Bsubseteq Ctimes Diff Asubseteq C{text{ and }}Bsubseteq D.}{displaystyle {text{if both }}A,Bneq emptyset {text{ then }}Atimes Bsubseteq Ctimes Diff Asubseteq C{text{ and }}Bsubseteq D.}[5]



Cardinality



The cardinality of a set is the number of elements of the set. For example, defining two sets: A = {a, b} and B = {5, 6}. Both set A and set B consist of two elements each. Their Cartesian product, written as A × B, results in a new set which has the following elements:



A × B = {(a,5), (a,6), (b,5), (b,6)}.

Each element of A is paired with each element of B. Each pair makes up one element of the output set.
The number of values in each element of the resulting set is equal to the number of sets whose cartesian product is being taken; 2 in this case.
The cardinality of the output set is equal to the product of the cardinalities of all the input sets. That is,


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

In this case, |A × B| = 4


Similarly


|A × B × C| = |A| · |B| · |C|

and so on.


The set A × B is infinite if either A or B is infinite and the other set is not the empty set.[6]



Cartesian products of several sets



n-ary Cartesian product


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


X1××Xn={(x1,…,xn)∣xi∈Xi for every i∈{1,…,n}}.{displaystyle X_{1}times cdots times X_{n}={(x_{1},ldots ,x_{n})mid x_{i}in X_{i} {text{for every}} iin {1,ldots ,n}}.}{displaystyle X_{1}times cdots times X_{n}={(x_{1},ldots ,x_{n})mid x_{i}in X_{i} {text{for every}} iin {1,ldots ,n}}.}

of n-tuples. If tuples are defined as nested ordered pairs, it can be identified with (X1 × ... × Xn−1) × Xn. If a tuple is defined as a function on {1, 2, ..., n} that takes its value at i to be the ith element of the tuple, then the Cartesian product X1×...×Xn is the set of functions


{x:{1,…,n}→X1∪Xn | x(i)∈Xi for every i∈{1,…,n}}.{displaystyle {x:{1,ldots ,n}to X_{1}cup ldots cup X_{n} | x(i)in X_{i} {text{for every}} iin {1,ldots ,n}}.}{displaystyle {x:{1,ldots ,n}to X_{1}cup ldots cup X_{n} | x(i)in X_{i} {text{for every}} iin {1,ldots ,n}}.}


n-ary Cartesian power


The Cartesian square 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: R2 is the set of all points (x,y) where x and y are real numbers (see the Cartesian coordinate system).


The n-ary Cartesian power of a set X can be defined as


Xn=X××X⏟n={(x1,…,xn) | xi∈X for every i∈{1,…,n}}.{displaystyle X^{n}=underbrace {Xtimes Xtimes cdots times X} _{n}={(x_{1},ldots ,x_{n}) | x_{i}in X {text{for every}} iin {1,ldots ,n}}.}{displaystyle X^{n}=underbrace {Xtimes Xtimes cdots times X} _{n}={(x_{1},ldots ,x_{n}) | x_{i}in X {text{for every}} iin {1,ldots ,n}}.}

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


The n-ary cartesian power of a set X is isomorphic to the space of functions from an n-element set to X. As a special case, the 0-ary cartesian power of X may be taken to be a singleton set, corresponding to the empty function with codomain X.



Infinite Cartesian products


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


i∈IXi={f:I→i∈IXi | (∀i)(f(i)∈Xi)},{displaystyle prod _{iin I}X_{i}=left{left.f:Ito bigcup _{iin I}X_{i} right| (forall i)(f(i)in X_{i})right},}{displaystyle prod _{iin I}X_{i}=left{left.f:Ito bigcup _{iin I}X_{i} right| (forall i)(f(i)in X_{i})right},}

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. Even if each of the Xi is nonempty, the Cartesian product may be empty if the axiom of choice (which is equivalent to the statement that every such product is nonempty) is not assumed.


For each j in I, the function


πj:∏i∈IXi→Xj,{displaystyle pi _{j}:prod _{iin I}X_{i}to X_{j},}{displaystyle pi _{j}:prod _{iin I}X_{i}to X_{j},}

defined by πj(f)=f(j){displaystyle pi _{j}(f)=f(j)}pi _{j}(f)=f(j) is called the jth projection map.


Cartesian power is a Cartesian product where all the factors Xi are the same set X. In this case,


i∈IXi=∏i∈IX{displaystyle prod _{iin I}X_{i}=prod _{iin I}X}prod _{iin I}X_{i}=prod _{iin I}X

is the set of all functions from I to X, and is frequently denoted XI. This case is important in the study of cardinal exponentiation. An important special case is when the index set is N{displaystyle mathbb {N} }mathbb {N} , the natural numbers: this Cartesian product is the set of all infinite sequences with the ith term in its corresponding set Xi. For example, each element of


n=1∞R=R×{displaystyle prod _{n=1}^{infty }mathbb {R} =mathbb {R} times mathbb {R} times cdots }prod _{n=1}^{infty }mathbb {R} =mathbb {R} times mathbb {R} times cdots

can be visualized as a vector with countably infinite real number components. This set is frequently denoted {displaystyle mathbb {R} ^{omega }}mathbb {R} ^{omega }, or RN{displaystyle mathbb {R} ^{mathbb {N} }}mathbb {R} ^{mathbb {N} }.



Other forms



Abbreviated form


If several sets are being multiplied together, e.g. X1, X2, X3, …, then some authors[7] 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


(f×g)(a,x)=(f(a),g(x)).{displaystyle (ftimes g)(a,x)=(f(a),g(x)).}{displaystyle (ftimes g)(a,x)=(f(a),g(x)).}

This can be extended to tuples and infinite collections of functions.
This is different from the standard cartesian product of functions considered as sets.



Cylinder


Let A{displaystyle A}A be a set and B⊆A{displaystyle Bsubseteq A}{displaystyle Bsubseteq A}. Then the cylinder of B{displaystyle B}B with respect to A{displaystyle A}A is the Cartesian product A{displaystyle Btimes A}{displaystyle Btimes A} of B{displaystyle B}B and A{displaystyle A}A.


Normally, A{displaystyle A}A is considered to be the universe of the context and is left away. For example, if B{displaystyle B}B is a subset of the natural numbers N{displaystyle mathbb {N} }mathbb {N} , then the cylinder of B{displaystyle B}B is N{displaystyle Btimes mathbb {N} }{displaystyle Btimes mathbb {N} }.



Definitions outside set theory



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.


Exponentiation is the right adjoint of the Cartesian product; thus any category with a Cartesian product (and a final object) is a Cartesian closed category.



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(G) × V(H) and such that two vertices (u,v) and (u′,v′) are adjacent in G × H if and only if u = u and v is adjacent with v′ in H, or v = v and u is adjacent with u′ in G. The Cartesian product of graphs is not a product in the sense of category theory. Instead, the categorical product is known as the tensor product of graphs.



See also



  • Binary relation

  • Concatenation of sets of strings

  • Coproduct

  • Empty product

  • Euclidean space

  • Exponential object

  • Finitary relation

  • Join (SQL) § Cross join

  • Orders on the Cartesian product of totally ordered sets

  • Product (category theory)

  • Product topology

  • Product type

  • Ultraproduct



References





  1. ^ Warner, S. (1990). Modern Algebra. Dover Publications. p. 6..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ "Cartesian". Merriam-Webster.com. 2009. Retrieved December 1, 2009.


  3. ^ ab Singh, S. (August 27, 2009). Cartesian product. Retrieved from the Connexions Web site: http://cnx.org/content/m15207/1.5/


  4. ^ ab "CartesianProduct". PlanetMath.


  5. ^ Cartesian Product of Subsets. (February 15, 2011). ProofWiki. Retrieved 05:06, August 1, 2011 from https://proofwiki.org/w/index.php?title=Cartesian_Product_of_Subsets&oldid=45868


  6. ^ Peter S. (1998). A Crash Course in the Mathematics of Infinite Sets. St. John's Review, 44(2), 35–59. Retrieved August 1, 2011, from http://www.mathpath.org/concepts/infinity.htm


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




External links



  • Cartesian Product at ProvenMath


  • Hazewinkel, Michiel, ed. (2001) [1994], "Direct product", Encyclopedia of Mathematics, Springer Science+Business Media B.V. / Kluwer Academic Publishers, ISBN 978-1-55608-010-4

  • How to find the Cartesian Product, Education Portal Academy









Popular posts from this blog

Understanding the information contained in the Deep Space Network XML data?

Ross-on-Wye

Eastern Orthodox Church