Cartesian product of cartesian products

In summary, the Cartesian product of sets A X B and C X D is (A X B) X (C X D) [(a_n, b_m, c_o, d_p)]. The parentheses do not matter, but order does matter. Parentheses are necessary when working with Cartesian products, but they are not necessary for other ordered pairs.
  • #1
Simfish
Gold Member
823
2
So if we have sets A X B where A is (a_n, b_m) and C X D where C is (c_o, d_p), the cartesian product of the sets is (A X B) X (C X D) [(a_n, b_m, c_o, d_p)]. Is this correct? And thus, do parenthesis matter at all in Cartesian products? What about order? Is (a_n, b_m) equivalent to (b_m, a_n)?
 
Physics news on Phys.org
  • #2
I believe these are in fact ordered pairs. So order does matter.

If we use the definition that an ordered pair [itex](x,y) = \{\{x\}, \{x,y\}\}[/itex] then clearly [itex](y,x) = \{\{y\}, \{x,y\}\} \neq (x,y)[/itex]

As for the first thing say [itex]A[/itex] contains elements of the form [itex](x,y)[/itex] then [itex]A\times B = \{ ((x,y), b) | (x,y) \in A, b \in B \}[/itex]
 
Last edited:
  • #3
The cartesian product is a symmetric monoidal operation (both on sets, and on elements) -- that means it has an identity, is associative, and is commutative... but only up to a natural isomorphism.

An identity set is any set with a single element. I'll call such a set '1'.
For all sets A, B, C, we have:
An isomorphism 1xA --> A ('left identity')
An isomorphism A --> Ax1 ('right identity')
An isomorphism (AxB)xC --> Ax(BxC) (the 'associator')
An isomorphism AxB --> BxA (the 'braiding')

For example, the associator is the function:
[itex]\alpha((a, b), c) = (a, (b, c))[/itex]


None of these isomorphisms need be equalities. In fact, for the usual set-theoretic model of the ordered pair, none of these will be equalities. (I think the only exception is when the empty set is involved)


If we have a function A --> B, then we have functions
AxC --> BxC
CxA --> CxB

And each of these natural isomorphisms 'commute' with applying a function. i.e. the two compositions

AxC --> BxC --> CxB
and
AxC --> CxA --> CxB

both yield the same function AxC --> CxB.
 
Last edited:
  • #4
Simfish said:
So if we have sets A X B where A is (a_n, b_m) and C X D where C is (c_o, d_p), the cartesian product of the sets is (A X B) X (C X D) [(a_n, b_m, c_o, d_p)]. Is this correct? And thus, do parenthesis matter at all in Cartesian products? What about order? Is (a_n, b_m) equivalent to (b_m, a_n)?
Order is important but the "parentheses" don't- the Cartesian product is "associative" but not "commutative".
 
  • #5
HallsofIvy said:
Order is important but the "parentheses" don't- the Cartesian product is "associative" but not "commutative".

I don't know. Using the standard (a, b) := {{a}, {a, b}}, [itex](a, (b, c))\neq((a, b), c)[/itex]. There is a natural bijection between them, but then again there's a natural bijection between (a, b) and (b, a) too -- so why do you say that they associate but not commute?
 

What is the Cartesian product of cartesian products?

The Cartesian product of cartesian products is the set of all possible combinations of elements from two or more sets. It is denoted by the symbol × and is used in set theory and algebraic structures.

How is the Cartesian product of cartesian products calculated?

The Cartesian product of cartesian products is calculated by taking each element from the first set and combining it with each element from the second set and so on until all possible combinations have been formed. The resulting set will contain all possible ordered pairs.

What is the difference between a Cartesian product and a cartesian power?

A Cartesian product involves combining two or more sets, while a cartesian power involves combining a set with itself a certain number of times. For example, the Cartesian product of sets A and B would be A × B, while the cartesian power of set A to the 3rd power would be A³.

What is the purpose of using the Cartesian product of cartesian products?

The Cartesian product of cartesian products is used in mathematics to define and manipulate algebraic structures, such as groups, rings, and fields. It is also used in set theory to construct new sets from existing ones.

How is the Cartesian product of cartesian products used in real-world applications?

The Cartesian product of cartesian products has applications in computer science, specifically in database design and programming languages. It is used to create complex data structures and to define relationships between different data sets. It is also used in statistics and probability to calculate the likelihood of various events occurring together.

Similar threads

  • Set Theory, Logic, Probability, Statistics
2
Replies
35
Views
492
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
10
Views
326
  • Set Theory, Logic, Probability, Statistics
2
Replies
67
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
5
Views
940
  • Topology and Analysis
Replies
1
Views
952
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
2K
Back
Top