I had to show that this is order preserving:
$ P=\{ \mathcal{P}(S); \subseteq \}; |S|>1; \; Q=2 $ and $\phi$ from $P \rightarrow Q$ is defined by $\\ \phi (U)= \left\{ \begin{array}{ll} 1 & U=S \\ 0 & U \neq S\\ \end{array} \right. $
My solution:
$ U,V \subseteq P $ such that $\phi (U) = \epsilon; \; \phi(V)=\delta \\$ $\\ \Leftrightarrow \forall x\in S; \epsilon = 1 \Rightarrow \delta=1 \\ \Leftrightarrow \phi(U) \leq \phi(V)$
I do not understand where to use $0$ in this? According to my solution, this is order preserving.
For the order to not be preserved, we need to have two sets where $U\subseteq V$ but $\phi(U)\not\le\phi(V)$.
The latter is only possible when $\phi(U)=1$ and $\phi(V)=0$. But the former means that $U=S$, which, with $U\subseteq V$ implies $V=S$ and so $\phi(V)=1$ too - a contradiction!