Subset Math Example 1

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

Example 1

easy
Let A={1,2,3,4,5}A = \{1, 2, 3, 4, 5\} and B={2,4}B = \{2, 4\}. Determine whether BโІAB \subseteq A.

Solution

  1. 1
    Recall the definition: BโІAB \subseteq A means every element of BB is also an element of AA. We check each element of BB individually.
  2. 2
    Check 2โˆˆB2 \in B: is 2โˆˆA={1,2,3,4,5}2 \in A = \{1,2,3,4,5\}? Yes. Check 4โˆˆB4 \in B: is 4โˆˆA4 \in A? Yes.
  3. 3
    Since every element of BB belongs to AA, we conclude BโІAB \subseteq A. Note also Bโ‰ AB \ne A since AA has elements (1, 3, 5) not in BB, so BB is a proper subset: BโŠŠAB \subsetneq A.

Answer

BโІAB \subseteq A
BB is a subset of AA if every element of BB belongs to AA. We verify this by checking membership one element at a time.

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