Learn about Sets on our Youtube Channel - https://you.tube/Chapter-1-Class-11-Sets
If all elements of set A is in set B.
So, we say
A is a subset of B
Example:
A = { 1, 2, 3, 4, 5 }
B = { 1, 2, 3, 4, 5 , 6, 7, 8, 9, 10}
Since 1, 2, 3, 4, 5 is in set B as well,
So, we write
A is a subset of B.
A ⊂ B
Let X = {1, 2, 3}, Y = {3, 4, 5}, Z = {1, 2, 3, 4, 5}
Is X a subset of Z?
View AnswerSince 1, 2, 3 are in set Z
X ⊂ Z
Is Y a subset of Z?
View AnswerSince 3, 4, 5 are in set Z
Y ⊂ Z
Is X a subset of Y?
View AnswerSince 1, 2 are not in Y
∴ X is not a subset of Y
i.e. X ⊄ Y
Is Y a subset of X?
View AnswerSince 4, 5 are not in Y
∴ Y is not a subset of X
i.e. Y ⊄ X