- #1
PhysicsRock
- 117
- 18
- Homework Statement
- Given a set ##M## and an equivalence relation ##\sim## on ##M##, for ##a,a^{\prime},b,b^{\prime} \in M## with ##a \sim a^{\prime}## and ##b \sim b^{\prime}## with a binary operation ##*## such that ##a * b \sim a^{\prime} * b^{\prime}## prove that a binary operation ##\overline{*}## exists that fulfills ##[x * y] = [x] \overline{*} [y]##.
- Relevant Equations
- None else.
So, my approach and solution are as follows:
$$
[x * y] = \{ z \in M : z \sim (x * y) \}
$$
Since we know that ##a * b \sim a^{\prime} * b^{\prime}## we can rewrite ##z## as ## x^{\prime} * y^{\prime} ##. Plugging this in yields:
$$
[x * y] = \{ x^{\prime}, y^{\prime} \in M : x^{\prime} * y^{\prime} \sim x * y \}
$$
We are also given that if ##x^{\prime} * y^{\prime} \sim x * y## then ##x^{\prime} \sim x## and ##y^{\prime} \sim y##. So once again, we can rewrite the expression to obtain:
$$
[x * y] = \{ x^{\prime}, y^{\prime} \in M : x^{\prime} \sim x, y^{\prime} \sim y \}
$$
With ##x^{\prime}## and ##y^{\prime}## now essentially separated, we can break apart the set into two individual ones with
$$
[x*y] = \{ x^{\prime} \in M : x^{\prime} \sim x \} \bigcup \{ y^{\prime} \in M : y^{\prime} \sim y \}
$$
Now one observes that the two sets are the equivalence classes for ##x## and ##y## respectively. So, we can conclude that
$$
[x*y] = [x] \cup [y]
$$
and comparing this to the assignment, we obtain that ##\overline{*}## is equivalent to the union of sets. Hence, there exists a binary operation fulfilling the required demands.
Now, am I correct here or did I screw up at some point?
$$
[x * y] = \{ z \in M : z \sim (x * y) \}
$$
Since we know that ##a * b \sim a^{\prime} * b^{\prime}## we can rewrite ##z## as ## x^{\prime} * y^{\prime} ##. Plugging this in yields:
$$
[x * y] = \{ x^{\prime}, y^{\prime} \in M : x^{\prime} * y^{\prime} \sim x * y \}
$$
We are also given that if ##x^{\prime} * y^{\prime} \sim x * y## then ##x^{\prime} \sim x## and ##y^{\prime} \sim y##. So once again, we can rewrite the expression to obtain:
$$
[x * y] = \{ x^{\prime}, y^{\prime} \in M : x^{\prime} \sim x, y^{\prime} \sim y \}
$$
With ##x^{\prime}## and ##y^{\prime}## now essentially separated, we can break apart the set into two individual ones with
$$
[x*y] = \{ x^{\prime} \in M : x^{\prime} \sim x \} \bigcup \{ y^{\prime} \in M : y^{\prime} \sim y \}
$$
Now one observes that the two sets are the equivalence classes for ##x## and ##y## respectively. So, we can conclude that
$$
[x*y] = [x] \cup [y]
$$
and comparing this to the assignment, we obtain that ##\overline{*}## is equivalent to the union of sets. Hence, there exists a binary operation fulfilling the required demands.
Now, am I correct here or did I screw up at some point?