Table of Contents
Fetching ...

A simple master Theorem for discrete divide and conquer recurrences

Olivier Garet

TL;DR

This paper develops a discrete master theorem for divide-and-conquer recurrences of the form $X_n=a_n+\sum_{j=1}^m b_j X_{\lfloor n/m_j \rfloor}$, allowing general (potentially random) input sequences $a_n$ without regularity assumptions. By identifying a critical exponent $s_0$ as the positive root of $\sum_{j=1}^m b_j m_j^{-s}=1$ and imposing a non-lattice condition on the $m_j$, the authors prove that $X_n/n^{s_0}$ converges to a linear functional $L=\sum_{j=0}^{\infty} \ell_j a_j$, with explicit Tauberian expressions for the coefficients $\ell_j$ and an affine decomposition $X_n=\sum_{j=0}^n K_n^j a_j$ having $K_n^j/n^{s_0}\to \ell_j$. The results extend to random $a_n$, yielding almost-sure convergence to $L$ under mild moment or tail conditions; under independence and non-atomicity, $L$ is non-degenerate, and with appropriate exponential moment assumptions, $L$ (and thus $X_n/n^{s_0}$) inherits exponential moments. Overall, the work generalizes classical master theorems to irregular, possibly random inputs, providing precise limiting behavior for a broad class of discrete divide-and-conquer recursions and enabling probabilistic analyses of randomized algorithms.

Abstract

The aim of this note is to provide a Master Theorem for some discrete divide and conquer recurrences: $$X_{n}=a_n+\sum_{j=1}^m b_j X_{\lfloor{\frac{n}{m_j}}\rfloor},$$ where the $m_i$'s are integers with $m_i\ge 2$. The main novelty of this work is there is no assumption of regularity or monotonicity for $(a_n)$. Then, this result can be applied to various sequences of random variables $(a_n)_{n\ge 0}$, for example such that $\sup_{n\ge 1}\mathbb{E}(|a_n|)<+\infty$.

A simple master Theorem for discrete divide and conquer recurrences

TL;DR

This paper develops a discrete master theorem for divide-and-conquer recurrences of the form , allowing general (potentially random) input sequences without regularity assumptions. By identifying a critical exponent as the positive root of and imposing a non-lattice condition on the , the authors prove that converges to a linear functional , with explicit Tauberian expressions for the coefficients and an affine decomposition having . The results extend to random , yielding almost-sure convergence to under mild moment or tail conditions; under independence and non-atomicity, is non-degenerate, and with appropriate exponential moment assumptions, (and thus ) inherits exponential moments. Overall, the work generalizes classical master theorems to irregular, possibly random inputs, providing precise limiting behavior for a broad class of discrete divide-and-conquer recursions and enabling probabilistic analyses of randomized algorithms.

Abstract

The aim of this note is to provide a Master Theorem for some discrete divide and conquer recurrences: where the 's are integers with . The main novelty of this work is there is no assumption of regularity or monotonicity for . Then, this result can be applied to various sequences of random variables , for example such that .

Paper Structure

This paper contains 6 sections, 6 theorems, 34 equations.

Key Result

Theorem 1

Let $m\ge 1$, $(b_1,\dots,b_m)$ be a family of non-negative numbers and $(m_1,\dots,m_m)$ be a family of integers with $m_i\ge 2$ and such that We denote by $s_0$ the positive root $s_0$ for the equation Then, there exists a sequence $(\ell_j)_{j\ge 0}$ of positive numbers such that for every sequence $(a_n)_{n\ge 0}$ with then the sequence $(X_n)_{n\ge 0}$ defined by $X_0=a_0$ and the recursio

Theorems & Definitions (11)

  • Theorem 1
  • proof
  • Proposition 1
  • Theorem 2
  • proof
  • Theorem 3
  • proof
  • Theorem 4
  • proof
  • Lemma 1
  • ...and 1 more