krit.club logo

Sets - Types of Sets: Finite, Infinite, Empty, Singleton

Grade 7ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A Set is a well-defined collection of distinct objects. These objects are called elements or members of the set. Visually, a set is often represented by a closed loop or circle (Venn diagram) containing points that represent each element.

A Finite Set is a set that contains a countable number of elements. The process of counting the elements comes to an end. For example, P={x:x is a factor of 10}P = \{x : x \text{ is a factor of } 10\} results in P={1,2,5,10}P = \{1, 2, 5, 10\}. In a visual diagram, all elements are contained within a fixed boundary.

An Infinite Set is a set where the number of elements is unlimited and the counting process never ends. It is represented by listing a few elements followed by three dots (ellipses) like N={1,2,3,}N = \{1, 2, 3, \dots\}. Visually, this can be imagined as a collection that extends infinitely in a specific direction.

An Empty Set (or Null Set/Void Set) is a set that contains no elements at all. It is denoted by the symbol ϕ\phi or empty curly brackets {}\{ \}. Visually, an empty set is represented by a circle or region with nothing inside it. Note that {0}\{0\} is NOT an empty set; it is a set containing the number zero.

A Singleton Set (or Unit Set) is a set that contains exactly one element. For example, the set of even prime numbers is A={2}A = \{2\}. Visually, this is represented by a circle containing a single point or object.

The Cardinal Number of a finite set is the number of distinct elements present in that set, denoted by n(A)n(A). For example, if A={a,e,i,o,u}A = \{a, e, i, o, u\}, then n(A)=5n(A) = 5. For an empty set, n(ϕ)=0n(\phi) = 0, and for a singleton set, the cardinal number is always 11.

📐Formulae

Cardinal Number: n(A)=total number of distinct elements in set An(A) = \text{total number of distinct elements in set } A

Empty Set representation: A=ϕA = \phi or A={}A = \{ \}

Cardinality of Empty Set: n(ϕ)=0n(\phi) = 0

Cardinality of Singleton Set SS: n(S)=1n(S) = 1

💡Examples

Problem 1:

Identify the type of the following sets: (i) A={x:xN,x<1}A = \{x : x \in \mathbb{N}, x < 1\}, (ii) B={x:x is a whole number between 10 and 11}B = \{x : x \text{ is a whole number between } 10 \text{ and } 11\}, (iii) C={x:x is a multiple of 5}C = \{x : x \text{ is a multiple of } 5\}.

Solution:

(i) Natural numbers (NN) start from 11. There is no natural number less than 11. Thus, A={}A = \{ \} or ϕ\phi. It is an Empty Set. (ii) There is no whole number between 1010 and 1111. Thus, B=ϕB = \phi. It is an Empty Set. (iii) Multiples of 55 are {5,10,15,20,}\{5, 10, 15, 20, \dots\}. Since the list goes on forever, CC is an Infinite Set.

Explanation:

To identify set types, we first list the elements (roster form) based on the given rule and then count them.

Problem 2:

Find the cardinal number of the set S={x:x is a letter in the word ’MATHEMATICS’}S = \{x : x \text{ is a letter in the word 'MATHEMATICS'}\}.

Solution:

Step 1: List the distinct letters in the word 'MATHEMATICS'. The letters are M, A, T, H, E, M, A, T, I, C, S. Step 2: Remove duplicate letters to get the set S={M,A,T,H,E,I,C,S}S = \{M, A, T, H, E, I, C, S\}. Step 3: Count the distinct elements. n(S)=8n(S) = 8.

Explanation:

The cardinal number only counts distinct elements. Even though 'M', 'A', and 'T' repeat in the word, they are only counted once in the set.