Real Analysis (Set Theory) Proof

U and x is NOT in A and x is NOT in B and x is in Aso, x is in U and x is NOT in B and x is in Aso, x is in U and x is NOT in B and x is in Aso, x is in U\B and x is in Aso, x is in (U\B)\(U\A)am i correct?In summary, to prove that A\B = (U\B)\(U\A), we must show that it is true both ways: A\B contains (U\B)\(U\A) and (U\B)\(U\A) contains
  • #1
playboy
Let A and B be subsets if a universal set U. Prove the following.
a) A\B = (U\B)\(U\A)

To do this, show it both ways.
1) A\B contains (U\B)\(U\A)
2) (U\B)\(U\A) contains A\B

I'll start with 2)

if x is in (U\B)\(U\A),
then x is in (U\B) and x is NOT in (U\A).
then (x is in U and x is NOT in B) and (x is NOT in U and x is in A)
so, x is in U and x is NOT in U and x is NOT in B and x is in A
*I think i made a mistake "x is in U and x is NOT in U" doesnt make sense? Any ideas?

Back at 1)

if x is in A/B,
then x is in A and x is NOT in B
then either x is in B or x is NOT in A
*this is where I am lost :S

Anyone have any ideas on how to solve this?

Thanks in advance
 
Physics news on Phys.org
  • #2
playboy said:
x is in (U\B) and x is NOT in (U\A).
then (x is in U and x is NOT in B) and (x is NOT in U and x is in A)
This is not a correct inference. In particular, "x is NOT in (U\A)" does not give "x is NOT in U and x is in A".
x is in A and x is NOT in B
then either x is in B or x is NOT in A
This is not a correct inference.
 
Last edited:
  • #3
playboy said:
Let A and B be subsets if a universal set U. Prove the following.
a) A\B = (U\B)\(U\A)
To do this, show it both ways.
1) A\B contains (U\B)\(U\A)
2) (U\B)\(U\A) contains A\B
I'll start with 2)
if x is in (U\B)\(U\A),
If you are doing 2) (U\B)\(U\A) contains A\B then you are going the wrong way: you must prove "if x is in U\A then x is in (U\B)\(U\A)".
Saying "if x is in (U\A)\(U\A)" would be correct for proving 1).

then x is in (U\B) and x is NOT in (U\A).
then (x is in U and x is NOT in B) and (x is NOT in U and x is in A)
so, x is in U and x is NOT in U and x is NOT in B and x is in A
*I think i made a mistake "x is in U and x is NOT in U" doesnt make sense? Any ideas?
Obviously x is in U since U is the universal set. What you are saying now is "x is A and x is NOT in B". That gives 1) directly.

Back at 1)
if x is in A/B,
NOW you are proving 2)!

then x is in A and x is NOT in B
then either x is in B or x is NOT in A
*this is where I am lost :S
Anyone have any ideas on how to solve this?
Thanks in advance
You know that x is NOT in B, therefore it is in U\B. You know x is in A therefore it is NOT in U\A.
 
  • #4
HallsofIvy: Oh i see that i did it backwards.

I'll start all over again since i am getting confused.

Let A and B be subsets if a universal set U. Prove the following.
a) A\B = (U\B)\(U\A)

To do this, show it both ways.
1) A\B contains (U\B)\(U\A). show: if x is in A\B then x is in (U\B)\(U\A).
2) (U\B)\(U\A) contains A\B. show: if x is in (U\B)\(U\A) then x is in A\B.

1) A\B contains (U\B)\(U\A)
Let x be in A\B. Then x is in A and x is NOT in B. then x is in (U\B) and x is NOT in (U\A). Therefore, x is in (U\B)\(U\A).

2) (U\B)\(U\A) contains A\B
Let x be in (U\B)\(U\A), then x is in (U\A) and x is NOT in (U\A).
"then x is in U and x is NOT in B and x is NOT in U and x is in A." <--- that makes no sense to me. Could somebody comment if that is correct or what?
--obviously x is in U.
--x is NOT in B and x in A means that x is in (A\B)

Can somebody please check this.

Thanks
 
  • #5
YOu can never say x is not in U, U is a universal set, since everything in your model is in that set, so what you ask about in quotes is obviously wrong. The reason for your confusion seems to be that you think not(X and Y) is "not(X) and not(Y)", which it isn't. It is not(X) or not(Y) and since "x is not in U" is always false, then x is not in (U\A) is true if and only if "x is in A", or more succinctly, (A^c)^c=A.


Remember that U\A is simply A^c and X\Y is just X intersected Y^c, and that makes all of these questions so much more readable, not to mention it makes them so easy to prove.

I mean the first one is simply saying that you need to show

[tex]B^c \cap (A^c)^c = A \cap B^c[/tex]

which is obviously true since

[tex](A^c)^c=A[/tex]

as I mentioned at the start.
 
Last edited:
  • #6
matt grimm...

so what you are saying is...

if X is in (U\B)\(U\A), then X is in (U\A) and X is NOT in (U\A). Further, X is in U and X is NOT in A, and X is NOT in U or X is NOT in A.

See how i bolded that OR? Is that what you were trying to say? infact, it makes sense if it were and OR and not an AND like i thought it was previously.
 
  • #7
It is impossible to tell what you mean since you're mixing up ands and ors at will and there are at least two ways of reading what you've read.

A and (B or C)

is very different from

(A and B) or C

I still don't see why you're making this so hard but there you go.

Note that there is s typo in you first line where you assert

X is in U\A and X is not in U\A

which is not possible. But I think you just mistyped the second part.

If you insist on doing it with 'is in' can you at least use latex?

click to see the code

[tex]\in \notin \cap \cup[/tex]for in not in and and or respectively. can't recall what disjunction and conjunction are but we can abuse notation and have interesection for and, and union for or, since they are the same thing.
 
  • #8
Yes, Latex would make things nicer, however, i don't know how to use it.
Do i have to install something on my computer? or do i just type the commands into the reply box?
 
  • #9
Read the latex tutorial in these forums; it is widely linked to, and can be found by searching the forums if you ever forget where it is.

however there are much easier ways to typset maths, especially for your subject. compare

{(x in U) and (x not in A)} or {(x in U) and (x not in B)}

with what you wrote. this is unambiguous, becuase of the bracketing. you wouldn't write three times four plus one, would you?

you can even go further and suggestively use u and n for union and intersection.
 
Last edited:
  • #10
im just testing this:
[tex]\notin[/tex]

okay! it works!
 
  • #11
if x[tex]\in[/tex](U\B)\(U\A), means that x[tex]\in[/tex](U\B) and x[tex]\notin[/tex](U\A).

x[tex]\in[/tex](U\B) means that x[tex]\in[/tex]U and x[tex]\notin[/tex]B

x[tex]\notin[/tex](U\A) means that x[tex]\notin[/tex]U and x[tex]\in[/tex]A

so all together, we have:

x[tex]\in[/tex]U and x[tex]\notin[/tex]B and x[tex]\notin[/tex]U and x[tex]\in[/tex]A.

and this is where I am still confused:

how can x[tex]\in[/tex]U and x[tex]\notin[/tex]U.

So obviously i made a mistake somewhere and i think i made a mistake with the and and or's
 
Last edited by a moderator:
  • #12
playboy said:
if x[tex]\in[/tex](U\B)\(U\A), means that x[tex]\in[/tex](U\B) and x[tex]\notin[/tex](U\A).
x[tex]\in[/tex](U\B) means that x[tex]\in[/tex]U and x[tex]\notin[/tex]B
x[tex]\notin[/tex](U\A) means that x[tex]\notin[/tex]U and x[tex]\in[/tex]A
so all together, we have:
x[tex]\in[/tex]U and x[tex]\notin[/tex]B and x[tex]\notin[/tex]U and x[tex]\in[/tex]A.
and this is where I am still confused:
how can x[tex]\in[/tex]U and x[tex]\notin[/tex]U.
So obviously i made a mistake somewhere and i think i made a mistake with the and and or's

As matt grime pointed out...

You can not have x[tex]\notin[/tex]U. This is the underlying set. It's impossible for this to happen.

I think you're misunderstanding the definition of B/A.
 
  • #13
One of the first things I said was that you were getting negations wrong.

X not in (U\A) ***does not mean**** (X is not in U) and (X is in A).

X is in U\A means (X is in U) and (X is not in A).

The negation of that statement is not what you claim it still is as i told you in post 5.

The negation of UandV is (notU) or (notV)

do you get the idea of complements? Something is NOT in the complement of A exactly when it is in A, double negatives make a positive, minus one times minus 1 is plus one etc.
 
Last edited:
  • #14
so x[tex]\notin[/tex](U\A) means that "either x[tex]\notin[/tex]U OR x[tex]\in[/tex]A

and since "x[tex]\notin[/tex]U is always false, then x[tex]\notin[/tex](U\A) is true if and only if "x[tex]\in[/tex]A"
 

FAQ: Real Analysis (Set Theory) Proof

What is Real Analysis and Set Theory?

Real Analysis is a branch of mathematics that deals with the study of real numbers and their properties. It involves concepts such as limits, continuity, differentiation, and integration. Set Theory is a branch of mathematics that deals with the study of sets and their properties.

What is the purpose of a proof in Real Analysis and Set Theory?

The purpose of a proof in Real Analysis and Set Theory is to provide a logical and rigorous explanation for mathematical statements and theorems. Proofs help to establish the validity and correctness of mathematical concepts and ideas.

What are the key elements of a proof in Real Analysis and Set Theory?

The key elements of a proof in Real Analysis and Set Theory include assumptions, definitions, axioms, logical reasoning, and clearly stated conclusions. A proof must also be structured and written in a clear and concise manner.

How do you approach a proof in Real Analysis and Set Theory?

To approach a proof in Real Analysis and Set Theory, it is important to first understand the problem and the concepts involved. Then, identify the key elements of the proof and use logical reasoning to connect them in a step-by-step manner. It is also helpful to consult existing theorems and proofs to guide your approach.

What are some common techniques used in proofs in Real Analysis and Set Theory?

Some common techniques used in proofs in Real Analysis and Set Theory include direct proof, proof by contradiction, proof by induction, and proof by contrapositive. Other techniques include using counterexamples, mathematical induction, and proof by cases.

Back
Top