Inclusion-exclusion principle states that the size of the union of $n$ finite sets is given by the sum of the sizes of all sets minus sum of the sizes of all the pairwise intersections plus sum of the sizes of all the triple intersections and so on: $$ \left| A_1\cup \dots \cup A_n\right| = \sum_i \left| A_i\right|-\sum_{i<j} \left| A_i\cap A_j\right|+\sum_{i<j<k} \left| A_i\cap A_j\cap A_k\right|-\dots+(-1)^{n+1}\left| A_1\cap \dots \cap A_n\right|. $$ Maximum-minimums identity states that the maximum of a finite set of numbers $S = \{x_1, \dots, x_n \}$ is given by the sum of all elements minus the sum of minimums of all pairs of elements plus sum of minimums of all triples and so on: $$ \max\{x_1, \dots,x_n\} = \sum_i x_i -\sum_{i<j}\min\{x_i, x_j\} + \sum_{i<j<k}\min\{x_i, x_j,x_k\}-\dots+(-1)^{n+1}\min\{x_1,\dots, x_n\}. $$ It is hard to miss the similarity.
- Is there a relation between maximum-minimums identity and inclusion-exclusion principle?
- Can either one be proven from the other?
From inclusion-exclusion you can derive the maximums-minimums result, and I'd be surprised if the other direction doesn't hold, either.
In the following I take the inclusion-exclusion formula to be about probabilities, with $P(A_i\cap A_j)$ and so on for events $A_i$ and $A_j$, instead of cardinalities $|A_i\cap A_j|$ of finite sets. One can convert the one formulation into the other by dividing; both can be proved by integrating expressions involving characteristic functions like $\chi_{A\cap B}(x) = \chi_A(x) \chi_B(x)$ against counting measure or against an arbitrary probability measure. The trick is that $\chi_{\bigcup A_i}(x) = 1- \prod_i (1-\chi_{A_i}(x)).$
Assume, in the max-min problem, that the $x_i$ all lie in $[0,1]$ and are sorted in increasing order. (You can add or subtract a constant to all the $x_i$ without spoiling the equation, similarly rescale them, similarly permute them.) Now let $U$ be a uniform random variable, and let $A_i$ be the event that $U\le x_i$. If $i<j$ we have $A_i\cap A_j=A_i$ so $P(A_i\cap A_j) = \min(x_i,x_j)$, and so on. The event $A_1\cup\cdots \cup A_n$ is simply $A_n$, whose probability is $x_n=\max(x_1,\dots,x_n)$. In this way the two identities agree, term by term.