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
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 (δ ^ (-η)) A →
IsDeltaRegularSetR δ b (δ ^ (-η)) B →
IsDeltaRegularSetR δ c (δ ^ (-η)) C →
HasCoveringExponent δ a (δ ^ (-η)) A →
HasCoveringExponent δ b (δ ^ (-η)) B →
HasCoveringExponent δ c (δ ^ (-η)) C →
(∀ t ∈ C,
↑(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.