Let $P([n])$ be the power set of the $n$-element set $[n] := \{1,\dotsc,n\}$. I would like to determine the number of increasing deflationary* maps $f : P([n]) \to P([n])$. These are maps satisfying
- If $S \subseteq T \subseteq [n]$, then $f(S) \subseteq f(T)$.
- If $S \subseteq [n]$, then $f(S) \subseteq S$.
For $ n = 0,1,2,3,4$ the numbers are $1, 2, 9, 216, 160000$. I have no result for $n = 5$ so far. The sequence is not on OEIS. However, both the numbers of deflationary maps (A061301) and the numbers of increasing maps (A088322) are on OEIS. Is there a recursive formula? If it is not possible, how can we compute the values for $n \leq 10$?
My approach is as follows. For a subset $\mathcal{A} \subseteq P([n])$ we determine the increasing deflationary maps $\mathcal{A} \to P([n])$ recursively. If $\mathcal{A} \to P([n])$ is given and $T \notin \mathcal{A}$, the extensions to $ \mathcal{A} \cup \{T\} \to P([n])$ correspond to subsets $V \subseteq [n]$ (the image of $T$) such that
- If $S \in \mathcal{A}$ with $S \subseteq T$, then $f(S) \subseteq V$.
- We have $V \subseteq T$.
In other words, $V$ is a set between $\bigcup_{S \in \mathcal{A},\, S \subseteq T} f(S)$ and $T$.
Since we only want to build up to $P([n])$, we may also assume that $\mathcal{A}$ is an initial segment of $P([n])$.
With this we can write a program that computes the number of increasing deflationary maps on $P([n])$ for fixed $n$, but it is quite inefficient and does not terminate for $n = 5$ on my machine. A recursive formula would be nice, but the above description cannot be used for this since the first condition really depends on $f$.
Or is there a general way to count the increasing deflationary maps $P \to P$ for a finite partially ordered set $P$? Another example was discussed in SE/4443894.
*deflationary = regressive