Kolmin
- 66
- 0
Homework Statement
Prove that
A\times(B\capC)=(A\timesB)\cap(A\timesC)
In particular what I cannot prove is
(A\timesB)\cap(A\timesC)\subseteqA\times(B\capC)
Homework Equations
The Attempt at a Solution
In order to learn how to deal with proofs I am reading How to prove it: a structured approach, and I am using Proof Designer. This is the main problem I think...
First of all, I tried all possible approaches, but still I cannot figure out how to deal the problem I have, which I will explain.
I found various direct proofs of this biconditional (even on the book itself) and, given
\existsa\inA\existsb(b\inB\wedgep=(a,b))
\existsa\inA\existsb(b\inC\wedgep=(a,b))
all assume that this b has to be the same for B and C.
Indeed, if this is the case, the proof is quite straightforward, BUT...we cannot assume so - at least using Proof Designer. As a matter of fact, the software, using the existential istantiation, asks you to choose a certain name (let's say a_{0}) and that's the problem. In the first expression I can put a_{0} and b_{0}, but in the second one, I cannot force the program to use the same variables, because they are already being used, so I have to use something like a_{1} and b_{1}. And that's the problem I guess, cause if I could put a_{0} and b_{0}, the proof would be trivial.
Quite instructive, in order not to use the same object for two different things simply because it helps us to get a wrong proof, but I cannot figure out how to get the right proof!