Subset Math Example 4

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

Example 4

easy
Let A={1,3}A = \{1, 3\} and B={1,2,3,4}B = \{1, 2, 3, 4\}. Is ABA \subseteq B? Is BAB \subseteq A?

Solution

  1. 1
    Every element of AA (namely 1 and 3) is in BB, so ABA \subseteq B is true.
  2. 2
    But 2 and 4 are in BB and not in AA, so BAB \subseteq A is false.

Answer

AB is true, but BA is false.A \subseteq B \text{ is true, but } B \subseteq A \text{ is false.}
To test whether one set is a subset of another, check every element of the first set. The direction matters: one true subset relation does not imply the reverse relation is true.

About Subset

Set AA is a subset of set BB if every element of AA is also an element of BB, written ABA \subseteq B.

Learn more about Subset →

More Subset Examples