DISCRETE: A-ø=? (A is defined)

  • Thread starter Thread starter MelissaJL
  • Start date Start date
  • Tags Tags
    Discrete
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
4 replies · 4K views
MelissaJL
Messages
50
Reaction score
0

Homework Statement


Suppose A={ø,1,2,{1,2},{3}}. Determine if each statement is true or false. Give a brief justification for your answers.
(I finished the majority of them except for the last two)
g) A-ø=A
h) A-ø={1,2,{1,2},{3}}

Homework Equations


The definition of difference between two sets.
Let A and B both be sets. Then A-B={x: x[itex]\in[/itex]A and x[itex]\notin[/itex]B}

The Attempt at a Solution


So basically one of the questions is false and the other is true. Immediately I want to say (h) is true just because A has an empty set in it but after thinking about it I think (g) is true.
This is because we are trying compare what is in the empty set that A also contains... but the empty set has nothing in it so there is nothing to take from A. Therefore A-ø=A. Is this right? If it's not can someone explain to me why?
I'm getting quite conflicted as to which one I believe is true. Help understanding which is true would be greatly appreciated. :)
 
on Phys.org
MelissaJL said:

Homework Statement


Suppose A={ø,1,2,{1,2},{3}}. Determine if each statement is true or false. Give a brief justification for your answers.
(I finished the majority of them except for the last two)
g) A-ø=A
h) A-ø={1,2,{1,2},{3}}

Homework Equations


The definition of difference between two sets.
Let A and B both be sets. Then A-B={x: x[itex]\in[/itex]A and x[itex]\notin[/itex]B}

The Attempt at a Solution


So basically one of the questions is false and the other is true. Immediately I want to say (h) is true just because A has an empty set in it but after thinking about it I think (g) is true.
This is because we are trying compare what is in the empty set that A also contains... but the empty set has nothing in it so there is nothing to take from A. Therefore A-ø=A. Is this right? If it's not can someone explain to me why?
I'm getting quite conflicted as to which one I believe is true. Help understanding which is true would be greatly appreciated. :)

Think about the difference between A-ø and A-{ø}. ø (which has no elements) and {ø} (which has one element ø) are two different things. That might help.
 
Last edited:
Thanks, so (g) is true and (h) is false. If (h) were to be true then it would be A-{emptyset}={1,2,{1,2},{3}}?
 
MelissaJL said:
Thanks, so (g) is true and (h) is false. If (h) were to be true then it would be A-{emptyset}={1,2,{1,2},{3}}?

Yes, A-{ø}={1,2,{1,2},{3}}. A-ø=A. You were right.
 
Thank you so much :)