Consider A = {a, b, c, d}. For each of given partitions of A, find elements of corresponding equivalence relation:
i) P1 = {{a, c}, {b, d}}
ii) P2 = {{a}, {b, c}, {d}}
iii) P3 = {{a, b}, {c, d)}
iv) P4 = {{a, b, c}, {d}}
Do any of partitions refine any of others?