This question is motivated by the elaboration of the question Combinatorial Proof of Inclusion-Exclusion Principle (IEP).
Let's consider the following two aspects:
1.) IEP transforms at least information to exact information
Applying the Inclusion-Exclusion Principle to $n$ sets $A_1,\dots,A_n$ gives:
\begin{align*} \left|\bigcup_{j=1}^{n}A_j\right|=\sum_{j=1}^{n}\left|A_j\right| -\sum_{1\leq i \leq j \leq n}\left|A_i\cap A_j\right|\pm\cdots+(-1)^{n-1}\left|\bigcap_{j=1}^{n}A_j\right|\tag{1} \end{align*}
We observe that the LHS representing an exact information can be represented by the RHS providing an at least information.
2.) Generating functions and corresponding binomial inverse relation pairs
Let
$e_m$ ... number of elements, which are in exactly $m$ sets
$l_m$ ... number of elements, which are in at least $m$ sets
Using this notation, the IEP (1) can now be written as: \begin{align*} e_1+e_2+\cdots+e_n=l_1-l_2\pm\cdots+(-1)^{n-1}l_n \end{align*} We now introduce the generating functions $L(z)$ and $E(z)$ having $l_k$ and $e_k$ as coefficients: \begin{align*} L(z) = \sum_{k=0}^{n}l_kz^k\qquad\qquad E(z)=\sum_{k=0}^{n}e_kz^k \end{align*} We observe following relations (see e.g. the answer section of the question above) \begin{align*} L(z)=E(z+1)&\qquad\qquad\qquad l_k=\sum_{m=k}^{n}\binom{m}{k}e_m\\ E(z)=L(z-1)&\qquad\qquad\qquad e_k=\sum_{m=k}^{n}(-1)^{m-k}\binom{m}{k}l_m\\ \end{align*}
This gives rise to the following question:
Question: Are there further inverse relation pairs which can be interpreted in the context of boolean algebras and which provide an interesting transformation of information similar to the IEPs at least to exact transformation.