So, Is a cancellation possible for the Cartesian product? ex. if you have two Cartesian products that are equal to eachother, do the 2nd sets for each product equal eachother?
Lets say you have AxB=AxC for the sets A, B, and C. Does it then follow that B=C?
I think it does, because for AxB to = AxC, B and C must be identical sets. How can I prove that B=C? (I'm having trouble with all proofs for sets btw, so this may be something trivial).
I'm approaching the proof by first trying to define what AxB=AxC really means:
AxB = {(a,b) | (a∈A) and (b∈B)} AxC = {(a,c) | (a∈A) and (c∈C)}
Now, how can I prove that B=C?
Your intuition that the claim is true is correct. Notice however that just like for cancelation with real numbers you need some condition on $A$.
So, you can prove that if $A\ne \emptyset$ and $A\times B = A\times C$ then indeed $B=C$. However, you can also prove that without the restriction $A\ne \emptyset$ it is possible that $A\times B=A\times C$ yet $B\ne C$. To prove the former, work carefully with the definition of the cartesian product. To prove the latter, choose some explicit sets for $B$ and $C$, and figure out what $A\times B$ is when $A=\emptyset$. Good luck!