What would the full proof look like for $\subset $? If $A = \left\{6a + 4b\in\mathbb{Z} : a, b \in\mathbb{Z}\right\}$ and $B = \left\{2a \in\mathbb{Z} : a \in\mathbb{Z}\right\}$. Show that $A = B$
So far I have: $A\subseteq $
Suppose $x\in A$. $x = 6a + 4b$ for some $a, b \in\mathbb{Z}$. $x = 2(3a + 2b)$. Let $k1 = (3a + 2b)$ where $k1\in\mathbb{Z}$. x = 2k1. 2x, x ∈ ℤ. Then $x\in B$.
$B\subseteq $ Suppose $y\in B$. $y = 2a$ for some $a\in\mathbb{Z}$. $y = 6a + 4(−a)$. Then $y\in A$.
I need help with showing steps for $B\subseteq A$.
Thank you all for the help!