LESSWRONG
LW

1880
Wikitags

Cartesian product

Edited by So8res last updated 30th May 2016

The Cartesian product of two sets A and B, denoted A×B, is the set of all ordered pairs (a,b) such that a∈A and b∈B. For example, if B×N is the set of all pairs of a Boolean with a natural number, and it contains elements like (true, 0), (false, 17), (true, 17), (true, 100), and (false, 101).

Cartesian product are often referred to as just "products."

Cartesian products can be constructed from more than two sets, for example, B3=B×B×B is the set of all Boolean 3-tuples. (The × operator is associative, so we don't need to write parenthesis when using it on a whole chain of sets.) A product of n sets is called an n-ary product.

Parents:
Operations in Set theory
Discussion
2
Discussion
2