Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

Noncrossing matchings with no parallel edges

Place $2p$ equally spaced points on a circle, where $p$ is an odd prime. Let $a_p$ be the number of ways to join them in pairs by straight line segments such that

  1. no two segments cross, and
  2. no two segments are parallel.

There are always two such matchings, obtained by pairing adjacent points alternately.

Question. Is $a_p>2$ for every sufficiently large prime $p$?

—-

I ran numerical simulations up to p=47. $$ \begin{array}{c|r||c|r} \underline{p} & \underline{a_p} & \underline{p} & \underline{a_p} \\ 3 & 2 & 23 & 140 \\ 5 & 2 & 29 & 2 \\ 7 & 2 & 31 & 64 \\ 11 & 2 & 37 & 1778 \\ 13 & 2 & 41 & 1314 \\ 17 & 2 & 43 & 2496 \\ 19 & 40 & 47 & 6300 \end{array} $$

Here is a nontrivial example for $n = 19$.

38-gon

Answer*

Draft saved
Draft discarded

Required fields are marked with *

Cancel
6
  • 1
    $\begingroup$ Did you use an AI/LLM to write this? $\endgroup$ Commented 18 hours ago
  • $\begingroup$ Yes, is that OK? $\endgroup$ Commented 17 hours ago
  • 6
    $\begingroup$ Not if it is raw LLM output which you have not taken the time to digest, understand, and present in a coherent way, no. $\endgroup$ Commented 17 hours ago
  • 4
    $\begingroup$ Okay, I've checked the $p = 12 j + 7$ case (note that my $j$ is Akos's $k+2$). It's a little prettier to write it as $A^j P B^j$. The resulting word is $(\bar{v} \bar{u})^j (\bar{v} v) (uv)^j = \bar{v} \bar{u} \bar{v} \cdots \bar{v} \bar{u} \bar{v} v u v \cdots v u v$ with $u=00111$ and $v=1010100$, which is clearly the bit complement of its shift. $\endgroup$ Commented 16 hours ago
  • 6
    $\begingroup$ I put up a meta question about this meta.mathoverflow.net/questions/6531/… . $\endgroup$ Commented 16 hours ago