Documentation

Atlas.ProjectionTheory.code.ABCSumProduct

noncomputable def ABCSumProduct.deltaCoveringNumberR (δ : ) (X : Set ) :

The δ-covering number |X|_δ of a subset X ⊆ ℝ: the minimum number of balls of radius δ needed to cover X. Returned as an ℕ∞ value.

Instances For

    A set X ⊆ B(0,1) ⊂ ℝ is (δ, s, C)-regular if for every ball B(x, r) with δ ≤ r ≤ 1 we have |X ∩ B(x, r)|_δ ≤ C r^s |X|_δ. This is the one-dimensional δ-discretised version of the (δ, s, C)-set condition used in projection theory.

    Instances For

      X has covering exponent s (up to a multiplicative constant C) at scale δ: C⁻¹ δ^{-s} ≤ |X|_δ ≤ C δ^{-s}. This says |X|_δ ∼ δ^{-s}.

      Instances For
        theorem ABCSumProduct.abc_sum_product_theorem (a b c : ) (ha : 0 < a) (hb : 0 < b) (hc : 0 < c) (ha1 : a 1) (hb1 : b 1) (hc1 : c 1) :
        η > 0, ∀ (δ : ), 0 < δδ < 1∀ (A B C : Set ), IsDeltaRegularSetR δ a (δ ^ (-η)) AIsDeltaRegularSetR δ b (δ ^ (-η)) BIsDeltaRegularSetR δ c (δ ^ (-η)) CHasCoveringExponent δ a (δ ^ (-η)) AHasCoveringExponent δ b (δ ^ (-η)) BHasCoveringExponent δ c (δ ^ (-η)) C(∀ tC, (deltaCoveringNumberR δ (A + t B)) ENNReal.ofReal (δ ^ (-η)) * (deltaCoveringNumberR δ A))a b + c

        ABC sum-product theorem (Orponen–Shmerkin). For exponents 0 < a, b, c ≤ 1, there exists η > 0 such that if A, B, C ⊆ ℝ are (δ, a, δ^{-η})-, (δ, b, δ^{-η})-, (δ, c, δ^{-η})-sets with covering numbers ≈ δ^{-a}, δ^{-b}, δ^{-c} respectively, and |A + tB|_δ ≲ δ^{-η}|A|_δ for every t ∈ C, then a ≥ b + c.