Symmetric difference problem (Real Analysis)

phillyolly
Messages
157
Reaction score
0

Homework Statement



What am I asked to do in the problem? Am I just asked to draw a diagram or to prove a) and b)?


Homework Equations





The Attempt at a Solution

 

Attachments

  • pic.jpg
    pic.jpg
    13.5 KB · Views: 416
Physics news on Phys.org
Draw a Venn diagram with sets A and B. Shade in the area "that belongs to either A or B, but not both."

Then, I'd say just make sure you first know exactly what (a) means, i.e., what is A\B and B\A. You should easily be able to see that the definition of D in (a) is the same as the more intuitive definition "either A or B, but not both."

Finally, you should write a quick formal proof that shows the definition in (a) is the same as that in (b).
i.e, prove that (A \ B) U (B \ A) = (A U B) \ (A \cap B).

Since you're new to all of this, don't skip steps. Take care of the details!
 
Thank you...

Based on your suggestions...I tried...Where is my mistake?
 

Attachments

  • IMG_0138.jpg
    IMG_0138.jpg
    34 KB · Views: 424
hehe, first of all, you have A/B instead of A\B.
Secondly, your second line is utterly meaningless. The union operation "U" is only defined on sets, not on boolean statements such as "x is element of A\B."
Thirdly, x \in A \backslash x \in B is also utterly meaningless. The relative complement operation "\" is defined only on sets.

Since you are new to all this, break this down to the very basics.
x \in (A \backslash B) \cup (B \backslash A).
x \in (A \backslash B) \vee x \in (B \backslash A).
(x \in A \wedge x \notin B) \vee (x \in B \wedge x \notin A).

Try completing from there. Step-by-step! I know a lot of it seems like just grunt work, but it's a very important fundamental approach :P!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top