Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
Disjoint Sets
Next article icon

Empty Set

Last Updated : 01 Aug, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Empty Sets are sets with no items or elements in them. They are also called null sets. The symbol (phi) ∅represents the empty set and is written as ∅ = { }. It is also known as a void set or a null set. When compared to other sets, empty sets are seen to be distinctive.

Empty sets are used to simplify computations and are most commonly employed when categorizing odd or unusual items.

Table of Content

  • What is an Empty Set?
    • Empty Set Definition
    • Empty Set Symbol
  • Non-Empty Sets
    • Examples
  • Properties of Empty Set
  • Difference Between Zero Set and Empty Set
    • Representation
  • Venn Diagram - Empty Set
  • Solved Examples on Empty Set

What is an Empty Set?

The empty set, null set, or void set is a set that does not include any elements. For example, the collection of possibilities for rolling a die and obtaining a number larger than 6. As we all know, the results of a dice roll are 1, 2, 3, 4, 5, and 6. As a result, the set containing integers larger than 6 here will be. This indicates that there will be no elements and is referred to as the empty set.

Empty Set Definition

The empty set is a set that contains no elements. It is a unique set that is defined by the absence of any members.

Empty Set Symbol

An empty set, null set, or void set is a set that has no elements and is symbolized by the symbol 

∅ (phi)

OR

{  }

When two dice are rolled simultaneously, the collection of the numbers for threesomes gets a number larger than 25. As a result, the set containing integers bigger than 25 here will be zero, i.e. This implies that there will be no items and that the resulting set will be empty.

Non-Empty Sets

As we know, the collection of elements is set and any set with at least one element in it is called a non-empty set. In other words, any set with at least one element is called a non-empty set. Some examples of non-empty sets are:

  • {1, 2, 3} is a non-empty set because it contains three elements: 1, 2, and 3.
  • {"apple", "banana", "orange"} is also a non-empty set with three elements.
  • The set {5} is non-empty since it contains the single element 5.
  • The set of all positive integers greater than 2 can be represented as {3, 4, 5, 6, 7, ...}, and it is a non-empty set.

Examples

  • Set A = {x: x is a prime number between 32 and 36}, as there are no prime numbers between 32 and 36 set A is an empty set. Set A = ∅.
  • Set B = {x: x are numbers greater than 6 while rolling a die}, there is no number greater than six in a die, so set B is an empty set. Set B = ∅.
  • Set C = {x: x are natural numbers that satisfy x2 + x + 1 = 0}, there is no such natural number that satisfies the given condition, so set C is an empty set. Set C = ∅.

Properties of Empty Set

Property 1: Empty Set is a Subset of Every Set.

According to the property, the empty or null can be regarded as a subset of any set. That is, given a set P, the empty set is a subset of P, such that  ∅ ⊆ P; ∀ P. Let's look at an example to better understand the attribute.

Example:

Assume P = {4, 12, 21} is a finite set.

All possible subsets of P are,

P = ∅, {4}, {12}, {21}, {4, 12}, {12, 21}, {4, 21}

This demonstrates that for any finite or infinite set, if all potential subsets are considered, an empty set will always be included.

Property 2: Union with Empty Set

The property asserts that the union of any set with an empty set always results in the set itself. Q ⋃ ∅ = Q; ∀ Q. is a mathematical expression.

Example:

If B = {7, 8, 9, 10} then:

B U ∅ = {7, 8, 9, 10} U { }

B U ∅ = {7, 8, 9, 10}

This attribute is also valid since an empty/null set contains no elements and its union with any other set yields the same as the end result.

Property 3: Intersection with Empty Set

This property, in contrast to the union property, states that the intersection of any given set's sets with an empty one will always result in an empty set. E ⋂ ∅ = ∅; ∀ E is the mathematical expression.

Example:

If we are given E = {10, 20, 30, 40}

we may write: E ∩ ∅ = {10, 20, 30, 40} ∩ {}

E ∩ ∅=∅

This characterisolds is true because the empty/null set has no items, implying that no common component exists between the provided set and the empty one.

Property 4: Cardinality of Empty Set

Cardinality specifies the total number of items in a given set. As we know, an empty kind of set has no items and so has 0 cardinality. This is represented as |∅| = 0.

Example:

Consider the set X = {x: x is an odd multiple of 2}

Odd numbers are those that cannot be divided by two. As a result, there are no odd multiples of 2. There is no element in either set A or set A = {}. As a result, the cardinality of set A = 0.

Property 5: Power Set of Empty Set

An empty set has no items. As a result, the power set of an empty set{} may be defined as P(E) ={}.

  • An empty or null set's power set contains exactly:
  • A set that includes a null set.
  • It contains zero or null items.
  • The sole subset is the empty set.
  • As a result, the number of power set components is 20 = 1
  • As a result, the power set only has one element, which is the empty set itself.

Property 6: Cartesian Product of Empty Set

The multiplication of the provided sets is defined by the Cartesian product. Taking the cartesian product of any set with an empty/null set always yields an empty result. The explanation is obvious: the empty set includes no items. Mathematically expressed as: B x ∅ = ∅; ∀ B

Example:

If we are given with E = {10, 20, 30, 40} then:

E x ∅ = {10, 20, 30, 40} x {}=∅; ∀ E

Property 7: Complement of Empty Set

The universal set is the complement of a set that is an empty/null set. The ultimate solution is a universal set itself if we carry the difference between a universal set and an empty type set. '∅’ = U is the mathematical notation. This is because the universal set contains all items, but the empty set has none.

Property 8: Empty Set Subset

We may think of an empty set as a container with nothing in it. The empty set exists in the same way as the container does. An empty set's lone subset is the set itself, i.e. P ⊆ ∅ ⇒ P = ∅.

Difference Between Zero Set and Empty Set

Zero Set

Empty Set

A zero set is a set in which zero is the alone element.An empty has has no elements.
It is represented by the number {0}.It is represented as {}.

Example, 

Suppose P = {0}

The set symbolizes a zero set that contains just zero.

Example, 

A set Q = { x: x is a prime number between 20<x<23}

The numbers that run from 20 to 23 are 21, 22. Because both of them are not prime, set Q is empty.

Q = { } OR  Q = ∅

Representation

Empty sets are represented in set theory by the empty curly brackets {} that are commonly used to designate sets. However, because empty sets are distinct types of sets, they can also be represented by a special character ∅. Consider the case of an empty set A that contains multiples of 5 between 6 and 8. The supplied set is empty since there are no multiples of 5 between 6 and 8. Set A = {y: y is a multiple of 5 and 6<y<8.}

  • This empty set is denoted by the symbol A = {}
  • The same empty set A may alternatively be written using the notations: Empty set = { } or, X = { }.
  • To symbolize an empty set, we can use a special symbol ∅.

Venn Diagram - Empty Set

Venn Diagrams are often regarded as the best tool for representing connections between sets, particularly finite sets. An empty set can be represented using a Venn diagram. The following diagram depicts the relationship:

Consider the following sets: A = {1, 3, 5} and B = {2, 4, 6}

Empty Set Venn Diagram

Because there are no common items that are intersecting elements between the two sets X and Y, we may deduce that the intersection between these two sets is empty. Consequently, A ∩ B = ∅.

  • Representation of a Set
  • Types Of Sets
  • Operations on Sets

Solved Examples on Empty Set

Example 1: Consider the following set A = {11, 12, 13, 14, 15, 16}. Determine the union of this set A and an empty set.

There are no elements in an empty set. The union of set A with the empty set is seen below:

A U ∅ = {11, 12, 13, 14, 15, 16} U { }

A U ∅ = {11, 12, 13, 14, 15, 16}

This demonstrates the notion that every set's union with an empty set is the set itself.

Example 2: Find the cardinality of set X where set X = {x: x is an odd multiple of 12}.

To begin solving this problem, we shall simplify the set.

Because there are no odd multiples of 12, the set is empty.

Cardinality may be determined as follows:

|∅| = {x: x is an even multiple of 12}

|∅| = 0

Example 3: Find the complement of the set of even natural numbers less than 10.

First, we form the set A.

Because there are 4 even natural numbers less than 10 , the set is A = {2,4,6,8}.

Cardinality may be determined as follows:

|∅| = {x: x is an even natural number less than 10}

|∅| = 4

A' = U - A = {1,3,5,7,9}

|∅'| = 5

Summary - Empty Set

An empty set is a set that doesn't contain any element. For example, a set of even numbers lesser than 2 is an empty set. Because its cardinality is specified and equal to zero, an empty set is a finite set. The symbol (phi) ∅represents the empty set and is written as ∅ = { }. Except for the empty set, every other set is a proper subset of the empty set, and no set is a proper subset of itself. The empty set, null set, or void set is a set that does not include any elements.


Next Article
Disjoint Sets

C

chetanpahwa
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Class 11
  • Set Theory
  • Maths-Class-11

Similar Reads

    Set Theory
    Set theory is a branch of mathematics that deals with collections of objects, called sets. A set is simply a collection of distinct elements, such as numbers, letters, or even everyday objects, that share a common property or rule.Example of SetsSome examples of sets include:A set of fruits: {apple,
    3 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.Example: A = { 2, 4, 6, 8 }. A is a set and 2, 4
    8 min read

    Representation of Set

    Representation of a Set
    Sets are defined as collections of well-defined data. In Math, a Set is a tool that helps to classify and collect data belonging to the same category. Even though the elements used in sets are all different from each other, they are all similar as they belong to one group. For instance, a set of dif
    8 min read
    Set-Builder Notation
    Set-builder Notation is a type of mathematical notation used to describe sets by naming their components or highlighting the requirements that each member of the set must meet. Sets are written in the form of {y | (properties of y)} OR {y : (properties of y)} in the set-builder notation, where the c
    11 min read

    Types of Set

    Types Of Sets
    In mathematics, a set is defined as a well-defined collection of distinct elements that share a common property. These elements— like numbers, letters, or even other sets are listed in curly brackets "{ }" and represented by capital letters. For example, a set can include days of the week. The diffe
    13 min read
    Empty Set
    Empty Sets are sets with no items or elements in them. They are also called null sets. The symbol (phi) ∅represents the empty set and is written as ∅ = { }. It is also known as a void set or a null set. When compared to other sets, empty sets are seen to be distinctive.Empty sets are used to simplif
    10 min read
    Disjoint Sets
    Disjoint Sets are one of the types of many pair of sets, which are used in Set Theory, other than this other types are equivalent sets, equal sets, etc. Set Theory is the branch of mathematics that deals with the collection of objects and generalized various properties for these collections of objec
    8 min read
    Finite Sets
    Finite set is a collection of finite, well-defined elements. For better understanding, imagine you have a bunch of your favourite toys or snacks. You know exactly how many you have, that's the idea of a finite set in math. A finite set is a way to discuss collections of things you can count. In this
    10 min read
    Universal Sets
    Universal Set is a set that has all the elements associated with a given set, without any repetition. Suppose we have two sets P = {1, 3, 5} and Q = {2, 4, 6} then the universal set of P and Q is U = {1, 2, 3, 4, 5, 6}. We generally use U to denote universal sets. Universal Set is a type of set that
    6 min read
    Subsets in Maths
    Subsets in Maths are a core concept in the study of Set Theory. It can be defined as a group of elements, objects, or members enclosed in curly braces, such as {x, y, z} is called a Set, where each member of the set is unique and is taken from another set called the Parent Set.This article explores
    12 min read

    Operation on Sets

    Set Operations
    A set is simply a collection of distinct objects. These objects can be numbers, letters, or even people—anything! We denote a set using curly brackets.For example: A = {1, 2, 3}Set Operations can be defined as the operations performed on two or more sets to obtain a single set containing a combinati
    10 min read
    Union of Sets
    Union of two sets means finding a set containing all the values in both sets. It is denoted using the symbol '∪' and is read as the union. Example 1:If A = {1, 3. 5. 7} and B = {1, 2, 3} then A∪B is read as A union B and its value is,A∪B = {1, 2, 3, 5, 7}Example 2:If A = {1, 3. 5.7} and B = {2, 4} t
    12 min read
    Intersection of Sets
    Intersection of Sets is the operation in set theory and is applied between two or more sets. It result in the output as all the elements which are common in all the sets under consideration. For example, The  intersection of sets A and B is the set of all elements which are common to both A and B.In
    11 min read
    Difference of Sets
    Difference of Sets is the operation defined on sets, just like we can perform arithmetic operations on numbers in mathematics. Other than the difference, we can also perform the union and intersection of sets for any given set. These operations have a lot of important applications in mathematical pr
    10 min read
    Complement of a Set
    In mathematics, a set is a collection or grouping of well-defined objects. All such objects, when grouped in a set, are called elements. Sets are represented by capital letter symbols, and the elements are placed together in a curly bracket {}.For example, if W is the set of whole numbers, then W =
    10 min read
    Cartesian Product of Sets
    The term 'product' mathematically refers to the result obtained when two or more values are multiplied together. For example, 45 is the product of 9 and 5.To understand the Cartesian product of sets, one must first be familiar with basic set operations such as union and intersection, which are appli
    7 min read

    Application of Set

    De Morgan's Law - Theorem, Proofs, Formula & Examples
    De Morgan's law is the law that gives the relation between union, intersection, and complements in set theory. In Boolean algebra, it gives the relation between AND, OR, and complements of the variable, and in logic, it gives the relation between AND, OR, or Negation of the statement. With the help
    13 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences