Documentation

Atlas.ProjectionTheory.code.BourgainLemma2

def BourgainMultiscale.IsAlmostLinear (f : ) (a b t_I ε : ) :

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$.

      Instances For
        theorem BourgainMultiscale.bourgain_multiscale_decomposition (f : ) (s t : ) (hf : AdmissibleBranching f t) (hst : s < t) (hts : t < 2 - s) (ε : ) :
        ε > 0η > 0, ∃ (n : ) (intervals : Fin n × ), (∀ (i : Fin n), (intervals i).1 < (intervals i).2) (∀ (i : Fin n), (intervals i).1 0 (intervals i).2 1) (∀ (i j : Fin n), i j(intervals i).2 (intervals j).1 (intervals j).2 (intervals i).1) (∀ (i : Fin n), (∃ (t_I : ), s < t_I t_I < 2 - s IsAlmostLinear f (intervals i).1 (intervals i).2 t_I ε) IsSemiWellSpaced f (intervals i).1 (intervals i).2 s) MeasureTheory.volume (Set.Icc 0 1 \ ⋃ (i : Fin n), Set.Icc (intervals i).1 (intervals i).2) ENNReal.ofReal η

        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.