1

I'm getting a little confused with sets and subsets.
Which of the following is a member of {x,y,z}?
"x" or {x}?

x3nr0s
  • 145

1 Answers1

2

Given the set $\{x,y,z\},$ we say that $x$ is a member of the set.

It is also true that $\{x\}$ is a subset of the set $\{x,y,z\}.$


Addendum: A set can be a member of another set. For example, $\{x\}$ is a member of the set $\{\{x\},y,z\}.$ But in that case, observe the extra $\{\cdot\}$ brackets around $x$ that do not appear in the notation for the set $\{x,y,z\}.$ The sets $\{\{x\},y,z\}$ and $\{x,y,z\}$ are two quite different sets.

David K
  • 98,388
  • But would {x} be a subset of {{x},{y},{z}}? – x3nr0s Feb 10 '15 at 21:39
  • In that case, it is a member. See other comments. – David K Feb 10 '15 at 21:45
  • 1
    @Xenidious It is not a subset, since $x$ is not a member of ${{x},{y},{z}}$, i.e. it is not the case that all the members of ${x}$ are in ${{x},{y},{z}}$. By definition, $A\subseteq B\iff (x\in A\implies x\in B)$. – user26486 Feb 11 '15 at 00:15