Confused about elements of a set

elementary-set-theory

Here is an exercise from this book.

Suppose that $$A \in B$$ and $$B \in C$$ . Does this mean that $$A \in C$$ ?
Give an example to prove that this does NOT always happen (and explain
why your example works). You should be able to give an example where
$$|A| = |B| = |C| = 2$$ .

I could not find an example of 3 sets proving this statement. With my beginner understanding of sets, I think this cannot happen. If the set $b$ is an element of the set $c$ , then the elements of $b$ can never be related to $c$ because $b$ is not a subset of $c$. So $a$ cannot possibly be an element of $c$.

However, from the wording of the question (prove this does NOT always happen), this implies that the statement is usually true but there are cases where this is false. Can anyone help me think of an example where this statement is true or false?

Best Answer

  1. Consider $B=\{A\}$ and $C=\{B\}=\{ \{A\}\}$, then $A\in B, B\in C$ but $A\notin C$.
  2. Consider $B=\{A\}$ and $C=\{B, A\}=\{A, \{A\}\}$, then $A\in B, B\in C$ and $A\in C$.
Related Question