Consider the functions
$$
H_1, H_2, H_3: \mathcal{P}(\{1,2,3,4,5,6,7,8,9,10\}) \rightarrow \mathcal{P}(\{1,2,3,4,5,6,7,8,9,10\})
$$
defined by
$$
\begin{aligned}
& H_1(Y) \stackrel{\text { def }}{=} Y-\{1,4,7\} \\
& H_2(Y) \stackrel{\text { def }}{=}\{2,5,9\}-Y \\
& H_3(Y) \stackrel{\text { def }}{=}\{1,2,3,4,5\} \cap(\{2,4,8\} \cup Y)
\end{aligned}
$$
for all $Y \subseteq\{1,2,3,4,5,6,7,8,9,10\}$.
* (a) Which of these functions are monotone; which ones aren't? Justify your answer in each case.
* (b) Compute the least and greatest fixed points of $H_3$ using the iterations $H_3^i$ with $i=1,2, \ldots$ and Theorem 3.24 .