fbpx
Wikipedia

Cartesian product

In mathematics, specifically set theory, the Cartesian product of two sets A and B, denoted A × B, is the set of all ordered pairs (a, b) where a is in A and b is in B.[1] In terms of set-builder notation, that is

Cartesian product of the sets and
[2][3]

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).[4]

One can similarly define the Cartesian product of n sets, also known as an n-fold Cartesian product, which can be represented by an n-dimensional array, where each element is an n-tuple. An ordered pair is a 2-tuple or couple. More generally still, one can define the Cartesian product of an indexed family of sets.

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

Set-theoretic definition edit

A rigorous definition of the Cartesian product requires a domain to be specified in the set-builder notation. In this case the domain would have to contain the Cartesian product itself. For defining the Cartesian product of the sets   and  , with the typical Kuratowski's definition of a pair (a,b) as  , an appropriate domain is the set   where   denotes the power set. Then the Cartesian product of the sets   and   would be defined as[6]

 

Examples edit

A deck of cards edit

 
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)}.

These two sets are distinct, even disjoint, but there is a natural bijection between them, under which (3, ♣) corresponds to (♣, 3) and so on.

A two-dimensional coordinate system edit

 
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.[citation needed]

Most common implementation (set theory) edit

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, Kuratowski's definition, is  . Under this definition,   is an element of  , and   is a subset of that set, where   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 edit

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

The Cartesian product A × B is not commutative,

 [4]

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

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).

 

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

Intersections, unions, and subsets edit

 
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 × (B \ C) = (A×B) \ (A×C)
 
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).
 
(AB) × (CD) ≠ (A×C) ∪ (B×D) can be seen from the same example.

The Cartesian product satisfies the following property with respect to intersections (see middle picture).

 

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

 

In fact, we have that:

 

For the set difference, we also have the following identity:

 

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

 
 

where   denotes the absolute complement of A.

Other properties related with subsets are:

 
 [8]

Cardinality edit

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)}.

where each element of A is paired with each element of B, and where 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|.[4]

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.[9]

Cartesian products of several sets edit

n-ary Cartesian product edit

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

 

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

 

n-ary Cartesian power edit

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:[1] 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, denoted  , can be defined as

 

An example of this is R3 = R × R × R, with R again the set of real numbers,[1] 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 edit

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

 

that is, the set of all functions defined on the index set I 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.   may also be denoted   .[10]

For each j in I, the function

 

defined by   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,

 

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  , 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

 

can be visualized as a vector with countably infinite real number components. This set is frequently denoted  , or  .

Other forms edit

Abbreviated form edit

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

Cartesian product of functions edit

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

 

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 edit

Let   be a set and  . Then the cylinder of   with respect to   is the Cartesian product   of   and  .

Normally,   is considered to be the universe of the context and is left away. For example, if   is a subset of the natural numbers  , then the cylinder of   is  .

Definitions outside set theory edit

Category theory edit

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 edit

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 edit

References edit

  1. ^ a b c Weisstein, Eric W. "Cartesian Product". MathWorld. Retrieved September 5, 2020.
  2. ^ Warner, S. (1990). Modern Algebra. Dover Publications. p. 6.
  3. ^ Nykamp, Duane. "Cartesian product definition". Math Insight. Retrieved September 5, 2020.
  4. ^ a b c . web.mnstate.edu. Archived from the original on July 18, 2020. Retrieved September 5, 2020.
  5. ^ "Cartesian". Merriam-Webster.com. 2009. Retrieved December 1, 2009.
  6. ^ Corry, S. "A Sketch of the Rudiments of Set Theory" (PDF). Retrieved May 5, 2023.
  7. ^ a b Singh, S. (August 27, 2009). Cartesian product. Retrieved from the Connexions Web site: http://cnx.org/content/m15207/1.5/
  8. ^ 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
  9. ^ 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
  10. ^ F. R. Drake, Set Theory: An Introduction to Large Cardinals, p. 24. Studies in Logic and the Foundations of Mathematics, vol. 76 (1978). ISBN 0-7204-2200-0.
  11. ^ Osborne, M., and Rubinstein, A., 1994. A Course in Game Theory. MIT Press.

External links edit

cartesian, product, cartesian, square, redirects, here, cartesian, squares, category, theory, cartesian, square, category, theory, mathematics, specifically, theory, sets, denoted, ordered, pairs, where, terms, builder, notation, that, displaystyle, scriptstyl. Cartesian square redirects here For Cartesian squares in category theory see Cartesian square category theory In mathematics specifically set theory the Cartesian product of two sets A and B denoted A B is the set of all ordered pairs a b where a is in A and b is in B 1 In terms of set builder notation that isCartesian product A B displaystyle scriptstyle A times B of the sets A x y z displaystyle scriptstyle A x y z and B 1 2 3 displaystyle scriptstyle B 1 2 3 A B a b a A and b B displaystyle A times B a b mid a in A mbox and b in B 2 3 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 4 One can similarly define the Cartesian product of n sets also known as an n fold Cartesian product which can be represented by an n dimensional array where each element is an n tuple An ordered pair is a 2 tuple or couple More generally still one can define the Cartesian product of an indexed family of sets The Cartesian product is named after Rene Descartes 5 whose formulation of analytic geometry gave rise to the concept which is further generalized in terms of direct product Contents 1 Set theoretic definition 2 Examples 2 1 A deck of cards 2 2 A two dimensional coordinate system 3 Most common implementation set theory 3 1 Non commutativity and non associativity 3 2 Intersections unions and subsets 3 3 Cardinality 4 Cartesian products of several sets 4 1 n ary Cartesian product 4 2 n ary Cartesian power 4 3 Infinite Cartesian products 5 Other forms 5 1 Abbreviated form 5 2 Cartesian product of functions 5 3 Cylinder 6 Definitions outside set theory 6 1 Category theory 6 2 Graph theory 7 See also 8 References 9 External linksSet theoretic definition editA rigorous definition of the Cartesian product requires a domain to be specified in the set builder notation In this case the domain would have to contain the Cartesian product itself For defining the Cartesian product of the sets A displaystyle A nbsp and B displaystyle B nbsp with the typical Kuratowski s definition of a pair a b as a a b displaystyle a a b nbsp an appropriate domain is the set P P A B displaystyle mathcal P mathcal P A cup B nbsp where P displaystyle mathcal P nbsp denotes the power set Then the Cartesian product of the sets A displaystyle A nbsp and B displaystyle B nbsp would be defined as 6 A B x P P A B a A b B x a b displaystyle A times B x in mathcal P mathcal P A cup B mid exists a in A exists b in B x a b nbsp Examples editA deck of cards edit nbsp Standard 52 card deckAn 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 These two sets are distinct even disjoint but there is a natural bijection between them under which 3 corresponds to 3 and so on A two dimensional coordinate system edit nbsp Cartesian coordinates of example pointsThe 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 Rene 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 citation needed Most common implementation set theory editMain article Implementation of mathematics in 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 Kuratowski s definition is x y x x y displaystyle x y x x y nbsp Under this definition x y displaystyle x y nbsp is an element of P P X Y displaystyle mathcal P mathcal P X cup Y nbsp and X Y displaystyle X times Y nbsp is a subset of that set where P displaystyle mathcal P nbsp 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 edit Let A B C and D be sets The Cartesian product A B is not commutative A B B A displaystyle A times B neq B times A nbsp 4 because the ordered pairs are reversed unless at least one of the following conditions is satisfied 7 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 dd A B 1 2 A B B A 1 2 1 2 1 1 1 2 2 1 2 2 dd A 1 2 B A B 1 2 B A 1 2 dd Strictly speaking the Cartesian product is not associative unless one of the involved sets is empty A B C A B C displaystyle A times B times C neq A times B times C nbsp If for example A 1 then A A A 1 1 1 1 1 1 A A A Intersections unions and subsets edit See also List of set identities and relations nbsp Example setsA y ℝ 1 y 4 B x ℝ 2 x 5 and C x ℝ 4 x 7 demonstratingA B C A B A C A B C A B A C and A B C A B A C nbsp Example setsA x ℝ 2 x 5 B x ℝ 3 x 7 C y ℝ 1 y 3 D y ℝ 2 y 4 demonstrating A B C D A C B D nbsp A B C D A C B D can be seen from the same example The Cartesian product satisfies the following property with respect to intersections see middle picture A B C D A C B D displaystyle A cap B times C cap D A times C cap B times D nbsp In most cases the above statement is not true if we replace intersection with union see rightmost picture A B C D A C B D displaystyle A cup B times C cup D neq A times C cup B times D nbsp In fact we have that A C B D A B C A B C D B A D displaystyle A times C cup B times D A setminus B times C cup A cap B times C cup D cup B setminus A times D nbsp For the set difference we also have the following identity A C B D A C D A B C displaystyle A times C setminus B times D A times C setminus D cup A setminus B times C nbsp Here are some rules demonstrating distributivity with other operators see leftmost picture 7 A B C A B A C A B C A B A C A B C A B A C displaystyle begin aligned A times B cap C amp A times B cap A times C A times B cup C amp A times B cup A times C A times B setminus C amp A times B setminus A times C end aligned nbsp A B A B A B A B displaystyle A times B complement left A complement times B complement right cup left A complement times B right cup left A times B complement right nbsp where A displaystyle A complement nbsp denotes the absolute complement of A Other properties related with subsets are if A B then A C B C displaystyle text if A subseteq B text then A times C subseteq B times C nbsp if both A B then A B C D A C and B D displaystyle text if both A B neq emptyset text then A times B subseteq C times D iff A subseteq C text and B subseteq D nbsp 8 Cardinality edit See also Cardinal arithmetic 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 where each element of A is paired with each element of B and where 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 4 In this case A B 4Similarly 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 9 Cartesian products of several sets editn ary Cartesian product edit The Cartesian product can be generalized to the n ary Cartesian product over n sets X1 Xn as the set X 1 X n x 1 x n x i X i 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 i in 1 ldots n nbsp 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 X 1 X n x i X i for every i 1 n displaystyle x 1 ldots n to X 1 cup cdots cup X n x i in X i text for every i in 1 ldots n nbsp n ary Cartesian power edit 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 1 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 denoted X n displaystyle X n nbsp can be defined as X n X X X n x 1 x n x i X for every i 1 n displaystyle X n underbrace X times X times cdots times X n x 1 ldots x n x i in X text for every i in 1 ldots n nbsp An example of this is R3 R R R with R again the set of real numbers 1 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 edit Main article Direct product It is possible to define the Cartesian product of an arbitrary possibly infinite indexed family of sets If I is any index set and X i i I displaystyle X i i in I nbsp is a family of sets indexed by I then the Cartesian product of the sets in X i i I displaystyle X i i in I nbsp is defined to be i I X i f I i I X i i I f i X i displaystyle prod i in I X i left left f I to bigcup i in I X i right forall i in I f i in X i right nbsp that is the set of all functions defined on the index set I 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 i I X i displaystyle prod i in I X i nbsp may also be denoted X displaystyle mathsf X nbsp i I X i displaystyle i in I X i nbsp 10 For each j in I the function p j i I X i X j displaystyle pi j prod i in I X i to X j nbsp defined by p j f f j displaystyle pi j f f j nbsp 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 I X i i I X displaystyle prod i in I X i prod i in I X nbsp 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 nbsp 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 R displaystyle prod n 1 infty mathbb R mathbb R times mathbb R times cdots nbsp can be visualized as a vector with countably infinite real number components This set is frequently denoted R w displaystyle mathbb R omega nbsp or R N displaystyle mathbb R mathbb N nbsp Other forms editAbbreviated form edit If several sets are being multiplied together e g X1 X2 X3 then some authors 11 choose to abbreviate the Cartesian product as simply Xi Cartesian product of functions edit If f is a function from X to A and g is a function from Y to B then their Cartesian product f g is a function from X Y to A B with f g x y f x g y displaystyle f times g x y f x g y nbsp 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 edit Let A displaystyle A nbsp be a set and B A displaystyle B subseteq A nbsp Then the cylinder of B displaystyle B nbsp with respect to A displaystyle A nbsp is the Cartesian product B A displaystyle B times A nbsp of B displaystyle B nbsp and A displaystyle A nbsp Normally A displaystyle A nbsp is considered to be the universe of the context and is left away For example if B displaystyle B nbsp is a subset of the natural numbers N displaystyle mathbb N nbsp then the cylinder of B displaystyle B nbsp is B N displaystyle B times mathbb N nbsp Definitions outside set theory editCategory theory edit 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 edit 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 editAxiom of power set to prove the existence of the Cartesian product Binary relation Concatenation of sets of strings Coproduct Cross product Direct product of groups Empty product Euclidean space Exponential object Finitary relation Join SQL Cross join Orders on the Cartesian product of totally ordered sets Outer product Product category theory Product topology Product type UltraproductReferences edit a b c Weisstein Eric W Cartesian Product MathWorld Retrieved September 5 2020 Warner S 1990 Modern Algebra Dover Publications p 6 Nykamp Duane Cartesian product definition Math Insight Retrieved September 5 2020 a b c Cartesian Product web mnstate edu Archived from the original on July 18 2020 Retrieved September 5 2020 Cartesian Merriam Webster com 2009 Retrieved December 1 2009 Corry S A Sketch of the Rudiments of Set Theory PDF Retrieved May 5 2023 a b Singh S August 27 2009 Cartesian product Retrieved from the Connexions Web site http cnx org content m15207 1 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 amp oldid 45868 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 F R Drake Set Theory An Introduction to Large Cardinals p 24 Studies in Logic and the Foundations of Mathematics vol 76 1978 ISBN 0 7204 2200 0 Osborne M and Rubinstein A 1994 A Course in Game Theory MIT Press External links editCartesian Product at ProvenMath Direct product Encyclopedia of Mathematics EMS Press 2001 1994 How to find the Cartesian Product Education Portal Academy Retrieved from https en wikipedia org w index php title Cartesian product amp oldid 1187358110, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.