S0-SA3-0348
What is a Subset?
Grade Level:
Pre-School – Class 2
All domains without exception
Definition
What is it?
A subset is like a smaller collection of items taken from a larger collection. If every item in a smaller group is also present in a bigger group, then the smaller group is a subset of the bigger group.
Simple Example
Quick Example
Imagine you have a big thali with different food items: roti, dal, rice, sabzi, and pickle. If you only pick roti and dal on your plate, then your plate has a subset of the food items from the thali. Every item on your plate (roti, dal) is also in the thali.
Worked Example
Step-by-Step
Let's say you have a set of fruits: A = {Apple, Banana, Orange, Grapes}.
---
Now, consider another set of fruits: B = {Apple, Grapes}.
---
To check if B is a subset of A, we need to see if every fruit in B is also present in A.
---
Is 'Apple' in A? Yes, it is.
---
Is 'Grapes' in A? Yes, it is.
---
Since all fruits in set B (Apple, Grapes) are also found in set A, B is a subset of A.
---
We write this as B ⊆ A.
---
Answer: Yes, B is a subset of A.
Why It Matters
Understanding subsets helps us organise and compare different groups of things. This concept is crucial in computer science for databases, in biology for classifying species, and even in business for market segmentation. Data scientists and software engineers use this daily to manage information.
Common Mistakes
MISTAKE: Thinking a set can't be a subset of itself. | CORRECTION: Every set is a subset of itself. If A = {1, 2, 3}, then {1, 2, 3} is a subset of {1, 2, 3} because all elements are present.
MISTAKE: Confusing 'subset' with 'proper subset'. | CORRECTION: A subset (⊆) can be equal to the original set. A proper subset (⊂) means the subset must have fewer elements than the original set.
MISTAKE: Forgetting that the empty set is a subset of every set. | CORRECTION: The empty set (a set with no elements, written as {} or Ø) is considered a subset of any set, because there are no elements in the empty set that are NOT in the other set.
Practice Questions
Try It Yourself
QUESTION: If Set P = {Red, Blue, Green} and Set Q = {Red, Green}, is Q a subset of P? | ANSWER: Yes
QUESTION: Let S = {Cricket, Football, Hockey}. Which of these is NOT a subset of S: A = {Cricket}, B = {Hockey, Football}, C = {Tennis}? | ANSWER: C = {Tennis} (because Tennis is not in S)
QUESTION: Consider a set of digits D = {1, 2, 3, 4, 5}. Write down two different subsets of D, each having exactly 3 elements. | ANSWER: Possible answers include {1, 2, 3}, {2, 3, 4}, {3, 4, 5}, {1, 3, 5}, etc. (Any two valid combinations)
MCQ
Quick Quiz
Which of the following statements is true?
{Maggi} is a subset of {Maggi, Pasta, Noodles}
{Mango, Apple} is a subset of {Apple, Banana}
{Pen, Pencil, Eraser} is a subset of {Pen, Eraser}
{India} is a subset of {USA, China}
The Correct Answer Is:
A
Option A is correct because 'Maggi' is present in the larger set {Maggi, Pasta, Noodles}. Options B, C, and D are incorrect because not all elements of the first set are present in the second set.
Real World Connection
In the Real World
When you use a shopping app like Flipkart or Amazon, you often filter products. If you search for 'smartphones' and then apply a filter for 'Samsung', the 'Samsung smartphones' list is a subset of all 'smartphones'. Similarly, in a school, the 'Class 10 Science students' form a subset of all 'Class 10 students'.
Key Vocabulary
Key Terms
SET: A collection of distinct objects or elements | ELEMENT: An individual item in a set | EMPTY SET: A set containing no elements | PROPER SUBSET: A subset that is not equal to the original set
What's Next
What to Learn Next
Now that you understand subsets, you can explore 'Supersets' and 'Proper Subsets'. These concepts build directly on subsets and will help you compare and classify sets even more precisely. Keep up the great work!


