Difference between revisions of "Cartesian Products of Sets"

From alpha
Jump to navigation Jump to search
Line 24: Line 24:


=== What is the Cardinality of Cartesian Product? ===
=== What is the Cardinality of Cartesian Product? ===
The cardinality of Cartesian products of sets A and B will be the total number of ordered pairs in the A × B.
The cardinality of Cartesian products of sets <math>A</math> and <math>B</math> will be the total number of ordered pairs in the <math>A X B</math>


Let p be the number of elements of A and q be the number of elements in B.
Let <math>p</math> be the number of elements of <math>A</math> and <math>q</math> be the number of elements in <math>B</math>.


So, the number of elements in the Cartesian product of A and B is pq.
So, the number of elements in the Cartesian product of <math>A</math> and <math>B</math> is <math>pq</math>


i.e. if n(A) = p, n(B) = q, then n(A × B) = pq
i.e. if <math>n(A)=p,n(B)=q</math> then <math>n(A X B)=pq</math>

Revision as of 22:18, 2 April 2024

Here we will learn how to link pairs of elements from two sets and then introduce relations between the two elements in pairs.

Cartesian Products of Sets Definition

Let A and B be the two sets such that A is a set of three colours of tables and B is a set of three colours of chairs objects, i.e.,

brown, green, yellow

red, blue, purple

Let’s find the number of pairs of coloured objects that we can make from a set of tables and chairs in different combinations. They can be paired as given below:

(brown, red), (brown, blue), (brown, purple), (green, red), (green, blue), (green, purple), (yellow, red), (yellow, blue), (yellow, purple)

There are nine such pairs in the Cartesian product since three elements are there in each of the defined sets and . The above-ordered pairs represent the definition for the Cartesian product of sets given. This product is denoted by .

Cartesian Product of Sets Formula

Given two non-empty sets and . The Cartesian product is the set of all ordered pairs of elements from and ,i.e.,

If either or is the null set, then will also be an empty set, i.e.,

What is the Cardinality of Cartesian Product?

The cardinality of Cartesian products of sets and will be the total number of ordered pairs in the

Let be the number of elements of and be the number of elements in .

So, the number of elements in the Cartesian product of and is

i.e. if then