Properties of Sets

In this lesson, we will be looking at the following topics:

  • Equal Sets
  • Equivalent Sets
  • Order (Cardinality) of a Set
  • Finite vs Infinite Sets

Equal Sets

This is really easy and simple. Two sets are said to be equal if they have the exact same elements. Not only they need to have the same number of elements, but those elements also have to be the same. The order of elements in a set does not matter, nor do duplicates.

A={1,2,3}A = \{1, 2, 3\}

B={3,2,1}B = \{3, 2, 1\}

C={1,2,2,3}C = \{1, 2, 2, 3\}

D={1,2,4}D = \{1, 2, 4\}

E={a,b,c}E = \{a, b, c\}

F={c,b,a}F = \{c, b, a\}

In the above examples, AA, BB, and CC are all equal sets because they contain the same 3 elements 1,2,31, 2, 3. Similarly, EE and FF are equal because both contain a,b,ca, b, c. However, AA and DD are not equal because DD has 44 instead of 33.

A={1}A = \{1\}

B={1,1,1,1,1}B = \{1, 1, 1, 1, 1\}

These two sets are also equal because BB simplifies to just {1}\{1\} because sets do not consider duplicate values.

Equivalent Sets

Two sets are said to be equivalent if they have the same number of elements, regardless of what those elements actually are. The elements themselves can be completely different, but the sets are equivalent if their order (cardinality) is equal.

P={1,2,3}P = \{1, 2, 3\}

Q={a,b,c}Q = \{a, b, c\}

R={,,Bob}R = \{\triangle, \square, \text{Bob}\}

S={2,4,6,8}S = \{2, 4, 6, 8\}

In the above examples, PP, QQ, and RR are all equivalent sets because each contains exactly 3 elements, even though those elements are different. However, PPand SS are not equivalent because SS has 4 elements while PP has 3.

One to One Correspondence

Equivalency is also understood as the idea that we can establish a 1-1 correspondence between the elements of the two sets. This will play a role when discussing equivalency of infinite sets.

Cardinality of a Set

The cardinality of a set is the number of distinct elements it contains. It is denoted by placing the set’s name between two vertical bars. Repeated elements are only counted once because sets automatically remove duplicates.

M={2,4,6,8}M = \{2, 4, 6, 8\}

N={a,e,i,o,u}N = \{a, e, i, o, u\}

O={1,2,2,3,3,3}O = \{1, 2, 2, 3, 3, 3\}

The cardinality of MM is written as M=4|M| = 4 because it contains 4 distinct elements. The cardinality of NN is N=5|N| = 5 since there are 5 distinct vowels. The set OO has repeated elements, but its cardinality is O=3|O| = 3 because it only contains the distinct elements 1,2,31, 2, 3.

Singleton Set

As the same suggests, sets with the cardinality of 1, meaning sets with one and only one elements are called singleton sets. The following sets are singleton:

  • {2}\{2\}
  • {3,3,3,3}\{3,3,3,3\}
  • {0}\{0\}
  • The set of all even integers between 3 and 5.
  • The set of all natural numbers less than 1.
  • Suns in our solar system.
  • The solution set of all first degree equations of the form ax+b=0ax + b = 0

Empty Set

There is one set with the cardinality of zero. It is empty. It has no elements. We also call empty sets null sets. But it is still mathematically useful. An empty set can be denoted by these options:

  • {}\{ \}
  • \emptyset
  • \varnothing

Some empty sets are:

  • All even numbers between 2 and 4.
  • The real number solution set of the equation x2+1=0x^2 + 1 = 0
  • All odd numbers between 1 and 3.
  • Solar system planets smaller than mercury.

Note that {0}\{0\} is not an empty or null set, it is a singleton set. 00 is a valid element is counted as one for cardinality.

Finite and Infinite Sets

A set is called finite if it has a specific, countable number of elements. A set is called infinite if it has no end — its elements go on forever. Infinite sets can be written using patterns and ellipses (\dots) to show that they continue without bound.

F={2,4,6,8,10}F = \{2, 4, 6, 8, 10\}

G={a,b,c,d}G = \{a, b, c, d\}

H={1,2,3,}H = \{1, 2, 3, \dots\}

I={,2,1,0,1,2,}I = \{\dots, -2, -1, 0, 1, 2, \dots\}

In the above examples, FF and GG are finite sets because they contain a fixed number of elements (F=5|F| = 5 and G=4|G| = 4). On the other hand, HH is an infinite set of natural numbers, and II is an infinite set of integers — neither has a last element.

Equivalency of Infinite Sets

Just like finite sets, two infinite sets are said to be equivalent if they have the same number of elements — even if those elements are different. Of course, for infinite sets, “number of elements” doesn't mean we can count them one by one. Instead, two infinite sets are equivalent if their elements can be paired one-to-one without leaving anything unmatched.

N={1,2,3,4,5,}\mathbb{N} = \{1, 2, 3, 4, 5, \dots\}

O={1,3,5,7,9,}O = \{1, 3, 5, 7, 9, \dots\}

W={0,1,2,3,4,}\mathbb{W} = \{0, 1, 2, 3, 4, \dots\}

The set of natural numbers N\mathbb{N}and the set of odd natural numbers OO are equivalent because each element of one set can be matched to exactly one element of the other (e.g., pair 1 with 1, 2 with 3, 3 with 5, and so on). They are not equal because their elements are not the same.

N={N = \{

O={O = \{

1,1,

1,1,

2,2,

3,3,

3,3,

5,5,

4,4,

7,7,

5,5,

9,9,

} \dots \}

} \dots \}

Similarly, the set of natural numbers N\mathbb{N} and the set of whole numbers W\mathbb{W} are equivalent, even though W\mathbb{W} includes 0 and N\mathbb{N} does not.

N={N = \{

W={W = \{

1,1,

0,0,

2,2,

1,1,

3,3,

2,2,

4,4,

3,3,

5,5,

4,4,

} \dots \}

} \dots \}

We can also see that we can make a one to one correspondence between Natural number and Integers and so they are also equivalent.

N={\mathbb{N} = \{

Z={\mathbb{Z} = \{

1,1,

0,0,

2,2,

1,1,

3,3,

1,-1,

4,4,

2,2,

5,5,

2,-2,

6,6,

3,3,

7,7,

3,-3,

8,8,

4,4,

9,9,

4,-4,

}\dots \}

}\dots \}

Cardinality of Infinite Sets

The cardinality of an infinite set refers to its “size” in terms of how many elements it has. Remarkably, some infinite sets that seem smaller — like the odd numbers — have the same cardinality as the entire set of natural numbers. These are called countably infinite sets, and they all share the same cardinality, often denoted by 0\aleph_0 (aleph-null).

The following sets are all countably infinite:

  • Natural numbers: N={1,2,3,}\mathbb{N} = \{1, 2, 3, \dots\}
  • Whole numbers: {0,1,2,3,}\{0, 1, 2, 3, \dots\}
  • Integers: Z={,2,1,0,1,2,}\mathbb{Z} = \{\dots, -2, -1, 0, 1, 2, \dots\}
  • Rational numbers: Q={pq  |  p,qZ, q0}\mathbb{Q} = \left\{\frac{p}{q} \;\middle|\; p, q \in \mathbb{Z},\ q \neq 0 \right\}

And all these countably infinite sets have the same cardinality and they are all equivalent.

The following sets are all uncountably infinite:

  • Real numbers: R\mathbb{R}
  • Irrational numbers: RQ\mathbb{R} \setminus \mathbb{Q}
  • Points on a line segment [0,1][0, 1]
  • All real numbers between any two distinct real numbers

But the cardinality of uncountably infinite sets is a more advanced topic to be tackled in a different course.

Activty to Identify Finite and Infinite Sets

Activity: Sort Into Categories!

Drag and sort the given items into Finite Sets, and Infinite Sets. Think carefully — everything has its place!

Unsorted

Finite Sets

Infinite Sets

Score: 0 / 12 (0%)

Activity to Identify Equal and Equivalent Sets

Activity: Sort Into Categories!

Drag and sort the given items into Equal Sets, Equivalent Sets, and Neither Equal nor Equivalent. Think carefully — everything has its place!

Unsorted

Equal Sets

Equivalent Sets

Neither Equal nor Equivalent

Score: 0 / 19 (0%)

Activity to Pair sets with the same Cardinality

Activity: Match The Columns!

Reorder the Sets B to match them with the correct Sets A.

Sets A

Sets B

{1,2,3,4}\{1, 2, 3, 4\}

{xxNx<4}\{x \mid x \in \mathbb{N} \wedge x < 4\}

{a,b}\{a, b\}

N\mathbb{N}

R\mathbb{R}

{7}\{7\}


End of Lesson

 Previous
Set Builder Notation Task 1
Next
Subsets