- 22,169
- 3,328
reenmachine said:I'm not sure if you want me to prove the first one or just formulate something analogous for unions?
I want both. And perhaps try to prove the thing for unions too.
1)
A∪(B∪C) = (A∪B)∪C
If you want the proof of YOUR first statements (with the intersections) , I would try:
We accept the ZFC axioms.We will attempt to prove that A∩(B∩C) = (A∩B)∩C.
There is no need to keep saying that you use the ZFC axioms. I said before that you should always make clear what axioms you accept, but my point is that you should make it clear only once (and maybe again if you change axioms). So in a mathematical document, they will often state in the beginning what axioms they use (or more often: just give a reference, or just make it clear by context). But you shouldn't say it in the beginning of every proof.
Let x ∈ A∩(B∩C) be arbitrary.This implies that x ∈ A and that x ∈ (B∩C) , which in turn implies that x ∈ B and x ∈ C.Since x ∈ A and x ∈ B , it also implies that x ∈ (A∩B).And since x ∈ C and x ∈ (A∩B) , it implies that x ∈ (A∩B)∩C.
Now let x ∈ (A∩B)∩C be arbitrary.It implies that x ∈ (A∩B) and that x ∈ C.This implies that x ∈ A and x ∈ B.Since x ∈ C and x ∈ B , it implies that x ∈ (B∩C) , and since x ∈ A , it implies that x ∈ A∩(B∩C) , therefore proving that A∩(B∩C) = (A∩B)∩C.
OK
----------------------
2)
We will attempt to prove that A∩(B∪C) = (A∩B) ∪ (A∩C).
We accept the ZFC axioms.
Let x ∈ A∩(B∪C) be arbitrary.This implies that x ∈ A and that x ∈ (B∪C) , which implies that x ∈ B and x ∈ C.
Are you certain that it implies that ##x\in B## and ##x\in C##??
Since x ∈ A , x ∈ B and x ∈ C , it implies that x ∈ (A∩B) and x ∈ (A∩C) , which implies that x ∈ (A∩B) ∪ (A∩C).
Now let x ∈ (A∩B) ∪ (A∩C) be arbitrary.This implies that x ∈ (A∩B) and x ∈ (A∩C)
Again: are you certain about the "and"??
which implies that x ∈ A , x ∈ B and x ∈ C.Since x ∈ B and x ∈ C , it implies that x ∈ (B∪C) , and since x ∈ A , it implies that x ∈ A∩(B∪C) , therefore proving that A∩(B∪C) = (A∩B) ∪ (A∩C).
----------------------
3)
We will attempt to prove that A∩A = A and A∪A = A.
We accept the ZFC axioms.
Let x ∈ A∩A be arbitrary.It implies that x ∈ A.
Let x ∈ A be arbitrary , it implies that x ∈ A∩A , therefore proving that A∩A = A.
Let x ∈ A∪A be arbitrary.It implies that x ∈ A.
Let x ∈ A be arbitrary , it implies that x ∈ A∪A , therefore proving that A∪A = A.
----------------------
OK.
4)
We will attempt to prove that (A∩B) × C = (A×C) ∩ (B×C).
We accept the ZFC axioms.
Note: I started a long x ∈ A and x ∈ B , x ∉ A' and x ∉ B' proof but it went nowhere.Can I simply use algebra?
(A∩B) × C = (A×C) ∩ (B×C)
A∩B = (A×C)/C ∩ (B×C)/C
A∩B = A∩B
First of all, a minor notation issue. The set difference is written as \ and not as /. Writing / denotes a quotient.
I don't know what you did here. First of all, you seem to think that ##(A\times C)\setminus C##. This is false.
Second of all, you start from something that you want to prove. You can't do that.
Look at this: I want to prove that 1=2.
1=2
1*0 = 2*0
0 = 0
Therefore we have proven it.
Clearly this is false. This illustrates that the proof you have given can not be right. You can't start from something you need to prove, end up with something true and then say that this proves it. This is an incorrect method. They use the method in high school a lot and this confuses many people.
If you want to prove something, you should reverse your direction. For example, a correct proof would be like
0 = 0
Thus 1*0 = 2*0
Thus 1=2
This would be a correct proof. But alas, the third step is wrong (because we divide by 0).
Anyway, to prove ##(A\cap B)\times C = (A\times C)\cap (B\times C)##. We should just use the methods you know. I'll prove one direction:
Take an arbitrary element ##z## of ##(A\cap B)\times C##. This element has the form ##z=(x,y)##, where ##x\in A\cap B## and ##y\in C##. So we see that ##z=(x,y)## with ##x\in A## and ##y\in C##. Thus ##z\in A\times C##. Analogously, we see that ##z=(x,y)## with ##x\in B## and ##y\in C##. Thus ##z\in B\times C##. Since ##z\in A\times C## and ##z\in B\times C##, we get that ##z\in (A\times C)\cap (B\times C)##.
If you're more comfortable with proofs then you can leave out ##z## entirely and just do:
Take an arbitrary element ##(x,y)## of ##(A\cap B)\times C##. And so on.