Prove that a class $T$ is transitive iff $\bigcup_{t \in T},\, t \subseteq T$ iff $a \in t$ whenever $a \in b$ and $b \in T$.
I know that I need to begin by proving the first statement implies the second, the second implies the third, and the third implies the first statement.
I just don't know when to use direct proof (assume $A$ is true, then show $B$ is true) and when to use the contrapositive (Assume $B$ is false, then show $A$ is false).
Any advice would be great.
I'm working with the definition that a set $T$ is transitive if $\forall t\in T(t\subseteq T)$. Recall what $t\subseteq T$ is defined to mean: $\forall s\in t(s\in T)$.
The equivalence with the last statement should be clear.
Now to see the equivalence with the second, recall that $\bigcup_{t\in T}t=\{x:\exists t\in T(x\in t)\}$.
The statement $\bigcup_{t\in T}t\subseteq T$ means that if $t\in T$ and $x\in T$ then $x\in T$, which is equivalent to the last statement.