Join of monotonic functions is monotonic

62 Views Asked by At

Given two monotonic functions $F$ and $G$ on a complete lattice, how would I go about proving that the function:

$$ H : x \mapsto F(x) \vee G(x) $$

is monotonic (i.e. $a \leq b \implies H(a) \leq H(b)$)?

1

There are 1 best solutions below

0
On BEST ANSWER

Let $a \le b$. Then $F(a)\le F(b) \le F(b) \vee G(b)$ and $G(a) \le G(b)\le F(b) \vee G(b)$. Thus $F(b) \vee G(b)$ is an upper bound of $\{F(a),G(a)\}$. Since $F(a) \vee G(a)$ is the least upper bound of $\{F(a),G(a)\}$ you have $F(a) \vee G(a) \le F(b) \vee G(b)$.