Syrus
- 213
- 0
Homework Statement
Suppose R and S are relations on a set A, and S is an equivalence relation. We will say that R is compatible with S if for all w,x,y,z ∈ A, if (w,y) ∈ S and (x,z) ∈ S, then (w,x) ∈ R iff (y,z) ∈ R.
Prove that if R is compatible with S, then there is a unique relation T on A/S such that for all x,y ∈ A, ([x]s, [y]s) ∈ T iff (x,y) ∈ R.
Homework Equations
The Attempt at a Solution
Let T = {([x]s,[y]s) ∈ A/S x A/S | (x,y) ∈ R}. Now let Q be any other relation on A/S such that for all x,y ∈ A, ([x]s,[y]s) ∈ T iff (x,y) ∈ R. To show that T = Q, let ([j]s,[k]s) ∈ T. Then (j,k) ∈ R. But then, ([j]s,[k]s) ∈ Q. This time, let ([j]s,[k]s) ∈ Q. Then (j,k) ∈ R, so ([j]s,[k]s) ∈ T.
This is my attempt at a proof, but I have a couple of concerns. First, my proof doesn't seem to use the premise that R is compatible with S. Also, a given hint has a slightly different unique relation defined than mine, namely: "Let T = {([x]s,[y]s) ∈ A/S x A/S | ∃x∈[x]s ∃y∈[y]s (x,y) ∈ R}"
Is my alternative correct? Otherwise, could anyone please indicate where my reasoning is flawed?