Math Lab
Home/Class XI/Ch 1/The empty set, finite and infinite sets

The empty set, finite and infinite sets

How big is a set? Sometimes the answer is "zero". Sometimes it is a definite number. Sometimes the set goes on forever. This subtopic gives precise names to all three situations and shows why each one matters.

Definitions

A set is called the empty set (or null set or void set) if it has no elements. It is denoted by or{}.\varnothing \quad \text{or}\quad \{\,\}. There is only one empty set, even though it can be described in many ways. For instance {xR:x2+1=0}={xN:x<0}={x:x is a girl studying in a boys’ school}=.\{x \in \mathbb{R} : x^2 + 1 = 0\} = \{x \in \mathbb{N} : x < 0\} = \{x : x \text{ is a girl studying in a boys' school}\} = \varnothing.

A set AA is finite if its elements can be counted out , formally, if there is a natural number nn such that the elements of AA are exactly a1,a2,,ana_1, a_2, \dots, a_n. The number nn is called the cardinality of AA, written A|A| or n(A)n(A). By convention =0|\varnothing| = 0.

A set is infinite if it is not finite. The set N\mathbb{N} of natural numbers is infinite; so are Z,Q,R\mathbb{Z}, \mathbb{Q}, \mathbb{R}.

Why "empty set" matters

The empty set is the additive identity of set algebra: A=AA \cup \varnothing = A, A=A \cap \varnothing = \varnothing. It is also the set of solutions whenever an equation or inequality has no solutions , and you need a notation for that. Writing {xR:x2<0}=\{x \in \mathbb{R} : x^2 < 0\} = \varnothing is much sharper than "no real numbers satisfy this".

A subtle point: {}\varnothing \ne \{\varnothing\}. The first has zero elements; the second has one element (and that element is itself the empty set). Building sets out of sets is how higher mathematics is constructed; we will see it again with the power set in a later subtopic.

Finite vs infinite

A finite set has a definite size: {1,2,3}\{1,2,3\} has 33 elements. We can list its elements completely.

An infinite set cannot be listed completely. Examples:

  • N={1,2,3,}\mathbb{N} = \{1, 2, 3, \dots\}
  • The set of all even integers
  • The interval (0,1)={xR:0<x<1}(0, 1) = \{x \in \mathbb{R} : 0 < x < 1\}
  • The set of all points on a line
  • The set of all primes (Euclid proved there are infinitely many)

Some finite sets look large but have a precise size. The set of seven-digit positive integers has 9106=9,000,0009 \cdot 10^6 = 9{,}000{,}000 elements , still finite. By contrast, {xR:1x1.0001}\{x \in \mathbb{R} : 1 \le x \le 1.0001\} is infinite because between any two real numbers lie infinitely many others.

Equivalent vs equal sets

Two finite sets AA and BB are equivalent if A=B|A| = |B| , same size, possibly different elements. They are equal if they have exactly the same elements. Equal sets are always equivalent; the converse is false: A={1,2,3},B={a,b,c}:A=B=3,yet AB.A = \{1,2,3\},\quad B = \{a, b, c\}: \quad |A| = |B| = 3,\quad \text{yet } A \ne B.

(For infinite sets, the notion of "size" needs more care; you will meet it in higher classes. For this chapter we stay with finite cardinalities.)

Worked examples

Example 1. Find the cardinality of A={xN:x10, x is prime}A = \{x \in \mathbb{N} : x \le 10,\ x \text{ is prime}\}.

Primes up to 1010 are 2,3,5,72, 3, 5, 7, so A={2,3,5,7}A = \{2,3,5,7\} and A=4|A| = 4.

Example 2. Is {xR:x24x+5=0}\{x \in \mathbb{R} : x^2 - 4x + 5 = 0\} empty?

Discriminant =1620=4<0= 16 - 20 = -4 < 0, so the quadratic has no real roots. The set is \varnothing.

Example 3. Decide finite or infinite: (i) set of all months of a year; (ii) set of all positive integers less than 100100; (iii) set of all multiples of 55; (iv) set of all rational numbers between 00 and 11.

(i) Finite, 1212 elements. (ii) Finite, 9999 elements. (iii) Infinite. (iv) Infinite (between any two rationals lies another).

Example 4. How many elements are in {xZ:7<x<4}\{x \in \mathbb{Z} : -7 < x < 4\}?

The integers strictly between 7-7 and 44 are 6,5,,3-6, -5, \dots, 3, which is 3(6)+1=103 - (-6) + 1 = 10 elements.

Example 5 (harder). Let A={(x,y)Z×Z:x2+y2=25}A = \{(x, y) \in \mathbb{Z} \times \mathbb{Z} : x^2 + y^2 = 25\}. Find A|A|.

We need integer pairs with x2+y2=25x^2 + y^2 = 25. Possible (x,y)(|x|, |y|): (0,5),(3,4),(4,3),(5,0)(0, 5), (3, 4), (4, 3), (5, 0). Each non-zero coordinate gives two signs:

  • (0,±5)(0, \pm 5): 22 pairs.
  • (±3,±4)(\pm 3, \pm 4): 44 pairs.
  • (±4,±3)(\pm 4, \pm 3): 44 pairs.
  • (±5,0)(\pm 5, 0): 22 pairs.

Total: A=12|A| = 12.

Try it yourself

  1. Which of these are empty? (a) {xR:x2=9}\{x \in \mathbb{R} : x^2 = -9\}; (b) {xR:x=x+1}\{x \in \mathbb{R} : x = x + 1\}; (c) {x:x is a prime less than 1}\{x : x \text{ is a prime less than } 1\}; (d) {xZ:2<x<1}\{x \in \mathbb{Z} : -2 < x < -1\}.
  2. Find the cardinality of {xN:x20, x is divisible by 3}\{x \in \mathbb{N} : x \le 20,\ x \text{ is divisible by } 3\}.
  3. Finite or infinite? (a) Q\mathbb{Q}; (b) lines through the origin in the plane; (c) digits in the decimal expansion of π\pi; (d) points on the segment from (0,0)(0,0) to (1,1)(1,1).
  4. Find A|A| where A={xZ:x2<36}A = \{x \in \mathbb{Z} : x^2 < 36\}.
  5. Show that the set of all factors of 3636 has size 99.
  6. How many three-digit positive integers are there?
  7. Find {(x,y)Z2:x+y=2}|\{(x, y) \in \mathbb{Z}^2 : |x| + |y| = 2\}|.
  8. Why is {xR:sinx=2}\{x \in \mathbb{R} : \sin x = 2\} empty?
  9. Distinguish \varnothing, {0}\{0\}, {}\{\varnothing\}. How many elements does each have?
  10. Find the cardinality of {xN:x divides 60}\{x \in \mathbb{N} : x \text{ divides } 60\}.
  11. Are {1,2,3,4}\{1,2,3,4\} and {a,b,c,d}\{a,b,c,d\} equal? Equivalent?
  12. List two examples each of: empty sets, finite sets of size 77, infinite sets.

Pitfalls / Tricks

  • {0}\{0\} is not the empty set , it contains one element, namely 00.
  • A\varnothing \subseteq A for every set AA (vacuously). We will use this constantly.
  • Never write {}\{\varnothing\} when you mean \varnothing. The braces matter.
  • Insight. When asked "is this set finite?", first ask "can I in principle list every element?". If between any two elements lies another, the set is infinite.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Empty, finite, infinite sets
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6