We are given $A \in B \land B \subseteq C \to A \in C$, how to proove that it is true for any $A,B,C$?
I am having trouble proving it correctly... This is what i am thinking:
- $A \in B$ means $B\{ A$, other elements from $B\}$
- $B \subseteq C$ means $C\{ A$, other elements from $B$, other elements from $C\}$
- $A$ belongs to $C$, so it is true.
Is this correct? and how to write every elements excluding $x$?
Your attempt at proving it is not clear to me, so I will not comment much on its accuracy. It seems like you have a rough understanding of the underlying notions though.
Suppose $A\in B$ and $B\subseteq C$. By definition of $B\subseteq C$, for all $b\in B$, we have $b\in C$. Let $b=A$. Thus $A\in C$.