Prove that for any sets A, B, C, and D, if A × B and C × D are disjoint, then either A and C are disjoint or B and D are disjoint.
Proof(someones).
Suppose (A X B) and (C X D) are disjoint. Let (x,y) be an arbitrary ordered pair of (A X B), it follows that $(x,y) \notin (C X D)$. So either $x \notin C$ or $y \notin D$. Since x,y are arbitrary, Thus either A and C are disjoint or B and D are disjoint.
I think the above proof is wrong since it assumes (x,y) is an arbitrary ordered pair of (A X B) without any logical justification(no existential instantination).
My Proof.(Contrapositive)
Suppose $A\cap C \ne \emptyset $ and $B\cap D \ne \emptyset$. It follows that there exist an element $a\in A\cap C$ and $b\in B\cap D$. Since $a\in A$ and $b\in B$ then $(a,b)\in A× B$ and since $a\in C$ and $b\in D$ then $(a,b)\in C×D$. So $(a,b)\in A×B \cap C×D$. So A × B and C × D not disjoint.
As for the first proof I can understand the "Suppose (A X B) and (C X D) are disjoint" part. But I cant understand the logical justification of assuming an element (x,y) in AXB since by making this assumption you are also assuming that A or B are not $\emptyset$ which makes the proof invalid as you are assuming something not given. Also A,B,C,D are supposed to be arbitrary sets.
My questions here are:
1) Is the first one correct ? If it is what is its logical justification.
2)Is my proof correct ? If not, what is my mistake ?
Your first proof is missing some detail. I have elaborated below.
Your second proof is correct.
Suppose $A\times B$ and $C \times D$ are disjoint.
If $A \cap C$ is empty, we are finished, so suppose $A \cap C$ is non-empty, and let $a \in A \cap C$. We have $\{a\} \times B \subset A \times B$, and $\{a\} \times D \subset C \times D$. Since $A\times B$ and $C \times D$ are assumed disjoint, we must have that $\{a\} \times B$ and $\{a\} \times D$ are disjoint, which implies that $B $ and $D$ are disjoint.
That is, either $A \cap C$ is empty or $B \cap D$ is empty.