1.2. ▹ Prove that if ∼ is an equivalence relation on a set S, then the corresponding family P∼ defined in §1.5 is indeed a partition of S: that is, its elements are nonempty, disjoint, and their union is S. [§1.5]
Solution
First recall that P∼ is defined as the set of all equivalence classes, where for each a∈S we have the equivalence class
[a]∼:={b∈S∣b∼a}.
Each [a]∼ is nonempty as a∈[a]∼. For some a,b∈S if x∈[a]∼∩[b]∼ then we have both x∼a and x∼b so by symmetry and transitivity a∼b, so our equivalence classes are disjoint. Finally, since we have an equivalence class for each a∈S of course the union of all the elements is S. □
1.3. ▹ Given a partition P on a set S, show how to define a relation ∼ on S such that P is the corresponding partition. [§1.5]
Solution
Define ∼ such that for a,b∈S we have a∼b if and only if for some A∈P we have a,b∈A. We need to show that P∼=P. Let [a]∼∈P∼, so for some A∈P we have a∈A, and our construction of ∼ makes it clear that [a]∼=A, so [a]∼∈P. Conclude that P∼⊆P. Now let A∈P. Take any a∈A and observe that A=[a]∼. Conclude that P⊆P∼, which combined with P∼⊆P gives the desired P∼=P. □
1.6. ▹ Define a relation ∼ on the set R of real numbers by setting a∼b⟺b−a∈Z. Prove that this is an equivalence relation, and find a 'compelling' description for R/∼. Do the same for the relation ≈ on the plane R×R defined by declaring (a1,a2)≈(b1,b2)⟺b1−a1∈Z and b2−a2∈Z.
Solution
Let's start by proving that ∼ is an equivalence relation:
- reflexivity: ∀a∈R we have a−a=0∈Z so a∼a;
- symmetry (∀a∈R) (∀b∈R) a∼b⟹b−a∈Z⟹a−b∈Z⟹b∼a;
- transitivity (∀a∈R) (∀b∈R) (∀c∈R), (a∼b and b∼c)⟹(b−a∈Z and c−b∈Z)⟹(c−a∈Z)⟹a∼c.
The argument for ≈ is similar (should just amount to repeating the above twice). I am lazy and also I don't know what 'compelling' description Mr. Aluffi is looking for. □