What is Set Theory? Definition, Types, Operations

Last Updated : 27 May, 2024
Comments
Improve
Suggest changes
Like Article
Like
Save
Share
Report
News Follow

Set Theory is a branch of logical mathematics that studies the collection of objects and operations based on it. A set is simply a collection of objects or a group of objects. For example, a group of players in a football team is a set and the players in the team are its objects.

The words collection, aggregate, and class are synonymous with set. On the other hand elements, members, and objects are synonymous and stand for the members of the set of which the set is comprised.

In this article, we will learn about the set theory and cover sets in detail. Look at the content guide that shows all the topics, we will be covering in this article.

What is Set Theory?

Set Theory Definition

Sets are defined as ”a well-defined collection of objects”. Let’s say we have a set of Natural Numbers then it will have all the natural numbers as its members and the collection of the numbers is well defined that they are natural numbers.

Note: A set is always denoted by a capital letter.

A set of Natural Numbers is given by: 

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

The above example is a collection of natural numbers and is also well-defined. Well-defined means, that anyone should be able to tell whether the object belongs to the set or not.

Note:The term ‘well defined’ should be taken care of, as if we try to make a set of best players, then the term ‘best’ is not well defined. The concept of best, worst, beautiful, powerful, etc. varies according to the notions, assumptions, likes, dislikes, and biases of a person.

This explains what is a set, now let’s look at some set terms:

History of Set Theory

The concept of Set Theory was propounded in the year 1874 by Georg Cantor in his paper name ‘On a Property of Collection of All Real Algebraic Numbers‘.

His concept of Set Theory was later used by other mathematicians in giving various other theories such as Klein’s Encyclopedia and Russell Paradox. Sets Theory is a foundation for a better understanding of topology, abstract algebra, and discrete mathematics.

Understanding set theory will also help in understanding other mathematical concepts like relations, functions, probability, etc.

Examples of Sets

Some common examples of sets are mentioned below:

Some Common Sets

Below are the symbols used to represent common sets in set theory.

Symbol  Set Name Description Example
N Set of Natural Numbers The set of all positive integers. Starting from 1. {1, 2, 3, 4, …}
Z Set of Integers The set of all positive, negative, and zero integers. {…, -3, -2, -1, 0, 1, 2, 3, …}
R Set of Real Numbers The set of all real numbers, including positive and negative rational and irrational numbers. {…, -3.14, -2, -1, 0, 1, 2, 3.14, …}
C Set of Complex Numbers The set of all numbers that can be expressed as a + bi, where a and b are real numbers and i is the imaginary unit (√(-1)). {1 + 2i, 3 – 5i, √2, -πi, …}
Q Set of Rational Numbers The set of all numbers that can be expressed as a fraction p/q, where p and q are integers and q ≠ 0. {1/2, -3/4, 5, 0.75, …}

Some of the important terms related to sets are mentioned below. These terms will be used several times in this article, and knowing these terms will help you learn set theory.

Elements of a Set

The objects contained by a set are called the elements of the set. 

They are represented using the ∈ symbol which means “belongs to”.

For Example:

In the set of Natural Numbers, 1, 2, 3, etc. are the objects, hence they are the elements of the set of Natural Numbers. 

We can also say that 1 belongs to set N and it is represented as 1 ∈ N.

Cardinal Number of a Set

The number of elements present in a set is called the Cardinal Number of a Set.

For Example:

Suppose P is a set of the first five prime numbers given by P = {2, 3, 5, 7, 11}, then the Cardinal Number of set P is 5. 

The Cardinal Number of Set P is represented by n(P) or |P| = 5.

Representation of Sets

Sets are primarily represented in two forms:

  • Roster Form
  • Set Builder Form

Roster Form

In the Roster Form of the set, the elements are placed inside braces {} and are separated by commas.

Let’s say we have a set of the first five prime numbers then it will be represented by P = {2, 3, 5, 7, 11}. Here the set P is an example of a finite set as the number of elements is finite, however, we can come across a set that has infinite elements then in that case the roster form is represented in the manner that some elements are placed followed by dots to represent infinity inside the braces.

Let’s say we have to represent a set of Natural Numbers in Roster Form then its Roster Form is given as N = {1, 2, 3, 4…..}.

In roster form representation, the set does not contain duplicate elements. For Example, If A represents a set that contains all letters of the word TREE, then the correct roster form representation will be: 

A = {T,R,E} = {E,R,T} 

A={T,R,E,E} is the wrong representation, therefore A≠ {T,R,E,E}

Set Builder Form

In Set Builder Form, a rule or a statement describing the common characteristics of all the elements is written instead of writing the elements directly inside the braces. 

For Example, A set of all the prime numbers less than or equal to 10 is given as P = {p : p is a prime number ≤ 10}. In another example, the set of Natural Numbers in set builder form is given as N = {n : n is a natural number}.

Read More: Representation of Sets

Types of Sets

There are different types of sets categorized on various parameters. Some types of sets are mentioned below:

Set Name Description Example
Empty Set A set containing no elements whatsoever. {}
Singleton Set A set containing exactly one element. {1}
Finite Set A set with a limited, countable number of elements. {apple, banana, orange}
Infinite Set A set with an uncountable number of elements. {natural numbers (1, 2, 3, …)}
Equivalent Sets Sets that have the same number of elements and their elements can be paired one-to-one. Set A = {1, 2, 3} and Set B = {a, b, c} (assuming a corresponds to 1, b to 2, and c to 3)
Equal Sets Sets that contain exactly the same elements. Set A = {1, 2} and Set B = {1, 2}
Universal Set A set containing all elements relevant to a specific discussion. The set of all students in a school (when discussing student grades)
Unequal Sets Sets that do not have all the same elements. Set A = {1, 2, 3} and Set B = {a, b}
Power Set The set contains all possible subsets of a given set. Power Set of {a, b} = { {}, {a}, {b}, {a, b} }
Overlapping Sets Sets that share at least one common element. Set A = {1, 2, 3} and Set B = {2, 4, 5}
Disjoint Sets Sets that have no elements in common. Set A = {1, 2, 3} and Set B = {a, b, c}
Subset A set where all elements are also members of another set. {1, 2} is a subset of {1, 2, 3}

Read More on, Types of Sets

Set Theory Symbols

Various symbols are used in Sets Theory. The notations and their explanation are tabulated below:

Symbol Explanation
{} Set
x ∈ A x is an element of set A
x ∉ A x is not an element of set A
∃ or ∄ There exist or there doesn’t exist
Φ Empty Set
A = B Equal Sets
n(A) Cardinal Number of Set A
P(A) Power Set
A ⊆ B A is a subset of B
A ⊂ B A is the Proper subset of B
A ⊈ B A is not a subset of B
B ⊇ A B is the superset of A
B ⊃ A B is a proper superset of A
B ⊉ A B is not a superset of A
A ∪ B A union B
A ∩ B A intersection B
A’ Complement of Set A

Read More: Set Theory Symbols.

Set Theory Operations

Some commonly used set operations are:

Set Operation Description Example
Union (U) The combination of elements from two sets, including duplicates.

if Set A = {1, 3, 5} and Set B = {2, 3, 4} ,then

A U B = {1, 2, 3, 4, 5}

Intersection (∩) The collection of elements that are in both sets.

if Set A = {1, 3, 5} and Set B = {2, 3, 4}, then 

A ∩ B = {3}

Difference ( \ ) The collection of elements in the first set that are not in the second set.

if Set A = {1, 3, 5} and Set B = {2, 3, 4} , then

A \ B = {1, 5}

Complement (A’) The collection of elements that are not in the first set, but are in the universal set (all elements under consideration).

if Universal Set = {1, 2, 3, 4, 5} and Set A = {2, 4} ,then

A’ = {1, 3, 5}

Cartesian Product (A x B) The collection of ordered pairs where the first element comes from the first set and the second element comes from the second set.

if Set A = {1, 2} and Set B = {a, b}, then

A x B = {(1, a), (1, b), (2, a), (2, b)}

Learn More: Operation on Sets

Properties of Set Operations

The various properties followed by sets are tabulated below:

Property Expression
Commutative Property

A ∪ B = B ∪ A

A ∩ B = B ∩ A

Associative Property

(A ∩ B) ∩ C = A ∩ (B ∩ C)

(A ∪ B) ∪ C = A ∪ (B ∪ C)

Distributive Property

A ∪ (B ∩ C) = (A ∪ B) ∩ (A ∪ C)

A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)

Identity Property

A ∪ Φ = A

A ∩ U = A

Complement Property A ∪ A’ = U
Idempotent Property A ∪ A = A ∩ A = A

Set Theory Formulas

The set theory formulas are given for two sets – overlapping and disjoint sets. Let’s learn them separately

Overlapping Set Formulas

Given that two sets A and B are overlapping, the formulas are as follows:

n(A ∪ B) n(A) + n(B) – n(A ∩ B)
n(A ∩ B) n(A) + n(B) – n(A ∪ B)
n(A) n(A ∪ B) + n(A ∩ B) – n(B)
n(B) n(A ∪ B) + n(A ∩ B) – n(A)
n(A – B) n(A ∪ B) – n(B)
n(A – B) n(A) – n(A ∩ B)
n(A ∪ B ∪ C) n(A) + n(B) + n(C) – n(A∩B) – n(B∩C) – n(C∩A) + n(A∩B∩C)

Disjoint Set Formula

If two sets A and B are disjoint sets

n(A ∪ B) n(A) + n(B)
(A ∩ B) Φ
n(A – B) n(A)

De Morgan’s Laws

De Morgan’s Law is applicable in relating the union and intersection of two sets via their complements. There are two laws under De Morgan’s Law. Let’s learn them briefly

De Morgan’s Law of Union

De Morgan’s Law of Union states that the complement of the union of two sets is equal to the intersection of the complement of individual sets. Mathematically it can be expressed as

(A ∪ B)’ = A’ ∩ B’

De Morgan’s Law of Intersection

De Morgan’s Law of Intersection states that the complement of the intersection of two sets is equal to the union of the complement of individual sets. Mathematically it can be expressed as

(A ∩ B)’ = A’ ∪ B’

Visual Representation of Sets Using Venn Diagram

Venn Diagram is a technique for representing the relation between two sets with the help of circles, generally intersecting.

For Example:

Two circles intersecting with each other with the common area merged into them represent the union of sets, and two intersecting circles with a common area highlighted represent the intersection of sets while two circles separated from each other represent the two disjoint sets.

A rectangular box surrounding the circle represents the universal set. The Venn diagrams for various operations of sets are listed below:

venn diagram representation

Conclusion – Set Theory

We have covered all the concepts required to learn the set theory. We have covered the history, definition, examples, symbols, operations, and formulas of set theory.

Set theory is an important topic and many questions come from set theory in many competitive Exams. Students should focus on set theory and practice with some questions provided in this article.

Solved Examples on Set Theory

Example 1: If A and B are two sets such that n(A) = 17, n(B) = 23 and n(A ∪ B) = 38 then find n(A ∩ B).

Solution:

We know that n(A ∪ B) = n(A) + n(B) – n(A ∩ B)

⇒ 38 = 17 + 23 – n(A ∩ B)

⇒ n(A ∩ B) = 40 – 38 = 2

Example 2: If X = {1, 2, 3, 4, 5}, Y = {4, 5, 6, 7, 8}, and Z = {7, 8, 9, 10, 11}, find (X ∪ Y), (X ∪ Z), (Y ∪ Z), (X ∪ Y ∪ Z), and X ∩ (Y ∪ Z)

Solution:

(X ∪ Y) = {1, 2, 3, 4, 5} ∪ {4, 5, 6, 7, 8} = {1, 2, 3, 4, 5, 6, 7, 8}

(X ∪ Z) = {1, 2, 3, 4, 5} ∪ {7, 8, 9, 10, 11} = {1, 2, 3, 4, 5, 7, 8, 9, 10, 11}

(Y ∪ Z) = {4, 5, 6, 7, 8} ∪ {7, 8, 9, 10, 11} = {4, 5, 6, 7, 8, 9, 10, 11}

(X ∪ Y ∪ Z) = {1, 2, 3, 4, 5} ∪ {4, 5, 6, 7, 8} ∪ {7, 8, 9, 10, 11} = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}

X ∩ (Y ∪ Z) = {1, 2, 3, 4, 5} ∩ {4, 5, 6, 7, 8, 9, 10, 11} = {4, 5}

Practice Problems on Set Theory

1. Given two sets A = {1,3,5,7} and B = {1,2,3,4}, find:

  • AB (Union)
  • AB (Intersection)
  • AB (Difference)
  • BA (Difference)
  • A×B (Cartesian product)

2. Let the universal set 𝑈={1,2,3,4,5,6,7,8,9,10} and C={2,4,6,8,10}. Find the complement of C with respect to U.

3. Define a set 𝐷={x | x is a letter in the word “HELLO”}. List all the subsets of D and then find the power set of D.

4. In a survey of 100 students, it is found that:

  • 60 students like chocolate ice cream.
  • 30 students like vanilla ice cream.
  • 10 students like neither. Find how many students like both chocolate and vanilla ice cream, assuming these are the only flavors available.

FAQs on Set Theory

What is the basic of set theory?

Set Theory is the study of a collection of objects which are called sets and the relation between different sets.

How do you define set?

Set is a well-defined collection of objects. These objects are called the element of sets.

Who Invented set theory?

Set Theory was invented by German Mathematician Georg Cantor.

What is the Algebra of Sets?

Algebra of Sets deals with the following laws:

  • Commutative Laws
  • Associative Law
  • Distributive Law
  • Identity Law
  • Idempotent Law

These laws are covered in the article under Properties of Sets.

What is a Subset?

A subset is a set that has fewer or equal elements of another set. The other set is called a Superset.

What is De Morgan’s Law?

De Morgan’s Law is a law that deals with the union and intersection of sets with the intersection and union of individual sets respectively. There are two laws under it namely De Morgan’s Law of Union and De Morgan’s Law of Intersection. These are covered under the section of De Morgan’s Law in this article.



Similar Reads

Fractions - Definition, Properties, Types, Operations & Examples
Fractions represent parts of a whole, with a numerator (the top number) indicating how many parts you have and a denominator (the bottom number) representing the total number of equal parts the whole is divided into. Simple fractions have integers in both the numerator and denominator, while complex fractions have fractions in either the numerator
11 min read
Plate Tectonic Theory : Types, Zones & Facts
Plate tectonics is the hypothesis that the earth's external shell is separated into a few plates that float over the mantle, the rough inward layer over the centre. The plates carry on like hard and unbending shells contrasted with Earth's mantle. This solid external layer is known as the lithosphere. The world's lithosphere is made out of seven or
5 min read
Order Of Operations – Definition, Steps, Examples, FAQs
Order of Operations is a collection of mathematical principles that specify the order in which distinct operations of an expression should be performed. The order is as follows: Parentheses FirstThen ExponentsThen Multiplication and Division (from left to right)Lastly Addition and SubtractionIn this article, we will learn about the order of operati
9 min read
Rough Set Theory | Properties and Important Terms
Prerequisite - Rough Set Theory The main goal of the rough set analysis is the induction of approximations of concepts. Rough sets constitute a sound basis for Knowledge Discovery in Database. It offers mathematical tools to discover patterns hidden in data. It can be used for feature selection, feature extraction, data reduction, decision rule gen
4 min read
Mathematics | Graph Theory Basics - Set 1
A graph is a data structure that is defined by two components : A node or a vertex.An edge E or ordered pair is a connection between two nodes u,v that is identified by unique pair(u,v). The pair (u,v) is ordered because (u,v) is not same as (v,u) in case of directed graph.The edge may have a weight or is set to one in case of unweighted graph.Cons
4 min read
Rough Set Theory | An Introduction
The notion of Rough sets was introduced by Z Pawlak in his seminal paper of 1982 (Pawlak 1982). It is a formal theory derived from fundamental research on logical properties of information systems. Rough set theory has been a methodology of database mining or knowledge discovery in relational databases. In its abstract form, it is a new area of unc
4 min read
Applications of Set Theory
Set theory, the mathematical study of collections of objects, is a foundational system for mathematics, underpinning virtually all mathematical disciplines. Its concepts of union, intersection, and complement, among others, are crucial for understanding and formalizing the structure of mathematical theories. Beyond its theoretical importance, set t
1 min read
Set Theory Formulas
In mathematics, a set is simply a collection of well-defined individual objects that form a group. A set can contain any group of items, such as a set of numbers, a day of the week, or a vehicle. Each element of the set is called an element of the set. In mathematics, a set is defined as a collection of immutable objects with fixed elements. Elemen
15 min read
Zermelo-Fraenkel Set Theory (ZF)
Zermelo-Fraenkel set theory (ZF) is an axiomatic system extensively used in mathematics to formalize set theory and as a basis to develop mathematical theories. ZF underlines a significant part of modern mathematical logic and set theory to provide the consistency of proofs. In this article the main focus is to describe ZF Set Theory in detail, the
10 min read
Set Theory Questions
Set Questions have been provided here to simplify the concept of sets and relations for the students of Class 11. These set questions have been designed according to the latest CBSE syllabus. From basic sets and relations to set functions and subsets, we've covered key areas to help you develop a good understanding of set theory. Set Theory Questio
9 min read
What are Natural Resources? Definition, Types, Impacts, Examples
A natural resource can be defined as anything that exists on this planet without human intervention. These are the materials from the Earth that are used by people in order to sustain life and meet their needs. They play an essential role in the working of any man-made product. Examples:- Fossil fuels, Air, Water, etc., Utilization - Natural Resour
5 min read
What is a Demand? Definition, Types, Examples, FAQs
In financial matters, 'demand' represents a customer's capacity and want to buy a decent or administration. It is the chief power that drives the financial development of a country. Without it, other monetary exercises will become unimportant. Keeping different variables consistent, an expansion in costs of labor and products diminishes purchaser's
6 min read
Respiratory System Disorders - Definition, Causes, Types, Symptoms
Respiration is a biological process, it involves the activity of interchanging oxygen and carbon dioxide via a liquid medium to use the oxygen for the oxidation of glucose inside the mitochondria (the powerhouse of cells) which produces the energy. Some of the energy is stored in the high-energy bonds of ATP molecules as biological useful energy. S
5 min read
Toxicity of Micronutrients - Definition, Types, Functions
Mineral Nutrition is characterized as the normally occurring inorganic supplement found in the soil and food that is essential for the appropriate working of plant bodies and animals. Minerals are imperative components essential for the body. Both plants and animals require minerals basically. For instance, Zinc is vital for the production of prote
6 min read
Rainforests - Definition, Types, Characteristics, Features
Tropical jungle, also known as rainforest, is a lush backcountry made primarily of tall, wide-leaved trees; that is typically found in tropical uplands and marshes near the equator. Rainforests typically grow in regions with high annual precipitation, typically exceeding 1,800 mm (70 inches), as well as a warm and humid climate. These locations con
6 min read
What is Cyber Bullying? Definition, Types, Effects, Laws
Cyberbullying is a cybercrime in which the bullying takes place digitally on online platforms like social media, gaming communities, etc where users can view, share content or messages. On these online platforms, some people(attacker) shares negative post, harmful, false content, or personal information, etc. about someone(victim) to humiliate, thr
7 min read
What is Plagiarism? Definition, Types, How to Avoid, Laws
Plagiarism is derived from the Latin word "Plagiarius" meaning "kidnapper". Plagiarism means stealing or copying another's work and representing it as own work. On Internet, everything is available for free. We can share, upload, download, view, or search any text, audio, and video. Everything is there for free. The availability of anything and eve
8 min read
Dobereiners Triads - Definition, Types, Limitations
Since ancient times, there have been various attempts to classify the elements into groups according to their properties. As the new elements were discovered, a number of theories came up to classify the elements. Various scientists used various approaches and facts to justify their classification. These theories were refined more and more and fina
5 min read
Combustion of Fuels - Definition, Types, Structure of Flame
We use different kinds of fuel for various purposes at home, in industry and for running automobiles. These fuels are cow dung, wood, coal, charcoal, petrol, diesel, compressed natural gas (CNG) and many more. What is Combustion? A chemical process in which a substance reacts with oxygen to emit heat is called combustion. The substance that undergo
9 min read
What are Bases? - Definition, Examples, Types, Properties and Uses
Base is a chemical compound that consists of OH- ions and accepts protons. Base in Chemistry are those compounds that turn red litmus blue and when reacted with acid they neutralize the reaction to give salt and water. The pH value of the base is greater than 7. Bases are bitter in taste and slippery in touch. The bases which are soluble in water a
10 min read
What is Hacking? Definition, Types, Identification, Safety
An effort to attack a computer system or a private network inside a computer is known as hacking. Simply, it is unauthorized access to or control of computer network security systems with the intention of committing a crime. Hacking is the process of finding some security holes in a computer system or network in order to gain access to personal or
7 min read
What is a Storage Device? Definition, Types, Examples
The storage unit is a part of the computer system which is employed to store the information and instructions to be processed. A storage device is an integral part of the computer hardware which stores information/data to process the result of any computational work. Without a storage device, a computer would not be able to run or even boot up. Or
11 min read
Potentiometer - Definition, Working Principle, Types
An electric flow is a surge of charged particles, like electrons or particles, travelling through an electrical channel or space. It is estimated as the net pace of stream of electric charge through a surface or into a control volume. The moving particles are called charge transporters, which might be one of a few sorts of particles, contingent upo
15 min read
Covalent Bonds - Definition, Types, Properties, Examples
The matter is portrayed as any substance that has mass and devours space by having a volume in old-style material science and general science. Step by step fights that can be reached are ultimately contained atoms, which are involved in working together subatomic particles, and matter implies particles and everything included them, similarly as any
8 min read
Adsorption - Definition, Mechanism and Types
Adsorption is the adhesion of atoms, ions, or molecules to a surface from a gas, liquid, or dissolved solids. This process forms an adsorbate film on the adsorbent's surface. This differs from absorption, which occurs when a fluid dissolves or permeates a liquid or solid. Adsorption is a surface phenomenon, whereas absorption occurs throughout the
7 min read
What is Catalysis? - Definition, Types, Characteristics
In a catalysed process, the catalyst usually reacts chemically with the reactants but is eventually regenerated, thus the catalyst level remains constant. Because the catalyst isn't consumed, each molecule of catalyst can cause the transformation of a large number of reactant molecules. The number of molecules changed every minute by a single molec
9 min read
Mobile Technologies - Definition, Types, Uses, Advantages
Mobile technology is a type of technology in which a user utilizes a mobile phone to perform communications-related tasks, such as communicating with friends, relatives, and others. It is used to send data from one system to another. Portable two-way communications systems, computing devices, and accompanying networking equipment make up mobile tec
10 min read
What is Spontaneity? - Definition, Types, Gibbs Energy
Thermodynamics is a discipline of physics that studies heat, work, and temperature, as well as their relationships with energy, radiation, and matter's physical characteristics. The four principles of thermodynamics regulate the behaviour of these quantities, which provide a quantitative description using quantifiable macroscopic physical character
7 min read
What is Equilibrium? - Definition, Types, Laws, Effects
Every chemical reaction wants to attain stability or a state of equilibrium because unstable reactions are of little or no use practically. Equilibrium makes the chemical reaction useful for practical purposes. Equilibrium can be attained not only by chemical processes but also by physical processes. A process can attain an equilibrium state early
11 min read
Plant Growth - Definition, Types, Factors Affecting, Examples
Development is the extremely durable, irreversible expansion in the size of a living being. This component is seen in all living beings, joined by a few metabolic cycles. In plants, the seeds sprout and form into another seedling, which at last forms into a grown-up plant. Plants show endless development. Vegetative development: The prior developme
4 min read