I have two functions $f : V \times S \to V$ and $g : V \times S \to S$ where $V$ and $S$ are complete lattices and $v \subseteq v' \wedge s \subseteq s'$ implies $f(v, s) \subseteq f(v', s') \wedge g(v, s) \subseteq g(v', s')$.
Do we have enough information to show that there exists some $v$ and $s$ such that $v$ is the least fixed point of $f'(x) = f(x, s)$ and $s$ is the greatest fixed point of $g'(x) = g(v, x)$? If so, are $v$ and $s$ unique?
I'd also love a reference for this sort of thing if possible, I've been having a hard time finding one!
Notations:
You question is: If $f:V\times S\to V$ and $g:V\times S \to S$ are monotonic, are there $v_*$ and $s_*$ so that $v=\mu f_{s_*}$ and $s=\nu g_{v_*}$?
First, note that since $f$ is monotonic, so is $f_s$ for every $s$ so that $\mu f_s$ always exists (by the Knaster–Tarski theorem). Similarly $\nu g_v$ always exists.
But this isn't enough because if you take some random $s_0$, then you can take $v_1:=\mu f_{s_0}$ and then $s_2:=\nu g_{v_1}$ but there no reason to have $s_2=s_0$. We could try to go one step further by taking $v_3:=\mu f_{s_2}$ but then again, there would be no reason to have $v_3=v_1$. Can you see where I'm going with this?
-
-
-
-
-
To show that it is not unique, you can take $V=S$, $f(v,s)=v\lor s$ and $g(v,s)=v\land s$. What's $\mu f_s$?
-
As for references, I don't really know. I scrolled through this and it looks nice. You could try to use induction or coinduction as keywords in your search.