In an $a\times b$ array, each cell is divided into four triangles by the two diagonals. Some of the $4ab$ triangles are painted, so that every unpainted triangle shares a side with at least one painted triangle. What is the minimum number of painted triangles?
Assume wlog that $a\leq b$. Suppose we paint the left triangle of every cell. This takes care of all triangles except the right triangles of the rightmost column. Painting those triangles gives $ab+a$ triangles in total. I think this should be the minimum, but how can it be proven?
Your limit is probably correct.
I have no proof, but I ran the MiniZinc constraint solver on the problem and found the following solution for $a=6, b=6$ as confirmation:
My model:
A biger example with $a=10, b=42$ has $430$ painted triangles as predicted: