-1

$X$ and $Y$ are sets.
$X \times Y$ denotes the cartesian product of the set X and Y.
It's given that none of the sets is empty.

1 Answers1

0

We can construct a bijection between $(X \times Y) \times Z$ and $X \times (Y \times Z)$.

the bijection $f : (X \times Y) \times Z \to X \times (Y \times Z)$ can be defined as $f((x,y),z) = (x,(y,z))$

Now you can prove that this is a bijection by showing it has a two sided inverse.

  • That we can construct such a bijection does not directly answer the question of "are these sets equal?" – JMoravitz Sep 25 '20 at 14:56