IsAlmostLinear f a b t_I ε says that on the interval $[a,b]$, $f$ is within $\varepsilon$
of the linear function $x \mapsto f(a) + t_I (x - a)$ of slope $t_I$.
Instances For
IsSemiWellSpaced f a b s says that on the left half of $[a,b]$, $f$ grows at slope at
least $2-s$, and on the right half, $f$ grows at slope at least $s$ — encoding the
"semi-well-spaced" alternative of the multiscale decomposition.
Instances For
AdmissibleBranching f t packages the hypotheses on the branching profile $f : [0,1] \to \mathbb{R}$: $f$ is monotone, $2$-Lipschitz, satisfies $f(0)=0$, $f(1)=t$, and the lower bound
$f(x) \geq t\cdot x$.
- monotone : MonotoneOn f (Set.Icc 0 1)
- lipschitz : LipschitzOnWith 2 f (Set.Icc 0 1)
Instances For
Bourgain multiscale decomposition lemma: if $f : [0,1] \to \mathbb{R}$ is $2$-Lipschitz, monotone, with $f(0) = 0$, $f(1) = t$, $f(x) \geq tx$, and $s < t < 2 - s$, then for any $\varepsilon, \eta > 0$ the interval $[0,1]$ admits a finite, pairwise-disjoint cover (up to a leftover of measure at most $\eta$) by intervals on each of which either (1) $f$ is $\varepsilon$-almost linear with slope $t_I \in (s, 2-s)$, or (2) $f$ is semi-well-spaced.