Given an $n\times n$ grid where we draw at random one diagonal in each of the 1×1 unit squares. Then we can always find a connected path using these small diagonals that goes from one side of the grid to the opposite side (up to down or left to right).
Does anyone know how to prove this using the Lemma of Sperner?
In the original question post on MathOverflow, the author says there is such a proof using Sperner's Lemma. I tried but could not find it or get it.
But I would really be grateful to see a proof using Sperner. I am especially interested how the Sperner coloring is applied here, and would be grateful for any hint.
Just for background, in the original post, I have seen two proofs in the answers, not using Sperner's Lemma (and tried myself to give a proof). Here is the link to the original post https://mathoverflow.net/questions/112067/sperners-lemma-and-paths-from-one-side-to-the-opposite-one-in-a-grid/359066#359066
Just to close the loop on this one. In the meantime, I found a proof by contradiction. It makes repeated use of the Lemma of Sperner.
For those who are interested in it, the proof goes in three steps, assuming for contradiction that no such path exists. Just as a sketch:
(1) Label one side of the grid boundary with 1, the neighboring side with 2, the other two sides with 3. Inside the grid, label the vertices with 1, 2, 3 depending on the boundary with which they connect. In case of a tie, give priority to the lower number (this is critical for the proof and "drives" the location of the Sperner triangle).
Apply the Lemma of Sperner for the first time to conclude there must be a path from one side A to the neighboring side B.
(2) Change the labeling of the grid boundary: extend the 2-labeling to "destroy" the first Sperner triangle and such that a new one is created at the opposite side of A.
(3) Change the labeling of the grid boundary again: extend the 1-labeling to "destroy" the Sperner triangle from step (2) and create a new one next to it, that finally connects opposite sides of the grid along diagonals, which contradicts the assumption.