I have this task in mathematical logic for which I don't really have a tool for solving.
What statement is true for every a, b and c?
$a \in b \wedge b \in c \rightarrow a \in c$
$a \in b \wedge b \subseteq c \rightarrow a \in c$
$a \subseteq b \wedge b \in c \rightarrow a \in c$
$a \subseteq b \wedge b \subseteq c \rightarrow a \subseteq c$
I need to determine which of these is true and need to explain my answer for every single one of these. Now, intuitively, all of these would be true (1. is trivial, 2. if a from b, b is a subset of c and then a in c is true because a is in b and b is a subset of c, 3. a subset of b, b from c then a is from c as well also should make sense (unless here $\in$ is meant to represent at least one element like for example theres element from b in c but doesnt necessarily need to include whole area of b? I consider $\in$ to represent an entire set belonging in another set, basically like a strict inclusion)).
I think my intuition is off and I'm definitely missing a tool required to solve this. What tools are required for this and how to, after solving, explain my reasonings?
⟹
, I'm deliberately choosing the phrase 'that is' to suggest specifically the definitionthe Subset relation is transitive ⇔ ∀a,b,c (a⊆b∧b⊆c → a⊆c)
. $\endgroup$