Can Set Difference and Union Operations Prove Subset Relations in Set Theory?

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 · 10K views
GregA
Messages
210
Reaction score
0

Homework Statement


Suppose B is a set and suppose [tex]\mathcal{F}[/tex] is a family of sets.
Prove that [tex]\cup[/tex]{[tex]A\setminus B|A \in \mathcal{F}[/tex]}[tex]\subseteq \cup(\mathcal{F}\setminus \mathcal{P}(B))[/tex]

For want of a better way I'm denoting powerset of B as [tex]\mathcal{P}(B)[/tex])


Homework Equations





The Attempt at a Solution



Whilst trying to interpret the above I figured that I should argue that since any elements of a powerset are themselves sets that I need only show that the LHS is a set containing all elements of sets in F minus those that are in B whilst RHS is a set containing all elements of all sets in F because no element in such sets would actually be sets anyway such that if [tex]\exists C\in \cup[/tex] {[tex]A\setminus B|A \in \mathcal{F}[/tex]}[tex](x \in C)[/tex] then it would definitely be true that [tex]\exists D\in \cup(\mathcal{F}\setminus \mathcal{P}(B))(x \in D)[/tex]. But at this point asked myself why I have justification for saying this, I need the above statement to be true for all sets regardless of what's in them...in fact if I let each set in F be a set containg a set for example:

A1= {{1,2}}
A2= {{2,3}}
B = {1,2}

then [tex]\cup[/tex]{[tex]A\setminus B|A \in \mathcal{F}[/tex]} = {{1,2}}[tex]\cup[/tex]{{2,3}} = {{1,2},{2,3}}
whilst [tex]\cup(\mathcal{F}\setminus \mathcal{P}(B))[/tex] = [tex]\emptyset[/tex][tex]\cup[/tex]{2,3} = {{2,3},[tex]\emptyset[/tex]}
But now I can find some x in LHS that isn't in RHS such that LHS cannot be a subset.

Is my reasoning/interpretation wrong or should I move on to another querstion?
 
Last edited:
Physics news on Phys.org
Translated into english, x is in the LHS if x is an element of some A in F and x is not in B. x is in the RHS if x is an element of some A in F where A is not a subset of B. It should be clear LHS->RHS, but not vice-versa.
 
Dick said:
Translated into english, x is in the LHS if x is an element of some A in F and x is not in B. x is in the RHS if x is an element of some A in F where A is not a subset of B. It should be clear LHS->RHS, but not vice-versa.

I agree with you here that it should be clear but the problem I have is that if all A's in F are themselves families of sets (this is not ruled out in the problem) whilst B is a set; then supposing F was comprised of 2 A's and their elements comprised as follows: A1 = {{1,2}}, A2 = {{1},{2}} Also if B was comprised as follows: {1,2} then:

the elements of[tex]\mathcal{P}(B) =[/tex]{1},{2},{1,2},[tex]\emptyset[/tex] whilst the elements of B are 1,2

Now for LHS, if x was in either A in F then it would definitely not be in B for all elements of A1 or A2 are sets. The union of LHS would be {{1},{2},{1,2}}. Considering RHS however, if x was in either A in F it would also be in [tex]\mathcal{P}(B)[/tex] and so the union of RHS would be empty.
 
Last edited:
Dick said:
Not true. The RHS is the same as the LHS. Neither A1 nor A2 is in P(B). They have ELEMENTS that are in P(B) but they themselves are not in P(B).

Cheers Dick :smile: I've had to really look at what the RHS means (as well as your first post again) and notice that I interpreted it wrong