I am really confused that how can I demonstrate please help me to explain this
Prove that$ A \subseteq B$ where $A = \{ x \in Z \vert \ x\equiv 4\pmod 9 \}\ $ and $\ B = \{ x \in Z \vert \ x\equiv 1\pmod 3 \}$.
How it is possible to demonstrate that $A$ is a subset of $B$ ?
Suppose $x \in A$. Then $x = 9n + 4$ for some $n \in \mathbb{Z}$.
But then we can also write $x$ as $$x = 9n + 4 = 9n + 3 + 1 = 3(3n+1) + 1.$$ Now as $n$ is an integer, so too is $3n+1$, which we put $m$.
Thus, $$x = 3m+1,$$ where $m = 3n+1 \in \mathbb{Z}$. So $$x \cong 1 ( \mod 3),$$ showing that $x \in B$. Hence $A \subset B$.