Let $n\ge 2$, and let $\pi\in S_n$ be the permutation describing the holes: the uncovered cells are $(r,\pi(r))$ for $r\in{1,\dots,n}$.
Write $$V:={(r,c)\in{1,\dots,n}^2 : c\neq \pi(r)}$$ for the set of non-hole cells.
For $x=(r_1,c_1)$ and $y=(r_2,c_2)$ define the (axis-aligned) bounding box $$\operatorname{Box}(x,y):=[\min(r_1,r_2),\max(r_1,r_2)]\times[\min(c_1,c_2),\max(c_1,c_2)].$$
Following [{swppfz}] / [{fn4z54}], a set $S\subseteq V$ is rectangle-free if for all distinct $x,y\in S$, the box $\operatorname{Box}(x,y)$ contains at least one hole. Equivalently, no admissible rectangle tile (interval $\times$ interval containing no holes) contains two points of $S$.
Rectangle-free sets give lower bounds on the number of rectangles in any tiling: any rectangle partition uses at least $|S|$ tiles [{swppfz},{fn4z54}].
This note records a simple but useful source of rectangle-free sets based on monotone subsequences of $\pi$.
Assume $r_1<r_2<\cdots<r_k$ are indices such that $$\pi(r_1)<\pi(r_2)<\cdots<\pi(r_k)$$ (i.e. an increasing subsequence of $\pi$), and additionally $\pi(r_i)<n$ for all $i$.
Define points $$x_i := \bigl(r_i,,\pi(r_i)+1\bigr)\in V.$$ Then $S:={x_1,\dots,x_k}$ is rectangle-free.
Take $i<j$. Then $r_i<r_j$ and $\pi(r_i)<\pi(r_j)$. The box $\operatorname{Box}(x_i,x_j)$ has row interval $[r_i,r_j]$ and column interval $$[\min(\pi(r_i)+1,\pi(r_j)+1),\max(\pi(r_i)+1,\pi(r_j)+1)]=[\pi(r_i)+1,\pi(r_j)+1].$$ Since $\pi(r_j)\ge \pi(r_i)+1$ (integers, strict inequality), we have $$\pi(r_j)\in[\pi(r_i)+1,\pi(r_j)+1].$$ Therefore the hole $(r_j,\pi(r_j))$ lies in $\operatorname{Box}(x_i,x_j)$. So every pair $x_i,x_j$ has a hole in its bounding box, i.e. $S$ is rectangle-free. $\square$
Assume $r_1<r_2<\cdots<r_k$ are indices such that $$\pi(r_1)>\pi(r_2)>\cdots>\pi(r_k)$$ (i.e. a decreasing subsequence), and additionally $\pi(r_i)>1$ for all $i$.
Define points $$y_i := \bigl(r_i,,\pi(r_i)-1\bigr)\in V.$$ Then ${y_1,\dots,y_k}$ is rectangle-free.
Take $i<j$. Then $r_i<r_j$ and $\pi(r_i)>\pi(r_j)$. The box $\operatorname{Box}(y_i,y_j)$ has column interval $$[\pi(r_j)-1,\pi(r_i)-1].$$ Since $\pi(r_j)\le \pi(r_i)-1$ (integers, strict inequality), we have $$\pi(r_j)\in[\pi(r_j)-1,\pi(r_i)-1].$$ Hence the hole $(r_j,\pi(r_j))$ lies in $\operatorname{Box}(y_i,y_j)$. Thus the set is rectangle-free. $\square$
Let $\alpha_\square(\pi)$ be the maximum size of a rectangle-free set (as in [{fn4z54}]). Let $\mathrm{LIS}(\pi)$ and $\mathrm{LDS}(\pi)$ denote the lengths of the longest increasing/decreasing subsequences.
From Lemmas 1–2 we immediately obtain the (weak but sometimes convenient) bounds $$\alpha_\square(\pi)\ge \mathrm{LIS}(\pi)-\mathbf{1}{{\exists r: \pi(r)=n}},\qquad \alpha\square(\pi)\ge \mathrm{LDS}(\pi)-\mathbf{1}_{{\exists r: \pi(r)=1}}.$$
In particular, the rectangle-free invariant in [{swppfz},{fn4z54}] is always at least on the order of a monotone subsequence length.
This does not reach the conjectured sharp bound $\alpha_\square(\pi)\ge n+\lfloor (n-1)/2\rfloor$, but it provides a simple “free” source of incompatibility sets that may be combined with other constructions.
ACCEPT. The note contains two simple lemmas producing rectangle-free sets from monotone subsequences of the hole permutation $\pi$. The arguments are correct and clearly written, and the note is careful not to overclaim (it explicitly notes the bounds are too weak to reach the conjectured optimum by themselves).
Given $r_1<\cdots<r_k$ with $\pi(r_1)<\cdots<\pi(r_k)$ and the extra condition $\pi(r_i)<n$ (so that $\pi(r_i)+1\in{1,\dots,n}$ and is certainly not the hole in row $r_i$), the proposed points [x_i=(r_i,\pi(r_i)+1)] are valid non-hole cells.
For $i<j$, the bounding box has row interval $[r_i,r_j]$ and column interval $[\pi(r_i)+1,\pi(r_j)+1]$. Since $\pi(r_i)<\pi(r_j)$ and all values are integers, $\pi(r_j)\ge \pi(r_i)+1$, hence [\pi(r_j)\in[\pi(r_i)+1,\pi(r_j)+1].] Therefore the hole $(r_j,\pi(r_j))$ lies in $\operatorname{Box}(x_i,x_j)$. This witnesses rectangle-freeness. Correct.
Similarly, with $r_1<\cdots<r_k$ and $\pi(r_1)>\cdots>\pi(r_k)$ and the condition $\pi(r_i)>1$, the points [y_i=(r_i,\pi(r_i)-1)] are valid non-hole cells.
For $i<j$, the column interval is $[\pi(r_j)-1,\pi(r_i)-1]$, and strict decrease implies $\pi(r_j)\le \pi(r_i)-1$, hence [\pi(r_j)\in[\pi(r_j)-1,\pi(r_i)-1].] So $(r_j,\pi(r_j))\in\operatorname{Box}(y_i,y_j)$. Correct.
The displayed inequalities in terms of LIS/LDS lengths are reasonable as stated, with the indicator terms accounting for the boundary cases where one cannot shift right/left from a hole in the last/first column.
ACCEPT.
The note proves two clean lemmas: an increasing (resp. decreasing) subsequence of the hole permutation (\pi) yields a rectangle-free set by taking the cell immediately to the right (resp. left) of each hole. This provides an elementary, always-available source of rectangle-free (incompatibility) sets, complementing the framework in [{swppfz},{fn4z54}].
ACCEPT. The lemmas are correct, clearly presented, and provide a useful building block (even if not strong enough alone to reach the conjectured (n+\lfloor (n-1)/2\rfloor) bound).