Mr Davis 97 said:
When I draw some lines the resulting ##(Q_i)_1^n## always seem to satisfy that ##\sum s_i \le 4n##, so why do we need the ##(R_i)_1^n## at all?
The set of partitions of the quadrilateral into the ##Q_j## is a
proper subset of the set of all partitions into ##R_j##. Consider the partition of the square with diagonally opposite corners at (0,0) and (2,2) into the following three convex polygons:
- ##R_1##: triangle with vertices (0,0), (2,0), (1,1)
- ##R_2##: quadrilateral with vertices (0,0), (0,2), (1, 2), (1,1)
- ##R_3##: quadrilateral with vertices (2,0), (2,2), (1, 2), (1,1)
That partition cannot be made by a set of lines cutting the square, without combining elements. We can partition the square into six triangles by cutting with the lines ##y=x,\ x=1,\ y+x=2##, but we need to combine pairs to get the partition above.
So proving the result for the ##R_j## partitions is a stronger theorem than proving it for only the ##Q_j## partitions.
However, it should not be hard to show that every R partition can be formed by amalgamating elements of a Q partition, and that amalgamating always reduces the edge sum. So once those two are proved, plus the lemma of the next paragraph, the problem can be reduced to proving that the result holds for all S partitions.
I note that the problem contains a hidden supposition: that for every Q partition there exists at least one R partition such that every R cell contains exactly one Q cell. That that can be done is not immediately obvious, so a lemma is needed to show that this can be done. It is easy to see that the quad can be partitioned into n polygons, each containng exactly one Q cell, but not necessarily that it can be done so that each of those polygons is convex.
EDIT: It turns out to be easy to prove the problem stated in the OP. Not so easy to prove the problem stated in post #3. I do not yet have a proof of that harder problem. Note also that a full statement of the harder problem says that, for every Q partition by straight lines and list of n Q-cells,
there exists a partition of Q into convex polygons (R-cells), formed by amalgamating cells in the Q partition, such that each R-cell contains exactly one of ##Q_1,...,Q_n##
and the edge total from that R partition does not exceed four times the partition size.
It does
not say that every partition into convex polygons such that each R-cell contains exactly one of ##Q_1,...,Q_n## satisfies the four-times relationship. We can construct a counterexample to that by tesselating the square with hexagons and cutting each corner of the square with a little snip line near the corner, so that every R cell contains exactly one Q cell.