Documentation

Atlas.ProjectionTheory.code.OSRWSharp

A δ-tube in $\mathbb{R}^2$, recorded by its midpoint, its direction angle, and its width (intended to be the small parameter δ). The tube is a thin rectangle of length roughly 1 and width width.

Instances For

    A point p ∈ ℝ² lies in the δ-tube T iff its components along the tube's axis and along the normal direction satisfy $|⟨p - m, d⟩| \le 1/2$ and $|⟨p - m, n⟩| \le \text{width}/2$, where m is the midpoint, d the unit direction, and n the unit normal.

    Instances For

      A finite set of directions Θ ⊂ ℝ is (δ, s, C)-regular if for every centre θ₀ and every radius r ∈ [δ, 1], the count of directions in the arc of radius r around θ₀ is bounded by C r^s · |Θ|. This is the standard Frostman/AD-regular type condition for the set of tube directions in the OSRW setup.

      Instances For
        theorem ProjectionTheory.osrw_sharp_discretized_projection (δ t s C : ) ( : 0 < δ) (hδ1 : δ 1) (ht : 0 < t) (hs : 0 < s) (hC : 0 < C) (E : Set (EuclideanSpace (Fin 2))) (hE_reg : DeltaRegular.IsDeltaSRegular δ t C E) (hE_size : ENNReal.ofReal (C⁻¹ * δ⁻¹ ^ t) (DeltaRegular.deltaCoveringNumber δ E)) (𝕋 : Finset DeltaTube) (𝕋_x : EuclideanSpace (Fin 2)Finset DeltaTube) (h𝕋_cover : T𝕋, xE, T 𝕋_x x) (h𝕋_support : ∀ (x : EuclideanSpace (Fin 2)), (𝕋_x x).Nonemptyx E) (h𝕋_through : xE, T𝕋_x x, T.contains x) (h𝕋_width : T𝕋, T.width = δ) (h𝕋_dir_reg : xE, IsDeltaRegularDir (Finset.image DeltaTube.direction (𝕋_x x)) δ s C) (h𝕋_card : xE, C⁻¹ * δ⁻¹ ^ s (𝕋_x x).card (𝕋_x x).card C * δ⁻¹ ^ s) (h𝕋_dir_lower : xE, ∀ (θ₀ r : ), δ rr 1C⁻¹ * r ^ s * (Finset.image DeltaTube.direction (𝕋_x x)).card {θFinset.image DeltaTube.direction (𝕋_x x) | |θ - θ₀| < r}.card) (ε : ) ( : 0 < ε) :
        ∃ (c_ε : ) (K : ), 0 < c_ε 0 < K 𝕋.card c_ε * δ ^ ε * C⁻¹ ^ K * min (min (δ⁻¹ ^ (s + t)) (δ⁻¹ ^ (t / 2 + 3 * s / 2))) (δ⁻¹ ^ (1 + s))

        Sharp Orponen–Shmerkin–Ren–Wang $\delta$-tube bound. If $E \subset \mathbb{R}^2$ is a $(\delta, t, C)$-set, and for every $x \in E$ the family $\mathbb{T}_x$ of $\delta$-tubes through $x$ has $(\delta, s, C)$-regular direction set with $|\mathbb{T}_x| \sim \delta^{-s}$ (and $s > 0$), then the total number of tubes satisfies $$|\mathbb{T}| \ge c_\varepsilon\, \delta^\varepsilon\, C^{-O(1)}\, \min\!\left(\delta^{-s-t},\ \delta^{-t/2 - 3s/2},\ \delta^{-1-s}\right).$$