Notes
Categories

Set in Discrete Mathematics [ English ]

< Prev Next >

1. Introduction to Set

In discrete mathematics, a set is one of the most fundamental concepts. It is used to represent collections of objects and forms the basis for many topics such as relations, functions, and logic.

Sets help in organizing and grouping data in a clear and structured way.


2. Definition of Set

A set is a well-defined collection of distinct objects, called elements.

Key Points:


3. Representation of Sets

Sets are usually denoted by capital letters:

A, B, C, ...

Elements are written inside curly braces { }.


(a) Roster (Tabular) Form

Elements are listed explicitly:

A = {1, 2, 3, 4}

(b) Set-Builder Form

Elements are described using a property:

A = {x | x is a natural number less than 5}

4. Examples of Sets


Not a Set (Not Well-Defined)

✔ Because they are subjective


5. Elements of a Set

If an element belongs to a set:

x ∈ A

If it does not belong:

x ∉ A

6. Types of Sets


(a) Empty Set

A set with no elements:

∅  or  {}

(b) Finite Set

A set with a limited number of elements:

A = {1, 2, 3}

(c) Infinite Set

A set with unlimited elements:

N = {1, 2, 3, ...}

(d) Equal Sets

Two sets are equal if they contain the same elements.


(e) Subset

If all elements of A are in B:

A ⊆ B

7. Cardinality of a Set

The number of elements in a set is called its cardinality.

n(A)

Example:

A = {1, 2, 3} → n(A) = 3

8. Important Properties of Sets


9. Applications of Sets

(a) Mathematics

(b) Computer Science

(c) Real-Life


10. Key Observations


11. Summary

< Prev Next >