I am not cheating my homework. This was already handed in, and handed back with a grade. I'm not sure if my teacher is a harsh grader, or if I really am doing as bad as she makes it out to be. I figured a few people here might be able to help me get this a little more solid since I'm at a loss as to what to do.
$A = \{n \in \mathbb{Z}|\exists k \in \mathbb{Z}|n=4k+1\}$
$B = \{n \in \mathbb{Z}|\exists j \in \mathbb{Z}|n=4j-7\}$
Prove $A=B$
Proof: We first show that $A \subseteq B$. Let $n \in A$ and show that $n \in B$. Since $n \in A$ and $n=4k+1$ for some fixed $k$ it implies that $n=4j-7$ for some unknown $j$. We set the two equations equal to eachother and solve for $j$.
$$4j-7=4k+1$$ $$4j=4k+8$$ $$j=k+2$$
Thus any $n \in A$ must be in $B$. We then show that $B \subseteq A$. Let $n \in B$ and show that $n \in A$. Since $n \in B$ and $n=4j-7$ for some fixed $j$ it implies that $n=4k+1$ for some unknown $k$. We set the two equations equal and solve for $k$.
$$4k+1=4j-7$$ $$4k=4j-8$$ $$k=j-2$$
Thus any $n \in B$ must be in $A$.
Thus $A \subseteq B$ and $B \subseteq A$ which proves that $A=B$ as required.