I'm working my way through Enderton's Elements of Set Theory, and one of the theorems from the book has a final note that is giving me some trouble. The theorem is found on page 60, and is as follows:
Theorem 3Q Assume that $R$ is an equivalence relation on $A$ and that $F\colon A\to A$. If $F$ is compatible with $R$, then there exists a unique $\hat{F}\colon A/R\to A/R$ such that $$ (*)\qquad \hat{F}([x])=[F(x)]\quad\text{for all $x\in A$.} $$ If $F$ is not compatible with $R$, then no such $\hat{F}$ exists. Analogous results apply to functions from $A\times A$ into $A$.
For $F\colon A\to A$, we say $F$ is compatible with $R$ if for all $x,y\in A$, $$ xRy\implies F(x)RF(y). $$
I'm trying to formulate and prove the mentioned analogous results for $F\colon A\times A\to A$. I imagine the corresponding theorem would be
Theorem 3Q' Assume that $R$ is an equivalence relation on $A$ and that $F\colon A\times A\to A$. If $F$ is compatible with $R$, then there exists a unique $\hat{F}\colon A/R\times A/R\to A/R$ such that $$ (**)\qquad \hat{F}([x],[y])=[F(x,y)]\quad\text{for all $x,y\in A$.} $$ If $F$ is not compatible with $R$, then no such $\hat{F}$ exists.
but of course I may be wrong! I suppose the definition of compatibility requires some retooling, and the only sensible formulation I could think of was $F$ and $R$ are compatible if for any $x,y\in A$, $$ xRy\implies F(x,y)RF(y,x). $$
This is what I have so far, but as a warning, I don't think it really goes anywhere.
Based on this, I try to show that if $F$ is compatible with $R$, then such a $\hat{F}$ exists. Since $(**)$ requires that $(([x],[y]), [F(x,y)])\in\hat{F}$, I try to define $\hat{F}$ as $$ \hat{F}=\{(([x],[y]), [F(x,y)])\ |\ x,y\in A\}. $$ I want $\hat{F}$ to indeed be a function, so I consider the pairs $(([x],[y]), [F(x,y)])$ and $(([u],[v]), [F(u,v)])$ in $\hat{F}$. I would then like to have the implications \begin{align*} ([x],[y])=([u],[v]) &\implies [x]=[u]\wedge [y]=[v] \newline &\implies xRu\wedge yRv\newline &\implies F(x,u)RF(u,x)\wedge F(y,v)RF(v,y)\newline &\implies [F(x,u)]=[F(u,x)]\wedge [F(y,v)]=[F(v,y)]\newline &\implies \underline{\hspace{1in}} \newline &\implies [F(x,y)]=[F(u,v)] \end{align*}
However, I don't know what to put in the blank to make the desired implication follows, so perhaps my idea of compatibility or something else is wrong. Can someone please explain how to get to the proper formulation of the analogous results? Thanks!