2
$\begingroup$

Let $k$ be a nonnegative integer. Determine the number of ways to choose $(k+1)^2$ sets $S_{i,j}\subseteq [2k] := \{1,2,\cdots ,2k\}$ for integers $i,j$ with $0\leq i, j \leq k$ so that for all $0\leq i\leq c\leq k, 0\leq j\leq d \leq k, S_{i,j}\subseteq S_{c,d}.$

The number of subsets of $\{1,2,\cdots, 2k\}$ is $2^{2k}$. There are thus $2^{2k}$ ways to choose the subset $S_{0,0}$. Suppose it has $a_0$ elements. Then the set $S_{1,0}$ must contain these $a_0$ elements and a subset of the complement of these $a$ elements in $\{1,2,\cdots, 2k\}$. In general, if $S_{i,0}$ has $a_i$ elements then $S_{i+1, 0}$ must have at least $a_i$ elements and the set of elements in $S_{i+1,0}\backslash S_{i,0}$ is a subset of $[2k]\backslash S_{i,0}$. This chain of reasoning does not seem very useful however, because it's largely dependent on what the sizes of the sets $S_{i,j}$ are. Would generating functions be useful and if so, how? Obviously one can't just choose $(k+1)^2$ subsets from the set of all subsets of $[2k]$ and order them because subsets only form a partial order under inclusion; some aren't even comparable.

$\endgroup$

1 Answer 1

5
$\begingroup$

The question contains some distractions. There’s no connection between the occurrence of $k$ in $[2k]$ on the one hand and in $0\le i,j\le k$ on the other hand; so we can generalize to $S_{i,j}\subseteq M$ for arbitrary $M$. Also, we can choose for each element of $M$ independently which $S_{i,j}$ to include it in, so the result is just $n^{|M|}$, where $n$ is the number of ways to distribute a given element over the $S_{i,j}$. There’s a natural correspondence between these ways and the monotonic lattice paths from $(0,k+1)$ to $(k+1,0)$ on $[0,k+1]^2$, of which there are $\binom{2(k+1)}{k+1}$. Thus, the answer is $\binom{2(k+1)}{k+1}^{|M|}$, or in your special case, $\binom{2(k+1)}{k+1}^{2k}$.

In response to the comment: For a given element $m\in M$, for each $i$, there is some $j_i$ such that $m\notin S_{i,j}$ for $j\lt j_i$ and $m\in S_{i,j}$ for $j\ge j_i$. Furthermore, for $i_2\gt i_1$, we have $j_{i_2}\le j_{i_1}$. The $j_i$ correspond to a monotonic lattice path from $(0,k+1)$ to $(k+1,0)$ with horizontal steps from $(i,j_i)$ to $(i+1,j_i)$ for all $i$ (and the necessary vertical steps to connect them).

$\endgroup$
2
  • $\begingroup$ Thanks, but could you formally describe the correspondence? I know that if $S_{0,0}$ is chosen, all $S_{i,j}$ contain it, so which lattice path would correspond to placing the element in all $S_{i,j}$? $\endgroup$ Commented Feb 26, 2022 at 18:07
  • $\begingroup$ @FredJefferson: I added a description of the correspondence to the answer. The answer was actually off by $1$; I had to replace $k$ by $k+1$ in several places. I also changed the corners of the lattice to make the correspondence more natural. Placing the element in all $S_{i,j}$ would mean $j_i=0$ for all $i$, so the lattice path would be downward from $(0,k+1)$ to $(0,0)$ and then rightward from $(0,0)$ to $(k+1,0)$. $\endgroup$
    – joriki
    Commented Feb 26, 2022 at 18:48

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .