This question is from pg 171 of this book. http://users.metu.edu.tr/serge/courses/111-2011/textbook-math111.pdf
For any sets A, B, C, and D, if A × B ⊆ C × D then A ⊆ C and B ⊆ D. Is the following proof correct? If so, what proof strategies does it use? If not, can it be fixed? Is the theorem correct?
Proof. Suppose A × B ⊆ C × D. Let a be an arbitrary element of A and let b be an arbitrary element of B. Then (a, b) ∈ A × B, so since A × B ⊆ C × D, (a, b) ∈ C × D. Therefore a ∈ C and b ∈ D. Since a and b were arbitrary elements of A and B, respectively, this shows that A ⊆ C and B ⊆ D.
I know A or B being empty screws up the theorem but I need someone to explain to me the flaw in the proof.
I also noticed in the same book this statement: "Because p ∈ A × (B ∩ C) means ∃x∃y(x ∈ A ∧ y ∈ B ∩ C ∧ p = (x, y))" I'm also a bit confused why the existential quantifiers were introduced when p is suppose to be arbitrary. When we suppose (a, b) ∈ A × B are we then assuming that there exists a∈A and b∈B? On top of letting a and b are arbitrary?
I feel there is something different going on with supposing arbitrary elements in cartesian products compared to just plain sets. I need someone to clarify what is going on.