Documentation

Atlas.ProjectionTheory.code.TheoremOS

Abstract data bundling the parameter space used to define R_{AD}(s, t, δ) in the AD-regular case. For each triple (s, t, δ) it provides:

  • a type Config s t δ of admissible AD-regular configurations,
  • a non-negative, bounded ratio functional ratio s t δ : Config s t δ → ℝ,
  • an embedding into the un-parameterised adConfigSpace.Config δ preserving the ratio.

R_AD_st s t δ is then defined as the supremum of ratio s t δ over all configurations.

Instances For

    A chosen instance of ADConfigDataST: the concrete (s, t)-parameterised AD-regular configuration data used throughout this section.

    Instances For
      noncomputable def ProjectionTheory.R_AD_st (s t δ : ) :

      The Orponen-Shmerkin quantity $R_{AD}(s, t, \delta)$: the supremum of the ratio functional over all admissible (s, t)-AD-regular configurations at scale δ.

      Instances For
        theorem ProjectionTheory.theorem_OS (s t : ) (hs : 0 < s) (hs' : s 1) (ht : 0 < t) (ht' : t < 2) (ε : ) ( : 0 < ε) :
        ∃ (C : ), 0 < C ∀ (δ : ), 0 < δδ < 1R_AD_st s t δ C * δ ^ (-ε) * max (max 1 (δ ^ ((-t + s) / 2))) (δ ^ (1 - t))

        Theorem (Orponen-Shmerkin). Sharp projection bound in the AD-regular case: for 0 < s ≤ 1, 0 < t < 2 and every ε > 0, there is a constant C > 0 such that for all 0 < δ < 1, $$R_{AD}(s, t, \delta) \;\le\; C\,\delta^{-\varepsilon}\, \max\!\Big( 1,\; \delta^{-t/2}\delta^{s/2},\; \delta^{\,1 - t} \Big).$$ This is the central estimate of the chapter on sharp projection theorems for AD-regular sets.