2

1) How do I prove the following:

Let A = {6a + 4b ∈ Z : a, b ∈ Z} and B = {2a ∈ Z : a ∈ Z}. Show that A = B.

Thank you all for the help!

oreo
  • 33
  • 1
    Show that $A \subseteq B$ and $B \subseteq A$ hold by choosing arbitrary elements in $A$ and $B$ and showing that they must belong to the other set as well. – Ekesh Kumar Apr 19 '20 at 20:24
  • Start by saying. Let $x = 6a+4b \in A$. Then $x=2(what)$ so $x\in B$. So $A\subset B$. Then do: Let $y = 2a \in B$. The $y = 6(which)+4(how)$ so $y \in A$. So $B\subset A$. So $A\subset B$ and $B\subset A$ so $A=B$..... All you have to do is fill in $what, which$ and $how$. – fleablood Apr 19 '20 at 20:35

4 Answers4

1

You prove it by proveing that every number that can be written as $6a+4b$ where $a,b$ are integers can be written as $2m$ where $m$ is an integer and vice versa.

If $x \in A$ then $x = 6a + 4b$ for some $a,b\in \mathbb Z$.

so..... you prove that there is an $m\in \mathbb Z$ so that..... $x= 2m$.

So $x \in B$. So $A \subset B$.

Then if $y \in B$ then $x = 2n$ for some $n \in \mathbb Z$.

so .... you prove that there are $a,b \in Z$ so that ... $y = 6a + 4b$.

So $y \in A$. So $B\subset A$.

So $A\subset B$ and $B \subset A$ so $A = B$.

===

Hint 1:

$6a+4b = 2(3a+4b)$.

Hint 2:

$6n +4(-n) = 2n$.

.

fleablood
  • 124,253
1

You need to prove that any element in $A$ is also an element in $B$. Likewise that any element in $B$ is also in $A$. Once this has been done, you have shown that the sets are equal.


First direction: show that $A \subseteq B$

Let $x \in A$, then $x = 6a + 4b$ for some $a, b \in \mathbb{Z}$.

Since $x= 2(3a + 2b)$, it is a multiple of two and in particular, $x \in B$.


Second direction: show that $B \subseteq A$

Conversely, let $x \in B $, then $x = 2a$ for some $a \in \mathbb{Z}$.

Then $x = 6a + 4(-a)$, so $x \in A$. (You can pick anything in the brackets)


Hence $A = B$

PhysicsMathsLove
  • 3,142
  • 1
  • 21
  • 39
1

For $2)$, the contrapositive of $4\nmid n^2\implies 2\nmid n$ would be $2\mid n\implies 4\mid n^2$.

Well, if $n=2k$, then $n^2=4k^2=4K$. QED.

J. W. Tanner
  • 60,406
0

Just for one of the inclusions, you need to prove that $6a+4b$ can be written as $2z$ where a,b,z are integers. That is, $6a+4b=2(3a+2b)$ and let $z=3a+2b$. What about the converse?