-
Set theory problem.
Hi,
so here is my problem:
Given
subspaces of
and if
,( where
(the symmetric difference)), show that
is an uneven number. ( where
the number of items in a set).
I tried something with the indicator function but it didn't lead to anything.
Sorry for the bad english.
Thanks in advance!!!
-
Re: Set theory problem.
Use induction on n.
(That also requires knowing that symmetric difference is associative, though that must already be iimplicitly known for the F to be well defined.)
-
Re: Set theory problem.
I must say that even with what you told me I'm still stuck. I had the idea of a recursive proof but... It doesn't work.
-
Re: Set theory problem.
Show the exact place where you are stuck in the proof by induction.
P.S. Numbers that are not even are more often called odd.
-
Re: Set theory problem.
My only Internet acces right now is my cell so I won't be able to write the whole thing but here is my idea:
Since A~B ( ~ is the symmetric difference ) = B~A then F can be " reorganized "such that if x is in F then x is in F_{j} for all j smaller or equal to a certain m in {1,...,n}.
Then F=A~F_{m}~B where A = F_{i}~......~F_{m-1} and B= the rest of the F_i}.
Start with the induction here using the fact that ~ is associative.
That's the only thing I could come up with. I don't heaven know if reorganizing F is a good or bad idea.
-
Re: Set theory problem.
No reorganizing is necessary. Have you attempted the actual proof by induction? Did you formulate the induction hypothesis? Did you prove the base case? Did you write the claim that you need to prove from the hypothesis in the inductive step?
-
Re: Set theory problem.
Rough outline (not how to write it, but how to see it):
Suppose
.
Think of that as
, where
.
(Q will obviously be where we'll use our inductive assumptions. Our inductive statement will hold regarding anything being, or not being, in Q.)
Then either
or
.
Now, BY INDUCTION, when you know
, you know something about the number of
have
.
Likewise, BY INDUCTION, when you know
, you know something about the number of
have
.
Pull it all together - what was learned from
in/not in
, and combined with
in/not in
, and the induction will be completed.
It sounds confusing, but once you "see" it, it's pretty simple (just like everything!).
-
Re: Set theory problem.
I'm an idiot. My problem was that I wanted to have 3 sets instead of just 2 ( like in the solution given by johnesomeone) it was making it very confusing ( to me) for the induction hypothesis.
Well thanks a bunch to you two!