Table of Contents
Fetching ...

Roller Coaster Permutations and Partition Numbers

William Adamczak

TL;DR

The paper addresses the partitioning complexity of roller coaster permutations $RC_n$ by studying the partition number $P(\pi)$ and defining $P_{max}(n)=\max_{\pi\in RC_n} P(\pi)$. It derives a provable upper bound $P_{max}(n) \le \left\lfloor \frac{\left\lceil \frac{n-2}{2} \right\rceil}{2} \right\rfloor + 2$ by exploiting the strict value separation between even- and odd-indexed elements alongside the recursively alternating structure, and it validates the bound with experimental data for $n<15$ showing near-tightness. The work also conjectures a logarithmic lower bound $P_{max}(n) \ge \left\lfloor \log_2(n) \right\rfloor$, supported by observed doubling patterns and a proposed recurrence $P(2n)=P(n)+1$. These results illuminate that roller coaster permutations, while rich in local extrema, admit relatively small partition coverings and motivate further analysis via ILP and forbidden-subsequence techniques.

Abstract

This paper explores the partition properties of roller coaster permutations, a class of permutations characterized by maximizing the number of alternating runs in all subsequences. We establish a connection between the structure of these permutations and their partition numbers, defined as the minimum number of monotonic subsequences required to cover the permutation. Our main result provides a theoretical upper bound for the partition number of a roller coaster permutation of length $n$, given by $P_{max}(n) \le \lfloor\frac{\lceil\frac{n-2}{2}\rceil}{2}\rfloor + 2$. We further present experimental data for $n < 15$ that suggests this bound is nearly sharp.

Roller Coaster Permutations and Partition Numbers

TL;DR

The paper addresses the partitioning complexity of roller coaster permutations by studying the partition number and defining . It derives a provable upper bound by exploiting the strict value separation between even- and odd-indexed elements alongside the recursively alternating structure, and it validates the bound with experimental data for showing near-tightness. The work also conjectures a logarithmic lower bound , supported by observed doubling patterns and a proposed recurrence . These results illuminate that roller coaster permutations, while rich in local extrema, admit relatively small partition coverings and motivate further analysis via ILP and forbidden-subsequence techniques.

Abstract

This paper explores the partition properties of roller coaster permutations, a class of permutations characterized by maximizing the number of alternating runs in all subsequences. We establish a connection between the structure of these permutations and their partition numbers, defined as the minimum number of monotonic subsequences required to cover the permutation. Our main result provides a theoretical upper bound for the partition number of a roller coaster permutation of length , given by . We further present experimental data for that suggests this bound is nearly sharp.

Paper Structure

This paper contains 5 sections, 4 theorems, 7 equations, 1 figure, 1 table.

Key Result

Theorem 2.1

For any $\pi \in RC_{n}$:

Figures (1)

  • Figure 1: Graphical representation of $\{5,3,7,1,8,2,6,4\}$. The horizontal lines at $y=4$ and $y=5$ demonstrate the strict value separation. Elements at even indices (Bottom Set) are strictly below the endpoints, while elements at odd indices (Top Set) are strictly above.

Theorems & Definitions (14)

  • Definition 2.1
  • Definition 2.2
  • Definition 2.3
  • Example 2.4
  • Theorem 2.1
  • Theorem 2.2
  • Definition 2.5
  • Theorem 2.3
  • Example 2.6
  • Definition 2.7
  • ...and 4 more