Set Theory Basic Proof, showing two sets are equal

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 8K views
LawdyLawdy
Messages
3
Reaction score
0
Hello,
I am trying to teach myself set theory...main problem is, as an engineer, mathematical proofs were never exactly stressed in my curriculum. (Scary, right?)

The problem is stated as follows:

"Prove the following,
{x[itex]\in[/itex]Z|for an integer y, x=6y}={x[itex]\in[/itex]Z|for integers u and v, x=2u and x=3v}"

Z is the set of all integers.
(let's call the left side of the equation set A and the right side set B)
I can't seem to get my head around the "prose" of proofs.

I understand in order to prove a set A is equivalent to set B I need to show they have the exact same members ( A[itex]\subseteq[/itex]B and B[itex]\subseteq[/itex]A )
I also realize that if x=6y is in A then x=2(3y) and x=3(2y) is in B if you consider 3y and 2y the integers u and v, respectively.

I guess my question would be how to write it in an "acceptable" way and if the way I am going is the correct direction.(that is important too I suppose :p )

Apologies if this is a bit cluttered, this is my first time posting a math question on a forum and am working on getting the hang of it. Thanks in advance though for any help.
 
Physics news on Phys.org
LawdyLawdy said:
Hello,
I am trying to teach myself set theory...main problem is, as an engineer, mathematical proofs were never exactly stressed in my curriculum. (Scary, right?)

The problem is stated as follows:

"Prove the following,
{x[itex]\in[/itex]Z|for an integer y, x=6y}={x[itex]\in[/itex]Z|for integers u and v, x=2u and x=3v}"

Z is the set of all integers.
(let's call the left side of the equation set A and the right side set B)
I can't seem to get my head around the "prose" of proofs.

I understand in order to prove a set A is equivalent to set B I need to show they have the exact same members ( A[itex]\subseteq[/itex]B and B[itex]\subseteq[/itex]A )
I also realize that if x=6y is in A then x=2(3y) and x=3(2y) is in B if you consider 3y and 2y the integers u and v, respectively.

I guess my question would be how to write it in an "acceptable" way and if the way I am going is the correct direction.(that is important too I suppose :p )

Apologies if this is a bit cluttered, this is my first time posting a math question on a forum and am working on getting the hang of it. Thanks in advance though for any help.

As you point out, you need to show that

[itex]A\subseteq B[/itex] and [itex]B\subseteq A[/itex]

So you need to show two separate things.

To show that [itex]A\subseteq B[/itex], you go to directly to the set theory definition of [itex]A\subseteq B[/itex]; which is:

For all x, if [itex]x \in A[/itex] then [itex]x \in B[/itex]

So assume x is in A, and show that it must be in B; and then assume x is in B, and show it must be in A.

In general, it's always helpful to go directly to the texbook definitions, rather than trying to overthink the problem. In other words we have an intuitive idea of what [itex]A\subseteq B[/itex] means, but it's more effective to go directly to the definition. This is a common pattern in doing proofs.

Re-reading your post, it looks like you're going in the right direction.
 
Last edited:
LawdyLawdy said:
Hello,
I am trying to teach myself set theory...main problem is, as an engineer, mathematical proofs were never exactly stressed in my curriculum. (Scary, right?)

The problem is stated as follows:

"Prove the following,
{x[itex]\in[/itex]Z|for an integer y, x=6y}={x[itex]\in[/itex]Z|for integers u and v, x=2u and x=3v}"

Z is the set of all integers.
(let's call the left side of the equation set A and the right side set B)
I can't seem to get my head around the "prose" of proofs.

I understand in order to prove a set A is equivalent to set B I need to show they have the exact same members ( A[itex]\subseteq[/itex]B and B[itex]\subseteq[/itex]A )
I also realize that if x=6y is in A then x=2(3y) and x=3(2y) is in B if you consider 3y and 2y the integers u and v, respectively.

I guess my question would be how to write it in an "acceptable" way and if the way I am going is the correct direction.(that is important too I suppose :p )

Apologies if this is a bit cluttered, this is my first time posting a math question on a forum and am working on getting the hang of it. Thanks in advance though for any help.
Yes, you are correct. To prove [itex]A= B[/itex], for sets, prove both [itex]A\subseteq B[/itex] and [itex]B\subseteq A[/itex]. And to prove each of those, start "if [itex]p\in A[/itex]" and use the properties of both A and B to show "therefore [itex]p\in B[/itex]"

Let A= {x[itex]\in[/itex]Z|for an integer y, x=6y} and B={x[itex]\in[/itex]Z|for integers u and v, x=2u and x=3v}. If [itex]p\in A[/itex] then x= 6y for some y. Let u= 3y and v= 2y. Then x= 6y= 2(3y)= 2u and x= 6y= 3(2y)= 3v. Therefore [itex]p\in B[/itex] so [itex]A\subset B[/itex]. Now do the other way. That's slightly harder. You will need to use the fact that 2 and 3 are mutually prime.
 
Last edited by a moderator: