Subset Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Let X={1,2,3}X = \{1, 2, 3\} and Y={1,2,3,4,5}Y = \{1, 2, 3, 4, 5\}. Is XβŠ†YX \subseteq Y? Is YβŠ†XY \subseteq X?

Solution

  1. 1
    Every element of XX (namely 1, 2, 3) is in YY, so XβŠ†YX \subseteq Y.
  2. 2
    The element 4∈Y4 \in Y but 4βˆ‰X4 \notin X, so YβŠ†ΜΈXY \not\subseteq X.

Answer

XβŠ†YΒ andΒ YβŠ†ΜΈXX \subseteq Y \text{ and } Y \not\subseteq X
Subset relationships are not always symmetric. XβŠ†YX \subseteq Y does not imply YβŠ†XY \subseteq X unless X=YX = Y.

About Subset

Set AA is a subset of set BB if every element of AA is also an element of BB, written AβŠ†BA \subseteq B.

Learn more about Subset β†’

More Subset Examples