reenmachine said:
U - (A'∪B') = A∩B (and not A∪B)
U - (Z'∪Y') = ∅
Y ⊆ B'
Y ∉ B'
A∪B ⊆ Z'
That's right.
reenmachine said:
The diagram indicates that Y is a subset of U, nothing else. An element of U is represented by a
point in the diagram.
reenmachine said:
Basically , can a set be an element of a much bigger set?
Yes. It doesn't have to be a much bigger set. The simplest example is {∅}, the set whose only member is the empty set. ∅ is a set, and it's a member of {∅}.
It's actually possible for ##y\in x## and ##y\subseteq x## to both be true. A fun example of that is the set theory definition of the integers. The integers can be defined abstractly as a "ring" that satisfies a number of axioms. The only problem with such a definition is that when we just write down a number of axioms, it's possible that we will have screwed up by including an axiom that contradicts the other ones.
It would be nice to have a way to
prove that the axioms don't contradict each other. Unfortunately, every proof relies on
some set of axioms, so if we find a way to "prove" that our axioms for the integers don't contradict each other, it will raise the question of whether the axioms we used for the proof contradict each other. So we have a problem that's similar to the problem with definitions that I mentioned earlier. We can't define every term and symbol, and we also can't prove that every list of axioms is consistent. It would however be pretty nice if ZFC is the
only list of axioms whose consistency is left unproved.
So how do we prove that the axioms for the integers don't contradict each other? We do it by showing that the ZFC axioms ensure that there exists a ring with the desired properties. This includes a definition of the non-negative integers that makes each integer a set:
0=∅
1={0}
2={0,1}
3={0,1,2}
...
So every non-negative integer is the set whose members are all the smaller integers. Note that
3={0,1,2}={0,1,{0,1}}
So 2={0,1} is both a member and a subset of 3.
It goes without saying that the full construction of the integers involves a lot more than this. I know that Goldrei covers this pretty well.