This is a subproblem of a problem I am trying to solve.
For a measure space $(X,\mathcal{A}, \mu)$ define $\backsim$ as the relation on $\mathcal{A}$ where $A \backsim B$ iff $\mu(A \triangle B)=0$
First I need to prove that this is an equivalence relation. I already did this.
Then, define $\mathcal{B}$ to be the set of equivalence classes for this relation. Prove that $\mu$ is well-defined on $\mathcal{B}$.
I am always confused by proofs of well-definedness. Do I start with two elements of the same equivalence class and then two more elements from a different equivalence class? What would need to hold to prove that $\mu$ is well defined?
The statement '$\mu$ is well defined' means that if $A \sim B$ then $\mu (A)=\mu(B)$. On other words $\mu (A\Delta B)=0$ implies $\mu (A)=\mu(B)$. To prove this note that $\mu (A) =\mu (A \cap B) +\mu (A\setminus B) \leq \mu (B)+ \mu (A\Delta B) =\mu (B)$. Simialrly, $\mu (B) \leq \mu (A)$.