0

I was asked to disprove the following statement by counterexample: Let A, B and C be sets. If A x C = B x C then A = B

I was under the impression that:

(x1, y1) = (x2, y2) if and only if x1 = x2 and y1 = y2.

So with this definition I can't really think of any counterexamples to disprove this. Can you please hint at or provide me with a counterexample?

Hanul Jeon
  • 27,376
jn025
  • 989

1 Answers1

0

As Eoin already said in the above comment, consider the case that $C$ is empty. So we get the following easy counterexample:

Let $A:=\{1\},B:=\{2\},C:=\emptyset$. Then $$A\times C=\{(a,c):a\in A\land c\in C\}=\emptyset =\{(b,c):b\in B\land c\in C\}=B\times C,$$ just because there is no $c\in C$. But obviously $A\neq B$! So the implication is not valid.

rindPHI
  • 346